OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:authlen
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/libXfont/dist/src/fc/
fserve.c
2799
int
authlen
;
local
2846
crac.num_auths = set_font_authorizations(&authorizations, &
authlen
,
2849
which rejects CreateAC packets with num_auths = 0 &
authlen
< 4 */
2852
authlen
= 4;
2854
crac.length = (sizeof (fsCreateACReq) +
authlen
) >> 2;
2858
_fs_write_pad(conn, authorizations,
authlen
);
/xsrc/external/mit/libXfont2/dist/src/fc/
fserve.c
2787
int
authlen
;
local
2834
crac.num_auths = set_font_authorizations(&authorizations, &
authlen
,
2837
which rejects CreateAC packets with num_auths = 0 &
authlen
< 4 */
2840
authlen
= 4;
2842
crac.length = (sizeof (fsCreateACReq) +
authlen
+ 3) >> 2;
2846
_fs_write_pad(conn, authorizations,
authlen
);
Completed in 34 milliseconds
Indexes created Mon Aug 24 00:24:59 UTC 2026