Searched refs:out_buffer (Results 1 – 2 of 2) sorted by relevance
564 zend_string *ret, *out_buffer; in php_iconv_string() local585 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() local2465 RETVAL_STR(out_buffer); in PHP_NAMED_FUNCTION()2467 if (out_buffer != NULL) { in PHP_NAMED_FUNCTION()[all …]
4475 zend_string *out_buffer; in PHP_FUNCTION() local4507 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() local4511 RETURN_NEW_STR(out_buffer); in PHP_FUNCTION()4513 zend_string_release(out_buffer); in PHP_FUNCTION()
Completed in 34 milliseconds