Home
last modified time | relevance | path

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

/PHP-7.0/ext/iconv/
H A Diconv.c564 zend_string *ret, *out_buffer; in php_iconv_string() local
585 out_p = ZSTR_VAL(out_buffer); in php_iconv_string()
595 zend_string_free(out_buffer); in php_iconv_string()
601 out_buffer = zend_string_extend(out_buffer, out_size + 8, 0); in php_iconv_string()
602 out_p = ZSTR_VAL(out_buffer) + pos; in php_iconv_string()
611 zend_string_free(out_buffer); in php_iconv_string()
620 *out = out_buffer; in php_iconv_string()
2451 zend_string *out_buffer; in PHP_NAMED_FUNCTION() local
2465 RETVAL_STR(out_buffer); in PHP_NAMED_FUNCTION()
2467 if (out_buffer != NULL) { in PHP_NAMED_FUNCTION()
[all …]
/PHP-7.0/ext/openssl/
H A Dopenssl.c4475 zend_string *out_buffer; in PHP_FUNCTION() local
4507 out_buffer = zend_string_alloc(key_length, 0); in PHP_FUNCTION()
4509 …t)salt_len, (int)iterations, digest, (int)key_length, (unsigned char*)ZSTR_VAL(out_buffer)) == 1) { in PHP_FUNCTION()
4510 ZSTR_VAL(out_buffer)[key_length] = 0; in PHP_FUNCTION() local
4511 RETURN_NEW_STR(out_buffer); in PHP_FUNCTION()
4513 zend_string_release(out_buffer); in PHP_FUNCTION()

Completed in 23 milliseconds