Home
last modified time | relevance | path

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

/PHP-5.3/ext/intl/normalizer/
H A Dnormalizer_normalize.c48 char* ret_buf = NULL; in PHP_FUNCTION() local
152 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()
/PHP-5.3/main/streams/
H A Dstreams.c957 char *ret_buf, /* returned buffer */ in php_stream_get_record() local
1030 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 15 milliseconds