Searched refs:sizelimit (Results 1 – 1 of 1) sorted by relevance
/PHP-7.4/ext/ldap/ |
H A D | ldap.c | 1403 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument 1406 if (sizelimit > -1) { in php_set_opts() 1409 ldap_set_option(ldap, LDAP_OPT_SIZELIMIT, &sizelimit); in php_set_opts() 1412 ldap->ld_sizelimit = sizelimit; in php_set_opts() 1445 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local 1456 &sizelimit, &timelimit, &deref, &serverctrls) == FAILURE) { in php_ldap_do_search() 1468 ldap_sizelimit = sizelimit; in php_ldap_do_search() 4481 ZEND_ARG_INFO(0, sizelimit) 4493 ZEND_ARG_INFO(0, sizelimit) 4505 ZEND_ARG_INFO(0, sizelimit)
|
Completed in 31 milliseconds