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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c176 struct _ct_node { struct
177 struct _ct_node *next;
182 struct _ct_node *ct_head[256];
191 struct _ct_node *node = ct_head[conn & 0xff];
203 struct _ct_node **node = ct_head + (conn & 0xff);
210 struct _ct_node *temp = *node;
229 *node = malloc(sizeof(struct _ct_node));
242 struct _ct_node *node = ct_head[i];
245 struct _ct_node *temp = node;

Completed in 4 milliseconds