Home
last modified time | relevance | path

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

/PHP-7.4/ext/ldap/
H A Dldap.c2572 zend_string *modval; in PHP_FUNCTION() local
2810 modval = zval_get_string(fetched); in PHP_FUNCTION()
2822 ldap_mods[i]->mod_bvalues[j]->bv_len = ZSTR_LEN(modval); in PHP_FUNCTION()
2823 ldap_mods[i]->mod_bvalues[j]->bv_val = estrndup(ZSTR_VAL(modval), ZSTR_LEN(modval)); in PHP_FUNCTION()
2824 zend_string_release(modval); in PHP_FUNCTION()

Completed in 16 milliseconds