Searched refs:sizelimit (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 551 /* sizelimit */ 552 if (sizelimit > -1) { 555 ldap_set_option(ldap, LDAP_OPT_SIZELIMIT, &sizelimit); 558 ldap->ld_sizelimit = sizelimit; 591 long attrsonly, sizelimit, timelimit, deref; local 600 &sizelimit, &timelimit, &deref) == FAILURE) { 611 ldap_sizelimit = sizelimit; 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 [, in [all...] |
Completed in 4 milliseconds