OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numpaths
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/xorg-server/dist/dix/
dispatch.c
3399
int rc, stringLens,
numpaths
;
local
3405
rc = GetFontPath(client, &
numpaths
, &stringLens, &bufferStart);
3412
.length = bytes_to_int32(stringLens +
numpaths
),
3413
.nPaths =
numpaths
3417
if (stringLens ||
numpaths
)
3418
WriteToClient(client, stringLens +
numpaths
, bufferStart);
/xsrc/external/mit/xorg-server.old/dist/dix/
dispatch.c
3310
int rc, stringLens,
numpaths
;
local
3315
rc = GetFontPath(client, &
numpaths
, &stringLens, &bufferStart);
3321
reply.length = bytes_to_int32(stringLens +
numpaths
);
3322
reply.nPaths =
numpaths
;
3325
if (stringLens ||
numpaths
)
3326
(void)WriteToClient(client, stringLens +
numpaths
, (char *)bufferStart);
Completed in 9 milliseconds
Indexes created Sun Aug 23 00:25:02 UTC 2026