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

  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
search.c 262 ldap_pvt_mp_add_ulong( 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 ];
config.c 468 { BER_BVC("search="), SLAP_OP_SEARCH * sizeof( time_t ), 'u', 0, NULL },
bind.c 1760 if ( opidx == SLAP_OP_SEARCH ) {
  /src/external/bsd/openldap/dist/servers/slapd/
operation.c 249 return SLAP_OP_SEARCH;
slap.h 2561 SLAP_OP_SEARCH,
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
search.c 751 if ( mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ]
752 && mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ] > timeout )
754 timeout = mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ];
config.c 1015 { BER_BVC("search="), SLAP_OP_SEARCH * sizeof( time_t ), 'u', 0, NULL },
  /src/external/bsd/openldap/dist/servers/slapd/back-meta/
search.c 842 if ( mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ]
843 && mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ] > timeout )
845 timeout = mi->mi_targets[ i ]->mt_timeout[ SLAP_OP_SEARCH ];
bind.c 1004 if ( opidx == SLAP_OP_SEARCH ) {
config.c 1076 { BER_BVC("search="), SLAP_OP_SEARCH * sizeof( time_t ), 'u', 0, NULL },
  /src/external/bsd/openldap/dist/tests/progs/
slapd-watcher.c 69 SLAP_OP_SEARCH,

Completed in 36 milliseconds