Searched defs:the_search_node (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ldap/
H A Dutil_ldap.c1648 util_search_node_t the_search_node; local
1667 the_search_node.username = filter;
1669 &the_search_node);
1864 the_search_node.username = filter;
1865 the_search_node.dn = *binddn;
1866 the_search_node.bindpw = bindpw;
1867 the_search_node.lastbind = apr_time_now();
1868 the_search_node.vals = vals;
1869 the_search_node.numvals = numvals;
1876 &the_search_node);
1924 util_search_node_t the_search_node; local
[all...]

Completed in 16 milliseconds