Searched refs:LDAP_CONTROL_PAGEDRESULTS (Results 1 – 6 of 6) sorted by relevance
/php-src/ext/ldap/tests/ |
H A D | ldap_parse_result_controls.phpt | 11 skipifunsupportedcontrol(LDAP_CONTROL_PAGEDRESULTS); 24 [['oid' => LDAP_CONTROL_PAGEDRESULTS, 'iscritical' => TRUE, 'value' => ['size' => 1]]]), 26 $ctrls[LDAP_CONTROL_PAGEDRESULTS]['oid'], 27 $ctrls[LDAP_CONTROL_PAGEDRESULTS]['value']['size'], 28 bin2hex($ctrls[LDAP_CONTROL_PAGEDRESULTS]['value']['cookie']),
|
H A D | ldap_search_paged_result_controls.phpt | 11 skipifunsupportedcontrol(LDAP_CONTROL_PAGEDRESULTS); 24 [['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 2]]]), 28 …[['oid' => LDAP_CONTROL_PAGEDRESULTS, 'value' => ['size' => 20, 'cookie' => $controls[LDAP_CONTROL…
|
H A D | ldap_get_option_controls.phpt | 32 'oid' => LDAP_CONTROL_PAGEDRESULTS, 39 'oid' => LDAP_CONTROL_PAGEDRESULTS,
|
/php-src/ext/ldap/ |
H A D | ldap_arginfo.h | 754 #if defined(LDAP_CONTROL_PAGEDRESULTS) in register_ldap_symbols() 755 REGISTER_STRING_CONSTANT("LDAP_CONTROL_PAGEDRESULTS", LDAP_CONTROL_PAGEDRESULTS, CONST_PERSISTENT); in register_ldap_symbols()
|
H A D | ldap.stub.php | 513 const LDAP_CONTROL_PAGEDRESULTS = UNKNOWN; define
|
H A D | ldap.c | 58 #if defined(LDAP_CONTROL_PAGEDRESULTS) && !defined(HAVE_LDAP_CONTROL_FIND) 292 } else if (strcmp(ctrl->ldctl_oid, LDAP_CONTROL_PAGEDRESULTS) == 0) { in _php_ldap_control_to_array() 447 } else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_PAGEDRESULTS)) { in php_ldap_control_from_array()
|
Completed in 30 milliseconds