Home
last modified time | relevance | path

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

/PHP-8.3/main/streams/
H A Dfilter.c71 …_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8_t own_buf, uint8_t buf_pers… in php_stream_bucket_new() argument
84 bucket->own_buf = 1; in php_stream_bucket_new()
88 bucket->own_buf = own_buf; in php_stream_bucket_new()
110 if (bucket->refcount == 1 && bucket->own_buf) { in php_stream_bucket_make_writeable()
121 retval->own_buf = 1; in php_stream_bucket_make_writeable()
137 (*left)->own_buf = 1; in php_stream_bucket_split()
144 (*right)->own_buf = 1; in php_stream_bucket_split()
153 if (bucket->own_buf) { in php_stream_bucket_delref()
H A Dphp_stream_filter_api.h47 uint8_t own_buf; member
66 …_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8_t own_buf, uint8_t buf_pers…
/PHP-8.3/ext/standard/
H A Duser_filters.c397 if (!bucket->own_buf) { in php_stream_bucket_attach()

Completed in 10 milliseconds