Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddocumenttype.c134 smart_str ret_buf = {0}; in dom_documenttype_internal_subset_read() local
144 …smart_str_appendl(&ret_buf, (const char *) xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize… in dom_documenttype_internal_subset_read()
152 if (ret_buf.s) { in dom_documenttype_internal_subset_read()
153 ZVAL_NEW_STR(retval, smart_str_extract(&ret_buf)); in dom_documenttype_internal_subset_read()
/php-src/win32/
H A Dioutil.h771 char *ret_buf; in php_win32_ioutil_readlink() local
787 ret_buf = php_win32_ioutil_conv_w_to_any(retw, ret, &ret_buf_len); in php_win32_ioutil_readlink()
788 if (!ret_buf || ret_buf_len >= buf_len || ret_buf_len >= MAXPATHLEN) { in php_win32_ioutil_readlink()
789 free(ret_buf); in php_win32_ioutil_readlink()
794 memcpy(buf, ret_buf, ret_buf_len + 1); in php_win32_ioutil_readlink()
796 free(ret_buf); in php_win32_ioutil_readlink()
/php-src/main/streams/
H A Dstreams.c1064 zend_string *ret_buf; /* returned buffer */ in php_stream_get_record() local
1137 ret_buf = zend_string_alloc(tent_ret_len, 0); in php_stream_get_record()
1140 ZSTR_LEN(ret_buf) = php_stream_read(stream, ZSTR_VAL(ret_buf), tent_ret_len); in php_stream_get_record()
1146 ZSTR_VAL(ret_buf)[ZSTR_LEN(ret_buf)] = '\0'; in php_stream_get_record() local
1147 return ret_buf; in php_stream_get_record()

Completed in 19 milliseconds