Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c387 zend_string *control_oid; in _php_ldap_control_from_array() local
399 control_oid = zval_get_string(val); in _php_ldap_control_from_array()
423 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PAGEDRESULTS) == 0) { in _php_ldap_control_from_array()
445 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_ASSERT) == 0) { in _php_ldap_control_from_array()
469 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VALUESRETURNFILTER) == 0) { in _php_ldap_control_from_array()
493 …} else if ((strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_PRE_READ) == 0) || (strcmp(ZSTR_VAL(control… in _php_ldap_control_from_array()
545 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_SORTREQUEST) == 0) { in _php_ldap_control_from_array()
602 } else if (strcmp(ZSTR_VAL(control_oid), LDAP_CONTROL_VLVREQUEST) == 0) { in _php_ldap_control_from_array()
670 …"%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_VAL(control_oid)); in _php_ldap_control_from_array()
676 rc = ldap_control_create(ZSTR_VAL(control_oid), control_iscritical, &control_value, 1, ctrl); in _php_ldap_control_from_array()
[all …]

Completed in 14 milliseconds