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

/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-ldap/
H A Dsearch.c262 ldap_pvt_mp_add( li->li_ops_completed[ SLAP_OP_SEARCH ], 1 );
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 ];
H A Dconfig.c468 { BER_BVC("search="), SLAP_OP_SEARCH * sizeof( time_t ), 'u', 0, NULL },
H A Dbind.c1752 if ( opidx == SLAP_OP_SEARCH ) {
/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Doperation.c249 return SLAP_OP_SEARCH;
H A Dslap.h2545 SLAP_OP_SEARCH, enumerator in enum:__anon232
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
H A Dsearch.c743 if ( mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ]
744 && mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ] > timeout )
746 timeout = mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ];
H A Dconfig.c993 { BER_BVC("search="), SLAP_OP_SEARCH * sizeof( time_t ), 'u', 0, NULL },
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dsearch.c843 if ( mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ]
844 && mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ] > timeout )
846 timeout = mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ];
H A Dbind.c1005 if ( opidx == SLAP_OP_SEARCH ) {
H A Dconfig.c1084 { BER_BVC("search="), SLAP_OP_SEARCH * sizeof( time_t ), 'u', 0, NULL },
/netbsd-current/external/bsd/openldap/dist/tests/progs/
H A Dslapd-watcher.c68 SLAP_OP_SEARCH, enumerator in enum:__anon244

Completed in 123 milliseconds