Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c413 int control_value_alloc = 0; in _php_ldap_control_from_array() local
441 control_value_alloc = 1; in _php_ldap_control_from_array()
463 control_value_alloc = 1; in _php_ldap_control_from_array()
489 } else if (ber_flatten2(ber, &control_value, control_value_alloc) == -1) { in _php_ldap_control_from_array()
538 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array()
598 control_value_alloc = 1; in _php_ldap_control_from_array()
665 control_value_alloc = 1; in _php_ldap_control_from_array()
699 if (control_value.bv_val != NULL && control_value_alloc != 0) { in _php_ldap_control_from_array()

Completed in 16 milliseconds