Home
last modified time | relevance | path

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

/PHP-8.1/ext/ldap/
H A Dldap.c413 struct berval control_value = { 0L, NULL }; in _php_ldap_control_from_array() local
423 control_value.bv_val = ZSTR_VAL(tmpstring); in _php_ldap_control_from_array()
424 control_value.bv_len = ZSTR_LEN(tmpstring); in _php_ldap_control_from_array()
443 rc = ldap_create_page_control_value(ld, pagesize, &cookie, &control_value); in _php_ldap_control_from_array()
465 rc = ldap_create_assertion_control_value(ld, ZSTR_VAL(assert), &control_value); 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()
600 rc = ldap_create_sort_control_value(ld, sort_keys, &control_value); in _php_ldap_control_from_array()
666 rc = ldap_create_vlv_control_value(ld, &vlvInfo, &control_value); in _php_ldap_control_from_array()
699 if (control_value.bv_val != NULL && control_value_alloc != 0) { in _php_ldap_control_from_array()
[all …]

Completed in 20 milliseconds