Searched refs:timelimit (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/ldap/ |
H A D | ldap.c | 587 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.4/ |
H A D | NEWS | 5158 - Fixed bug #48441 (ldap_search() sizelimit, timelimit and deref options
|
Completed in 59 milliseconds