Searched refs:own_buf (Results 1 – 3 of 3) sorted by relevance
73 …_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8_t own_buf, uint8_t buf_pers… in php_stream_bucket_new() argument86 bucket->own_buf = 1; in php_stream_bucket_new()90 bucket->own_buf = own_buf; in php_stream_bucket_new()112 if (bucket->refcount == 1 && bucket->own_buf) { in php_stream_bucket_make_writeable()123 retval->own_buf = 1; in php_stream_bucket_make_writeable()139 (*left)->own_buf = 1; in php_stream_bucket_split()146 (*right)->own_buf = 1; in php_stream_bucket_split()155 if (bucket->own_buf) { in php_stream_bucket_delref()
49 uint8_t own_buf; member68 …_stream_bucket_new(php_stream *stream, char *buf, size_t buflen, uint8_t own_buf, uint8_t buf_pers…
452 if (!bucket->own_buf) { in php_stream_bucket_attach()
Completed in 9 milliseconds