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

/macosx-10.10.1/apr-32/apr-util/apr-util/ldap/
H A Dapr_ldap_rebind.c158 apr_ldap_rebind_entry_t *tmp_xref, *prev = NULL; local
171 tmp_xref = xref_head;
173 while ((tmp_xref) && (tmp_xref->index != ld)) {
174 prev = tmp_xref;
175 tmp_xref = tmp_xref->next;
178 if (tmp_xref) {
179 if (tmp_xref == xref_head) {
183 prev->next = tmp_xref
213 apr_ldap_rebind_entry_t *tmp_xref, *match = NULL; local
[all...]

Completed in 77 milliseconds