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

/netbsd-current/external/mpl/dhcp/dist/server/
H A Dldap.c111 static struct ldap_config_stack *ldap_stack = NULL; variable in typeref:struct:ldap_config_stack
1078 ns->next = ldap_stack;
1079 ldap_stack = ns;
1803 if (ldap_stack != NULL && ldap_stack->close_brace)
1806 ldap_stack->close_brace = 0;
1809 while (ldap_stack != NULL &&
1810 (ldap_stack->ldent == NULL || ( ldap_stack->processed &&
1811 (ldap_stack
[all...]

Completed in 112 milliseconds