Searched refs:timelimit (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dsearch.c90 int timelimit; local
111 /* timelimit must be non-zero if timeout is provided */
112 timelimit = timeout->tv_sec != 0 ? timeout->tv_sec : 1;
115 /* no timeout, no timelimit */
116 timelimit = -1;
120 attrsonly, sctrls, cctrls, timelimit, sizelimit, deref, &id );
258 ber_int_t timelimit,
282 * timelimit INTEGER (0 .. 65535),
319 (timelimit < 0) ? ld->ld_timelimit : timelimit,
249 ldap_build_search_req( LDAP *ld, LDAP_CONST char *base, ber_int_t scope, LDAP_CONST char *filter, char **attrs, ber_int_t attrsonly, LDAPControl **sctrls, LDAPControl **cctrls, ber_int_t timelimit, ber_int_t sizelimit, ber_int_t deref, ber_int_t *idp) argument
[all...]
H A Dldap-int.h733 ber_int_t timelimit,
/macosx-10.9.5/emacs-92/emacs/lisp/net/
H A Dldap.el87 `timelimit' is the timeout limit for the connection in seconds.
143 (const :tag "Time Limit" timelimit)
500 `timelimit' is the timeout limit for the connection in seconds.
520 (timelimit (plist-get search-plist 'timelimit))
556 (if (and timelimit
557 (not (equal "" timelimit)))
558 (setq arglist (nconc arglist (list (format "-l%s" timelimit)))))
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dattr.h450 struct timeval timelimit; member in struct:fssearchblock
469 struct user64_timeval timelimit; member in struct:user64_fssearchblock
482 struct user32_timeval timelimit; member in struct:user32_fssearchblock
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/tests/progs/
H A Dslapd-bind.c278 int timelimit = 0; local
301 if ( strncasecmp( ext, "x-timelimit=", STRLENOF( "x-timelimit=" ) ) == 0 ) {
302 if ( lutil_atoi( &timelimit, &ext[ STRLENOF( "x-timelimit=" ) ] ) && crit ) {
303 tester_error( "unable to parse critical extension x-timelimit" );
371 if ( timelimit ) {
372 tv.tv_sec = timelimit;
/macosx-10.9.5/ppp-727.90.1/Authenticators/Radius/
H A Dradlib.c923 struct timeval timelimit; local
933 gettimeofday(&timelimit, NULL);
934 timeradd(&tv, &timelimit, &timelimit);
952 timersub(&timelimit, &tv, &tv);
963 gettimeofday(&timelimit, NULL);
964 timeradd(&tv, &timelimit, &timelimit);
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/clients/tools/
H A Dldapsearch.c98 static int timelimit = -1; variable
709 timelimit = 0;
712 timelimit = LDAP_MAXINT;
721 timelimit = ival;
723 if( timelimit < 0 || timelimit > LDAP_MAXINT ) {
724 fprintf( stderr, _("%s: invalid timelimit (%d) specified\n"),
725 prog, timelimit );
1444 if ( timelimit > 0 ) {
1445 tv_timelimit.tv_sec = timelimit;
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/bin/
H A Dldapsearch194 $searchargs{timelimit} = $opt_l if $opt_l;
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/ldap/
H A Dldapx.tcl851 option -timelimit -default 0
983 -timelimit $options(-timelimit) \
H A Dldap.tcl1222 -timelimit {
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DASN.pm343 timeLimitExceeded (3), -- timelimit reached before
/macosx-10.9.5/sudo-72/src/
H A Dldap.c199 int timelimit; member in struct:ldap_config
312 { "timelimit", CONF_INT, LDAP_OPT_TIMELIMIT, &ldap_conf.timelimit },
1386 ldap_conf.timelimit = -1;
1454 if (ldap_conf.timelimit > 0)
1455 fprintf(stderr, "timelimit %d\n", ldap_conf.timelimit);
/macosx-10.9.5/ruby-104/ruby/lib/
H A Dresolv.rb662 timelimit = start + tout
666 timeout = timelimit - before_select
673 next if after_select < timelimit
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/lib/Net/
H A DLDAP.pm453 timeLimit => $arg->{timelimit} || 0,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_syscalls.c7570 struct timeval timelimit; local
7583 timelimit.tv_sec = searchblock.timelimit.tv_sec;
7584 timelimit.tv_usec = searchblock.timelimit.tv_usec;
7599 timelimit.tv_sec = (__darwin_time_t) tmp_searchblock.timelimit.tv_sec;
7600 timelimit.tv_usec = (__darwin_useconds_t) tmp_searchblock.timelimit.tv_usec;
7778 &timelimit,
[all...]
H A Dkpi_vfs.c4996 VNOP_SEARCHFS(struct vnode *vp, void *searchparams1, void *searchparams2, struct attrlist *searchattrs, uint32_t maxmatches, struct timeval *timelimit, struct attrlist *returnattrs, uint32_t *nummatches, uint32_t scriptcode, uint32_t options, struct uio *uio, struct searchstate *searchstate, vfs_context_t ctx) argument
5007 a.a_timelimit = timelimit;
/macosx-10.9.5/xnu-2422.115.4/tools/tests/xnu_quick_test/
H A Dtests.c4617 my_search_blk.timelimit.tv_sec = 1;
4618 my_search_blk.timelimit.tv_usec = 0;
/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim2518 \ 'ldap_list(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2528 \ 'ldap_read(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',
2531 \ 'ldap_search(': 'resource link_identifier, string base_dn, string filter [, array attributes [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]] | resource',

Completed in 461 milliseconds