Home
last modified time | relevance | path

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

/PHP-8.3/ext/ldap/
H A Dldap.c2541 zend_string *modval; in PHP_FUNCTION() local
2792 modval = zval_get_string(fetched); in PHP_FUNCTION()
2804 ldap_mods[i]->mod_bvalues[j]->bv_len = ZSTR_LEN(modval); in PHP_FUNCTION()
2805 ldap_mods[i]->mod_bvalues[j]->bv_val = estrndup(ZSTR_VAL(modval), ZSTR_LEN(modval)); in PHP_FUNCTION()
2806 zend_string_release(modval); in PHP_FUNCTION()

Completed in 18 milliseconds