Lines Matching refs:control_oid
412 zend_string *control_oid; in php_ldap_control_from_array() local
423 control_oid = zval_get_string(val); in php_ldap_control_from_array()
447 } else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_PAGEDRESULTS)) { in php_ldap_control_from_array()
469 } else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_ASSERT)) { in php_ldap_control_from_array()
493 } else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_VALUESRETURNFILTER)) { in php_ldap_control_from_array()
517 …} else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_PRE_READ) || zend_string_equals_li… in php_ldap_control_from_array()
569 } else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_SORTREQUEST)) { in php_ldap_control_from_array()
626 } else if (zend_string_equals_literal(control_oid, LDAP_CONTROL_VLVREQUEST)) { in php_ldap_control_from_array()
694 …"%s(): Control OID %s cannot be of type array", get_active_function_name(), ZSTR_VAL(control_oid)); in php_ldap_control_from_array()
700 rc = ldap_control_create(ZSTR_VAL(control_oid), control_iscritical, &control_value, 1, ctrl); in php_ldap_control_from_array()
704 zend_string_release(control_oid); in php_ldap_control_from_array()