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

/httpd/modules/ldap/
H A Dutil_ldap_cache.c192 newnode->lastbind = node->lastbind;
223 apr_ctime(date_str, node->lastbind);
H A Dutil_ldap_cache.h117 apr_time_t lastbind; /* Time of last successful bind */ member in struct:util_search_node_t
H A Dutil_ldap.c1681 if ((curtime - search_nodep->lastbind) > st->search_cache_ttl) {
1867 the_search_node.lastbind = apr_time_now();
1873 * update the lastbind
1891 /* Cache entry is valid, update lastbind */
1892 search_nodep->lastbind = the_search_node.lastbind;
1954 if ((curtime - search_nodep->lastbind) > st->search_cache_ttl) {
2076 the_search_node.lastbind = apr_time_now();
2082 * update the lastbind
2093 * Don't update lastbind o
[all...]

Completed in 1390 milliseconds