Searched refs:control_value (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/ldap/ |
H A D | ldap.c | 309 struct berval control_value = { 0L, NULL }; in _php_ldap_control_from_array() local 319 control_value.bv_val = ZSTR_VAL(tmpstring); in _php_ldap_control_from_array() 320 control_value.bv_len = ZSTR_LEN(tmpstring); in _php_ldap_control_from_array() 339 rc = ldap_create_page_control_value(ld, pagesize, &cookie, &control_value); in _php_ldap_control_from_array() 361 rc = ldap_create_assertion_control_value(ld, ZSTR_VAL(assert), &control_value); in _php_ldap_control_from_array() 386 } else if (ber_flatten2(ber, &control_value, control_value_alloc) == -1) { in _php_ldap_control_from_array() 435 err = ber_flatten2(ber, &control_value, control_value_alloc); in _php_ldap_control_from_array() 496 rc = ldap_create_sort_control_value(ld, sort_keys, &control_value); in _php_ldap_control_from_array() 562 rc = ldap_create_vlv_control_value(ld, &vlvInfo, &control_value); in _php_ldap_control_from_array() 595 if (control_value.bv_val != NULL && control_value_alloc != 0) { in _php_ldap_control_from_array() [all …]
|
Completed in 16 milliseconds