Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dfilter.c71 …*php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int own_buf, int buf_persiste… in php_stream_bucket_new() argument
95 bucket->own_buf = 1; in php_stream_bucket_new()
99 bucket->own_buf = own_buf; in php_stream_bucket_new()
121 if (bucket->refcount == 1 && bucket->own_buf) { in php_stream_bucket_make_writeable()
132 retval->own_buf = 1; in php_stream_bucket_make_writeable()
152 (*left)->own_buf = 1; in php_stream_bucket_split()
159 (*right)->own_buf = 1; in php_stream_bucket_split()
183 if (bucket->own_buf) { in php_stream_bucket_delref()
H A Dphp_stream_filter_api.h51 int own_buf; member
70 …*php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int own_buf, int buf_persiste…
/PHP-7.0/ext/standard/
H A Duser_filters.c452 if (!bucket->own_buf) { in php_stream_bucket_attach()

Completed in 11 milliseconds