Searched refs:control_value_alloc (Results 1 – 1 of 1) sorted by relevance
414 int control_value_alloc = 0; in _php_ldap_control_from_array() local442 control_value_alloc = 1; in _php_ldap_control_from_array()464 control_value_alloc = 1; in _php_ldap_control_from_array()490 } else if (ber_flatten2(ber, &control_value, control_value_alloc) == -1) { in _php_ldap_control_from_array()539 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array()599 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 18 milliseconds