Home
last modified time | relevance | path

Searched refs:timelimit (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
601 if (timelimit > -1) { in php_set_opts()
604 ldap_set_option(ldap, LDAP_OPT_TIMELIMIT, &timelimit); in php_set_opts()
607 ldap->ld_timelimit = timelimit; 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()
647 ldap_timelimit = timelimit; in php_ldap_do_search()
2802 ZEND_ARG_INFO(0, timelimit)
2813 ZEND_ARG_INFO(0, timelimit)
2824 ZEND_ARG_INFO(0, timelimit)
/PHP-5.5/
H A DNEWS6347 - Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options

Completed in 36 milliseconds