Home
last modified time | relevance | path

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

/PHP-7.4/ext/iconv/
H A Diconv.c543 zend_string *out_buffer; in php_iconv_string() local
566 out_p = ZSTR_VAL(out_buffer); in php_iconv_string()
571 zend_string_efree(out_buffer); in php_iconv_string()
577 out_buffer = zend_string_extend(out_buffer, out_size + 8, 0); in php_iconv_string()
578 out_p = ZSTR_VAL(out_buffer) + pos; in php_iconv_string()
587 zend_string_efree(out_buffer); in php_iconv_string()
596 *out = out_buffer; in php_iconv_string()
2477 zend_string *out_buffer; in PHP_NAMED_FUNCTION() local
2491 RETVAL_NEW_STR(out_buffer); in PHP_NAMED_FUNCTION()
2493 if (out_buffer != NULL) { in PHP_NAMED_FUNCTION()
[all …]
/PHP-7.4/ext/openssl/
H A Dopenssl.c5098 zend_string *out_buffer; in PHP_FUNCTION() local
5130 out_buffer = zend_string_alloc(key_length, 0); in PHP_FUNCTION()
5132 …t)salt_len, (int)iterations, digest, (int)key_length, (unsigned char*)ZSTR_VAL(out_buffer)) == 1) { in PHP_FUNCTION()
5133 ZSTR_VAL(out_buffer)[key_length] = 0; in PHP_FUNCTION() local
5134 RETURN_NEW_STR(out_buffer); in PHP_FUNCTION()
5137 zend_string_release_ex(out_buffer, 0); in PHP_FUNCTION()

Completed in 27 milliseconds