Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dfilter.c73 …*php_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, int own_buf, int buf_persiste… in php_stream_bucket_new() argument
97 bucket->own_buf = 1; in php_stream_bucket_new()
101 bucket->own_buf = own_buf; in php_stream_bucket_new()
123 if (bucket->refcount == 1 && bucket->own_buf) { in php_stream_bucket_make_writeable()
134 retval->own_buf = 1; in php_stream_bucket_make_writeable()
154 (*left)->own_buf = 1; in php_stream_bucket_split()
161 (*right)->own_buf = 1; in php_stream_bucket_split()
185 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-5.5/ext/standard/
H A Duser_filters.c467 if (!bucket->own_buf) { in php_stream_bucket_attach()

Completed in 13 milliseconds