Searched refs:ret_buf (Results 1 – 2 of 2) sorted by relevance
48 char* ret_buf = NULL; in PHP_FUNCTION() local152 intl_convert_utf16_to_utf8( &ret_buf, &ret_len, uret_buf, uret_len, &status ); in PHP_FUNCTION()162 RETVAL_STRINGL( ret_buf, ret_len, FALSE ); in PHP_FUNCTION()
957 char *ret_buf, /* returned buffer */ in php_stream_get_record() local1030 ret_buf = emalloc(tent_ret_len + 1); in php_stream_get_record()1033 *returned_len = php_stream_read(stream, ret_buf, tent_ret_len); in php_stream_get_record()1039 ret_buf[*returned_len] = '\0'; in php_stream_get_record()1040 return ret_buf; in php_stream_get_record()
Completed in 23 milliseconds