Home
last modified time | relevance | path

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

/php-src/ext/ldap/
H A Dldap.c435 bool control_value_alloc = false; in php_ldap_control_from_array() local
464 control_value_alloc = 1; in php_ldap_control_from_array()
486 control_value_alloc = 1; in php_ldap_control_from_array()
512 } else if (ber_flatten2(ber, &control_value, control_value_alloc) == -1) { in php_ldap_control_from_array()
561 err = ber_flatten2(ber, &control_value, control_value_alloc); in php_ldap_control_from_array()
621 control_value_alloc = 1; in php_ldap_control_from_array()
688 control_value_alloc = 1; in php_ldap_control_from_array()
722 if (control_value.bv_val != NULL && control_value_alloc != 0) { in php_ldap_control_from_array()

Completed in 13 milliseconds