Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c388 zend_string *control_oid; in _php_ldap_control_from_array() local
400 control_oid = zval_get_string(val); in _php_ldap_control_from_array()
424 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PAGEDRESULTS) == 0) { in _php_ldap_control_from_array()
446 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_ASSERT) == 0) { in _php_ldap_control_from_array()
470 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VALUESRETURNFILTER) == 0) { in _php_ldap_control_from_array()
494 …} else if ((strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ZSTR_VAL(control… in _php_ldap_control_from_array()
546 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_SORTREQUEST) == 0) { in _php_ldap_control_from_array()
603 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VLVREQUEST) == 0) { in _php_ldap_control_from_array()
671 …"%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_VAL(control_oid)); in _php_ldap_control_from_array()
677 rc = ldap_control_create(ZSTR_VAL(control_oid), control_iscritical, &control_value, 1, ctrl); in _php_ldap_control_from_array()
[all …]

Completed in 16 milliseconds