Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.c263 int allocated_bytes=SAPI_POST_BLOCK_SIZE+1; in SAPI_POST_READER_FUNC()
273 …i_module.read_post(SG(request_info).post_data+SG(read_post_bytes), SAPI_POST_BLOCK_SIZE TSRMLS_CC); in SAPI_POST_READER_FUNC()
282 if (read_bytes < SAPI_POST_BLOCK_SIZE) { in SAPI_POST_READER_FUNC()
285 if (SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE >= allocated_bytes) { in SAPI_POST_READER_FUNC()
286 allocated_bytes = SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE+1; in SAPI_POST_READER_FUNC()
509 char dummy[SAPI_POST_BLOCK_SIZE]; in sapi_deactivate()
H A DSAPI.h35 #define SAPI_POST_BLOCK_SIZE 4000 macro

Completed in 10 milliseconds