Searched refs:outp (Results 1 – 1 of 1) sorted by relevance
/php-src/main/streams/ |
H A D | filter.c | 400 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp … in _php_stream_filter_flush() local 419 status = current->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush() 430 inp = outp; in _php_stream_filter_flush() 431 outp = brig_temp; in _php_stream_filter_flush() 432 outp->head = NULL; in _php_stream_filter_flush() 433 outp->tail = NULL; in _php_stream_filter_flush()
|
Completed in 10 milliseconds