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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Drefint.c88 refint_q *qtail; member in struct:refint_data_s
748 id->qtail = NULL;
918 if ( id->qtail ) {
919 id->qtail->next = rq;
923 id->qtail = rq;
/macosx-10.10.1/apache-793/httpd/server/mpm/winnt/
H A Dchild.c123 static winnt_conn_ctx_t *qtail = NULL; variable
144 if (qtail) {
145 qtail->next = context;
150 qtail = context;
168 qtail = NULL;

Completed in 71 milliseconds