Home
last modified time | relevance | path

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

/PHP-8.2/ext/ldap/
H A Dldap.c416 int control_value_alloc = 0; in _php_ldap_control_from_array() local
444 control_value_alloc = 1; in _php_ldap_control_from_array()
466 control_value_alloc = 1; in _php_ldap_control_from_array()
492 } else if (ber_flatten2(ber, &control_value, control_value_alloc) == -1) { in _php_ldap_control_from_array()
541 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array()
601 control_value_alloc = 1; in _php_ldap_control_from_array()
667 control_value_alloc = 1; in _php_ldap_control_from_array()
701 if (control_value.bv_val != NULL && control_value_alloc != 0) { in _php_ldap_control_from_array()

Completed in 13 milliseconds