| /xsrc/external/mit/libXfont/dist/src/stubs/ |
| H A D | setfntauth.c | 11 set_font_authorizations(char **authorizations, int *authlen, ClientPtr client) argument 13 OVERRIDE_SYMBOL(set_font_authorizations, authorizations, authlen, client);
|
| H A D | stubs.h | 72 int *authlen,
|
| /xsrc/external/mit/libXfont2/dist/src/stubs/ |
| H A D | libxfontstubs.c | 118 set_font_authorizations(char **authorizations, int *authlen, ClientPtr client) argument 121 return _f->set_font_authorizations(authorizations, authlen, client);
|
| /xsrc/external/mit/xfs/dist/include/ |
| H A D | difsutils.h | 53 extern int set_font_authorizations (char **authorizations, int *authlen, void *_client);
|
| /xsrc/external/mit/libXfont2/dist/include/ |
| H A D | libxfontint.h | 82 set_font_authorizations(char **authorizations, int *authlen, ClientPtr client);
|
| /xsrc/external/mit/xfs/dist/difs/ |
| H A D | difsutils.c | 519 set_font_authorizations(char **authorizations, int *authlen, void *_client) argument 544 *authlen = p - result; 549 *authlen = 0;
|
| /xsrc/external/mit/libXfont2/dist/include/X11/fonts/ |
| H A D | libxfont2.h | 81 int *authlen, void *client);
|
| /xsrc/external/mit/libXfont2/dist/test/utils/ |
| H A D | font-test-utils.c | 164 test_set_font_authorizations(char **authorizations, int *authlen, void *client) argument
|
| /xsrc/external/mit/xorg-server/dist/include/ |
| H A D | os.h | 222 int *authlen,
|
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| H A D | utils.c | 975 set_font_authorizations(char **authorizations, int *authlen, pointer client) argument 1031 *authlen = p - result;
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| H A D | utils.c | 1080 set_font_authorizations(char **authorizations, int *authlen, void *client) argument 1138 *authlen = p - result;
|
| /xsrc/external/mit/libXfont/dist/src/fc/ |
| H A D | fserve.c | 2799 int authlen; local in function:_fs_client_access 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/ |
| H A D | fserve.c | 2760 int authlen; local in function:_fs_client_access 2807 crac.num_auths = set_font_authorizations(&authorizations, &authlen, 2810 which rejects CreateAC packets with num_auths = 0 & authlen < 4 */ 2813 authlen = 4; 2815 crac.length = (sizeof (fsCreateACReq) + authlen + 3) >> 2; 2819 _fs_write_pad(conn, authorizations, authlen);
|