OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ARRAY8
(Results
1 - 13
of
13
) sorted by relevancy
/xsrc/external/mit/libXdmcp/dist/test/
Array.c
51
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/
policy.c
47
static
ARRAY8
noAuthentication = { (CARD16) 0, (CARD8Ptr) 0 };
50
ARRAY8
authentication;
51
ARRAY8
authorization;
choose.c
87
/* 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};
xdmcp.c
222
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
noValidAuth = { (CARD16) 22, (CARD8Ptr) "No valid authorization" }
[
all
...]
access.c
99
ARRAY8
hostAddress;
119
ARRAY8
clientAddress;
131
static
ARRAY8
localAddress;
699
ARRAY8
temp;
1006
static
ARRAY8
defaultMcastAddress;
socket.c
345
ARRAY8
tmpaddr;
/xsrc/external/mit/libXdmcp/dist/
Read.c
184
array->data = (
ARRAY8
*) malloc(array->length * sizeof (
ARRAY8
));
Array.c
67
/* 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/dist/os/
xdmcp.c
200
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
status
[
all
...]
/xsrc/external/mit/xorg-server.old/dist/os/
xdmcp.c
210
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
status
[
all
...]
/xsrc/external/mit/xdm/dist/include/
dm.h
186
ARRAY8
clientAddr; /* for chooser picking */
256
ARRAY8
connectionAddress;
260
ARRAY8
authenticationName;
261
ARRAY8
authenticationData;
/xsrc/external/mit/xdm/dist/chooser/
chooser.c
131
#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/
Xdmcp.h
83
}
ARRAY8
, *ARRAY8Ptr;
Completed in 12 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026