Searched refs:ARRAY8 (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/libXdmcp/dist/test/
H A DArray.c51 TestAllocOversize(ARRAY8, UINT16_MAX + 1);
55 TestAllocOversize(ARRAY8, -1);
70 noise = malloc(32 * sizeof(ARRAY8));
71 memset(noise, 0xdeadbeef, 32 * sizeof(ARRAY8));
/xsrc/external/mit/xdm/dist/xdm/
H A Dpolicy.c47 static ARRAY8 noAuthentication = { (CARD16) 0, (CARD8Ptr) 0 };
50 ARRAY8 authentication;
51 ARRAY8 authorization;
H A Dchoose.c87 /* Converts an Internet address in ARRAY8 format to a string in
110 ARRAY8 client;
239 ARRAY8 client;
241 ARRAY8 choice;
398 ARRAY8 clientAddress = {0, NULL};
400 ARRAY8 choice = {0, NULL};
H A Dxdmcp.c222 ARRAY8 status = {0, NULL};
223 ARRAY8 addr = {0, NULL};
285 ARRAY8 clientAddress = {0, NULL};
286 ARRAY8 clientPort = {0, NULL};
426 static ARRAY8 Hostname;
712 ARRAY8 clientAddress = {0, NULL};
713 ARRAY8 clientPort = {0, NULL};
912 static ARRAY8 outOfMemory = { (CARD16) 13, (CARD8Ptr) "Out of memory" };
913 static ARRAY8 noValidAddr = { (CARD16) 16, (CARD8Ptr) "No valid address" };
914 static ARRAY8 noValidAut
[all...]
H A Daccess.c99 ARRAY8 hostAddress;
119 ARRAY8 clientAddress;
131 static ARRAY8 localAddress;
699 ARRAY8 temp;
1006 static ARRAY8 defaultMcastAddress;
H A Dsocket.c345 ARRAY8 tmpaddr;
/xsrc/external/mit/libXdmcp/dist/
H A DRead.c184 array->data = (ARRAY8 *) malloc(array->length * sizeof (ARRAY8));
H A DArray.c67 /* length defined in ARRAY8 struct is a CARD16 (not CARD8 like the rest) */
127 array->data = xcalloc(length, sizeof (ARRAY8));
161 /* length defined in ARRAY8 struct is a CARD16 (not CARD8 like the rest) */
182 newData = (ARRAY8Ptr) xrealloc(array->data, length * sizeof (ARRAY8));
187 (length - array->length) * sizeof (ARRAY8));
/xsrc/external/mit/xorg-server.old/dist/os/
H A Dxdmcp.c210 static ARRAY8 ManufacturerDisplayID;
376 ARRAY8 AuthenticationName, AuthenticationData;
416 static ARRAY8 noAuthenticationName = {(CARD16) 0, (CARD8Ptr) 0};
417 static ARRAY8 noAuthenticationData = {(CARD16) 0, (CARD8Ptr) 0};
533 ARRAY8 authName;
554 static ARRAY8 DisplayClass;
765 static ARRAY8 UnwillingMessage = { (CARD8) 14, (CARD8 *) "Host unwilling" };
1134 ARRAY8 authenticationName;
1135 ARRAY8 hostname;
1136 ARRAY8 statu
[all...]
/xsrc/external/mit/xorg-server/dist/os/
H A Dxdmcp.c200 static ARRAY8 ManufacturerDisplayID;
377 ARRAY8 AuthenticationName, AuthenticationData;
419 static ARRAY8 noAuthenticationName = { (CARD16) 0, (CARD8Ptr) 0 };
420 static ARRAY8 noAuthenticationData = { (CARD16) 0, (CARD8Ptr) 0 };
535 ARRAY8 authName;
556 static ARRAY8 DisplayClass;
707 static ARRAY8 UnwillingMessage = { (CARD8) 14, (CARD8 *) "Host unwilling" };
1039 ARRAY8 authenticationName;
1040 ARRAY8 hostname;
1041 ARRAY8 statu
[all...]
/xsrc/external/mit/xdm/dist/include/
H A Ddm.h186 ARRAY8 clientAddr; /* for chooser picking */
256 ARRAY8 connectionAddress;
260 ARRAY8 authenticationName;
261 ARRAY8 authenticationData;
/xsrc/external/mit/xdm/dist/chooser/
H A Dchooser.c131 #define XtRARRAY8 "ARRAY8"
162 ARRAY8 hostname, status;
164 ARRAY8 hostaddr;
243 ARRAY8 hostAddr = {0, NULL};
381 ARRAY8 authenticationName = {0, NULL};
382 ARRAY8 hostname = {0, NULL};
383 ARRAY8 status = {0, NULL};
1115 dest = (ARRAY8Ptr) XtMalloc (sizeof (ARRAY8));
/xsrc/external/mit/libXdmcp/dist/include/X11/
H A DXdmcp.h83 } ARRAY8, *ARRAY8Ptr; typedef in typeref:struct:_ARRAY8

Completed in 15 milliseconds