Searched refs:outp (Results 1 – 2 of 2) sorted by relevance
/PHP-8.3/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()
|
/PHP-8.3/ext/imap/ |
H A D | php_imap.c | 2349 outp = out; in PHP_FUNCTION() 2373 *outp++ |= c; in PHP_FUNCTION() 2374 *outp <<= 4; in PHP_FUNCTION() 2380 *outp++ |= c; in PHP_FUNCTION() 2381 *outp <<= 6; in PHP_FUNCTION() 2393 *outp = 0; in PHP_FUNCTION() 2481 *outp++ = c; in PHP_FUNCTION() 2483 *outp++ = '-'; in PHP_FUNCTION() 2495 *outp++ = c; in PHP_FUNCTION() 2501 *outp++ = c; in PHP_FUNCTION() [all …]
|
Completed in 23 milliseconds