Searched refs:timelimit (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/ldap/ |
| H A D | ldap.c | 549 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, int *old_timelimit, int *old_deref) argument 562 /* timelimit */ 563 if (timelimit > -1) { 566 ldap_set_option(ldap, LDAP_OPT_TIMELIMIT, &timelimit); 569 ldap->ld_timelimit = timelimit; 591 long attrsonly, sizelimit, timelimit, deref; local 600 &sizelimit, &timelimit, &deref) == FAILURE) { 609 ldap_timelimit = timelimit; 795 /* {{{ proto resource ldap_read(resource|array link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, int deref]]]]]) 803 /* {{{ proto resource ldap_list(resource|array link, string base_dn, string filter [, array attrs [, int attrsonly [, int sizelimit [, int timelimit [, in [all...] |
Completed in 3 milliseconds