Searched refs:sizelimit (Results 1 – 3 of 3) sorted by relevance
/PHP-8.1/ext/ldap/ |
H A D | ldap.stub.php | 55 …|string $filter, array $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timel… argument 58 …|string $filter, array $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timel… argument 61 …|string $filter, array $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timel… argument
|
H A D | ldap.c | 1515 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument 1518 if (sizelimit > -1) { in php_set_opts() 1521 ldap_set_option(ldap, LDAP_OPT_SIZELIMIT, &sizelimit); in php_set_opts() 1524 ldap->ld_sizelimit = sizelimit; in php_set_opts() 1558 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local 1576 Z_PARAM_LONG(sizelimit) in php_ldap_do_search() 1592 ldap_sizelimit = sizelimit; in php_ldap_do_search()
|
H A D | ldap_arginfo.h | 59 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, sizelimit, IS_LONG, 0, "-1")
|
Completed in 25 milliseconds