Home
last modified time | relevance | path

Searched refs:post_read (Results 1 – 3 of 3) sorted by relevance

/PHP-7.3/main/
H A DSAPI.h122 unsigned char post_read; member
H A DSAPI.c254 SG(post_read) = 1; in sapi_read_post_block()
456 SG(post_read) = 0; in sapi_activate()
504 if (!SG(post_read)) { in sapi_deactivate()
/PHP-7.3/ext/standard/
H A Dphp_fopen_wrapper.c83 if (!SG(post_read) && SG(read_post_bytes) < (int64_t)(input->position + count)) { in php_stream_input_read()

Completed in 12 milliseconds