Home
last modified time | relevance | path

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

/PHP-7.2/ext/iconv/
H A Diconv.c560 zend_string *ret, *out_buffer; in php_iconv_string() local
583 out_p = ZSTR_VAL(out_buffer); in php_iconv_string()
588 zend_string_free(out_buffer); in php_iconv_string()
594 out_buffer = zend_string_extend(out_buffer, out_size + 8, 0); in php_iconv_string()
595 out_p = ZSTR_VAL(out_buffer) + pos; in php_iconv_string()
604 zend_string_free(out_buffer); in php_iconv_string()
613 *out = out_buffer; in php_iconv_string()
2481 zend_string *out_buffer; in PHP_NAMED_FUNCTION() local
2495 RETVAL_STR(out_buffer); in PHP_NAMED_FUNCTION()
2497 if (out_buffer != NULL) { in PHP_NAMED_FUNCTION()
[all …]
/PHP-7.2/ext/openssl/
H A Dopenssl.c4969 zend_string *out_buffer; in PHP_FUNCTION() local
5001 out_buffer = zend_string_alloc(key_length, 0); in PHP_FUNCTION()
5003 …t)salt_len, (int)iterations, digest, (int)key_length, (unsigned char*)ZSTR_VAL(out_buffer)) == 1) { in PHP_FUNCTION()
5004 ZSTR_VAL(out_buffer)[key_length] = 0; in PHP_FUNCTION() local
5005 RETURN_NEW_STR(out_buffer); in PHP_FUNCTION()
5008 zend_string_release(out_buffer); in PHP_FUNCTION()

Completed in 27 milliseconds