HomeSort by: relevance | last modified time | path
    Searched refs:li_timeout (Results 1 - 11 of 11) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
compare.c 70 li->li_timeout[ SLAP_OP_COMPARE ],
delete.c 67 li->li_timeout[ SLAP_OP_DELETE ],
modrdn.c 100 li->li_timeout[ SLAP_OP_MODRDN ],
search.c 310 if ( li->li_timeout[ SLAP_OP_SEARCH ] ) {
311 if ( tv.tv_sec == 0 || tv.tv_sec > li->li_timeout[ SLAP_OP_SEARCH ] ) {
312 tv.tv_sec = li->li_timeout[ SLAP_OP_SEARCH ];
338 if ( li->li_timeout[ SLAP_OP_SEARCH ] ) {
572 if ( li->li_timeout[ SLAP_OP_SEARCH ] ) {
573 if ( tv.tv_sec == 0 || tv.tv_sec > li->li_timeout[ SLAP_OP_SEARCH ] ) {
574 tv.tv_sec = li->li_timeout[ SLAP_OP_SEARCH ];
add.c 110 li->li_timeout[ SLAP_OP_ADD ],
modify.c 112 li->li_timeout[ SLAP_OP_MODIFY ],
config.c 1232 if ( li->li_timeout[ i ] != 0 ) {
1241 slap_cf_aux_table_unparse( li->li_timeout, &bv, timeout_table );
1476 li->li_timeout[ i ] = 0;
1840 li->li_timeout[ j ] = u;
1846 if ( slap_cf_aux_table_parse( c->argv[ i ], li->li_timeout, timeout_table, "slapd-ldap timeout" ) ) {
distproc.c 850 li->li_timeout[ t ] = lc->lc_common_li->li_timeout[ t ];
back-ldap.h 418 time_t li_timeout[ SLAP_OP_LAST ]; member in struct:ldapinfo_t
bind.c 264 li->li_timeout[ SLAP_OP_BIND ],
744 li->li_uri, flags, li->li_timeout[ SLAP_OP_BIND ], &rs->sr_text );
1636 lc->lc_ldapinfo->li_timeout[ SLAP_OP_BIND ], &text );
1771 timeout = li->li_timeout[ opidx ];
chain.c 2110 li->li_timeout[ t ] = lc->lc_common_li->li_timeout[ t ];

Completed in 28 milliseconds