Home
last modified time | relevance | path

Searched refs:timelimit (Results 1 – 3 of 3) sorted by relevance

/PHP-8.1/ext/ldap/
H A Dldap.stub.php55 …y $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref… argument
58 …y $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref… argument
61 …y $attributes = [], int $attributes_only = 0, int $sizelimit = -1, int $timelimit = -1, int $deref… argument
H A Dldap.c1515 static void php_set_opts(LDAP *ldap, int sizelimit, int timelimit, int deref, int *old_sizelimit, i… in php_set_opts() argument
1529 if (timelimit > -1) { in php_set_opts()
1532 ldap_set_option(ldap, LDAP_OPT_TIMELIMIT, &timelimit); in php_set_opts()
1535 ldap->ld_timelimit = timelimit; in php_set_opts()
1558 zend_long attrsonly, sizelimit, timelimit, deref; in php_ldap_do_search() local
1577 Z_PARAM_LONG(timelimit) in php_ldap_do_search()
1589 ldap_timelimit = timelimit; in php_ldap_do_search()
H A Dldap_arginfo.h60 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, timelimit, IS_LONG, 0, "-1")

Completed in 25 milliseconds