Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c312 int control_value_alloc = 0; in _php_ldap_control_from_array() local
340 control_value_alloc = 1; in _php_ldap_control_from_array()
362 control_value_alloc = 1; in _php_ldap_control_from_array()
388 } else if (ber_flatten2(ber, &control_value, control_value_alloc) == -1) { in _php_ldap_control_from_array()
437 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array()
497 control_value_alloc = 1; in _php_ldap_control_from_array()
563 control_value_alloc = 1; in _php_ldap_control_from_array()
597 if (control_value.bv_val != NULL && control_value_alloc != 0) { in _php_ldap_control_from_array()

Completed in 16 milliseconds