Searched refs:control_oid (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/ldap/ |
H A D | ldap.c | 285 zend_string *control_oid; in _php_ldap_control_from_array() local 297 control_oid = zval_get_string(val); in _php_ldap_control_from_array() 321 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PAGEDRESULTS) == 0) { in _php_ldap_control_from_array() 343 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_ASSERT) == 0) { in _php_ldap_control_from_array() 367 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VALUESRETURNFILTER) == 0) { in _php_ldap_control_from_array() 391 …} else if ((strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ZSTR_VAL(control… in _php_ldap_control_from_array() 443 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_SORTREQUEST) == 0) { in _php_ldap_control_from_array() 500 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VLVREQUEST) == 0) { in _php_ldap_control_from_array() 567 …"%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_VAL(control_oid)); in _php_ldap_control_from_array() 573 rc = ldap_control_create(ZSTR_VAL(control_oid), control_iscritical, &control_value, 1, ctrl); in _php_ldap_control_from_array() [all …]
|
Completed in 15 milliseconds