Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c311 struct berval control_value = { 0L, NULL }; in _php_ldap_control_from_array() local
321 control_value.bv_val = ZSTR_VAL(tmpstring); in _php_ldap_control_from_array()
322 control_value.bv_len = ZSTR_LEN(tmpstring); in _php_ldap_control_from_array()
341 rc = ldap_create_page_control_value(ld, pagesize, &cookie, &control_value); in _php_ldap_control_from_array()
363 rc = ldap_create_assertion_control_value(ld, ZSTR_VAL(assert), &control_value); 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()
498 rc = ldap_create_sort_control_value(ld, sort_keys, &control_value); in _php_ldap_control_from_array()
564 rc = ldap_create_vlv_control_value(ld, &vlvInfo, &control_value); in _php_ldap_control_from_array()
597 if (control_value.bv_val != NULL && control_value_alloc != 0) { in _php_ldap_control_from_array()
[all …]

Completed in 15 milliseconds