Home
last modified time | relevance | path

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

/PHP-7.0/main/streams/
H A Dfilter.c431 …php_stream_bucket_brigade brig_a = { NULL, NULL }, brig_b = { NULL, NULL }, *inp = &brig_a, *outp in _php_stream_filter_flush() local
450 status = filter->fops->filter(stream, current, inp, outp, NULL, flags); in _php_stream_filter_flush()
461 inp = outp; in _php_stream_filter_flush()
462 outp = brig_temp; in _php_stream_filter_flush()
463 outp->head = NULL; in _php_stream_filter_flush()
464 outp->tail = NULL; in _php_stream_filter_flush()
/PHP-7.0/ext/imap/
H A Dphp_imap.c2885 outp = out; in PHP_FUNCTION()
2909 *outp++ |= c; in PHP_FUNCTION()
2910 *outp <<= 4; in PHP_FUNCTION()
2916 *outp++ |= c; in PHP_FUNCTION()
2917 *outp <<= 6; in PHP_FUNCTION()
2929 *outp = 0; in PHP_FUNCTION()
3018 *outp++ = c; in PHP_FUNCTION()
3020 *outp++ = '-'; in PHP_FUNCTION()
3032 *outp++ = c; in PHP_FUNCTION()
3038 *outp++ = c; in PHP_FUNCTION()
[all …]

Completed in 19 milliseconds