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

/xsrc/external/mit/xorg-server.old/dist/os/
H A Dconnection.c182 struct _ct_node *ct_head[256]; variable in typeref:struct:_ct_node * [256]
186 memset(ct_head, 0, sizeof(ct_head));
191 struct _ct_node *node = ct_head[conn & 0xff];
203 struct _ct_node **node = ct_head + (conn & 0xff);
242 struct _ct_node *node = ct_head[i];

Completed in 2 milliseconds