Home
last modified time | relevance | path

Searched refs:sizelimit (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/ldap/
H A Dldap.c587 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument
590 if (sizelimit > -1) { in php_set_opts()
593 ldap_set_option(ldap, LDAP_OPT_SIZELIMIT, &sizelimit); in php_set_opts()
596 ldap->ld_sizelimit = sizelimit; in php_set_opts()
629 long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local
638 &sizelimit, &timelimit, &deref) == FAILURE) { in php_ldap_do_search()
649 ldap_sizelimit = sizelimit; in php_ldap_do_search()
2801 ZEND_ARG_INFO(0, sizelimit)
2812 ZEND_ARG_INFO(0, sizelimit)
2823 ZEND_ARG_INFO(0, sizelimit)
/PHP-5.5/
H A DNEWS6347 - Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options

Completed in 47 milliseconds