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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c51 int timelimit, int sizelimit, int *msgidp );
65 struct timeval *localtimeoutp, int timelimit, int sizelimit,
147 * Like ldap_search_ext() except an integer timelimit is passed instead of
160 int timelimit, /* -1 means use ld->ld_timelimit */
218 attrsonly, serverctrls, clientctrls, timelimit, sizelimit,
246 int timelimit; local
249 timelimit = defaultvalue;
251 timelimit = timeoutp->tv_sec;
253 timelimit = 1; /* minimum we can express in LDAP */
260 timelimit
151 nsldapi_search( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, int timelimit, int sizelimit, int *msgidp ) argument
269 nsldapi_build_search_req( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, int timelimit, int sizelimit, int msgid, BerElement **berp ) argument
961 nsldapi_search_s( LDAP *ld, const char *base, int scope, const char *filter, char **attrs, int attrsonly, LDAPControl **serverctrls, LDAPControl **clientctrls, struct timeval *localtimeoutp, int timelimit, int sizelimit, LDAPMessage **res ) argument
[all...]
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_principal.c42 struct timeval timelimit = {300, 0}; /* 5 minutes */ variable in typeref:struct:timeval
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldaptest.c271 struct timeval timeout, timelimit; local
388 timelimit.tv_sec = 0;
389 timelimit.tv_usec = 0;
652 resultusetimelimit ? &timelimit : &timeout, &res )) < 1 ) {
726 timelimit.tv_sec = atoi(line);
731 &timelimit, sizelimit, &id)) != LDAP_SUCCESS){
881 getaline( line, sizeof(line), stdin, "timelimit?" );
H A Dldapsearch.c139 static int attrsonly, timelimit, sizelimit, server_sort, fold; variable
173 sizelimit = timelimit = 0;
271 ldap_set_option( ld, LDAP_OPT_TIMELIMIT, &timelimit );
464 timelimit = atoi( optarg );
1148 timeLimitExceeded (3), -- timelimit reached before
/illumos-gate/usr/src/lib/libnisdb/
H A Dnis_parse_ldap_conf.c817 int timelimit = LDAP_NO_LIMIT; local
850 (void) ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &timelimit);
H A Dldap_op.c517 int timelimit = proxyInfo.search_time_limit; local
534 (void) ldap_set_option(ld, LDAP_OPT_TIMELIMIT, &timelimit);
/illumos-gate/usr/src/lib/libadutils/common/
H A Dldap_ping.c133 sizelimit = 0, timelimit = 0, attrsonly = 0; local
181 sizelimit, timelimit, attrsonly) < 0)
/illumos-gate/usr/src/cmd/init/
H A Dinit.c3049 setimer(int timelimit) argument
3052 (void) alarm(timelimit);
3053 time_up = (timelimit ? FALSE : TRUE);

Completed in 98 milliseconds