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

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Drequest.c397 lr->lr_prev = NULL;
400 lr->lr_next->lr_prev = lr;
951 if ( lr->lr_prev == NULL ) {
962 lr->lr_prev->lr_next = lr->lr_next;
966 lr->lr_next->lr_prev = lr->lr_prev;
972 lr->lr_prev = NULL;
H A Dldap-int.h392 struct ldapreq *lr_prev; /* previous request */ member in struct:ldapreq
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/librewrite/
H A Dcontext.c184 rule = rule->lr_prev;
H A Drewrite-int.h213 struct rewrite_rule *lr_prev; member in struct:rewrite_rule
H A Drule.c42 rule->lr_prev = r;

Completed in 269 milliseconds