Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A DSAPI.h122 unsigned char post_read; member
H A DSAPI.c250 SG(post_read) = 1; in sapi_read_post_block()
452 SG(post_read) = 0; in sapi_activate()
500 if (!SG(post_read)) { in sapi_deactivate()
/PHP-7.4/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 17 milliseconds