Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/
H A Ddocumenttype.c181 smart_str ret_buf = {0}; in dom_documenttype_internal_subset_read() local
192 …smart_str_appendl(&ret_buf, (const char *) xmlOutputBufferGetContent(buff), xmlOutputBufferGetSize… in dom_documenttype_internal_subset_read()
194 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
203 if (ret_buf.s) { in dom_documenttype_internal_subset_read()
204 smart_str_0(&ret_buf); in dom_documenttype_internal_subset_read()
205 ZVAL_NEW_STR(retval, ret_buf.s); in dom_documenttype_internal_subset_read()
/PHP-7.3/main/streams/
H A Dstreams.c992 zend_string *ret_buf; /* returned buffer */ in php_stream_get_record() local
1065 ret_buf = zend_string_alloc(tent_ret_len, 0); in php_stream_get_record()
1068 ZSTR_LEN(ret_buf) = php_stream_read(stream, ZSTR_VAL(ret_buf), tent_ret_len); in php_stream_get_record()
1074 ZSTR_VAL(ret_buf)[ZSTR_LEN(ret_buf)] = '\0'; in php_stream_get_record() local
1075 return ret_buf; in php_stream_get_record()

Completed in 12 milliseconds