Home
last modified time | relevance | path

Searched refs:outp (Results 1 – 2 of 2) sorted by relevance

/PHP-7.2/main/streams/
H A Dfilter.c399 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp in _php_stream_filter_flush() local
418 status = filter->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
429 inp = outp; in _php_stream_filter_flush()
430 outp = brig_temp; in _php_stream_filter_flush()
431 outp->head = NULL; in _php_stream_filter_flush()
432 outp->tail = NULL; in _php_stream_filter_flush()
/PHP-7.2/ext/imap/
H A Dphp_imap.c2882 outp = out; in PHP_FUNCTION()
2906 *outp++ |= c; in PHP_FUNCTION()
2907 *outp <<= 4; in PHP_FUNCTION()
2913 *outp++ |= c; in PHP_FUNCTION()
2914 *outp <<= 6; in PHP_FUNCTION()
2926 *outp = 0; in PHP_FUNCTION()
3015 *outp++ = c; in PHP_FUNCTION()
3017 *outp++ = '-'; in PHP_FUNCTION()
3029 *outp++ = c; in PHP_FUNCTION()
3035 *outp++ = c; in PHP_FUNCTION()
[all …]

Completed in 21 milliseconds