SAPI_POST_BLOCK_SIZE  256 main/SAPI.c    	int allocated_bytes=SAPI_POST_BLOCK_SIZE+1;
SAPI_POST_BLOCK_SIZE  266 main/SAPI.c    		read_bytes = sapi_module.read_post(SG(request_info).post_data+SG(read_post_bytes), SAPI_POST_BLOCK_SIZE TSRMLS_CC);
SAPI_POST_BLOCK_SIZE  275 main/SAPI.c    		if (read_bytes < SAPI_POST_BLOCK_SIZE) {
SAPI_POST_BLOCK_SIZE  278 main/SAPI.c    		if (SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE >= allocated_bytes) {
SAPI_POST_BLOCK_SIZE  279 main/SAPI.c    			allocated_bytes = SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE+1;
SAPI_POST_BLOCK_SIZE  502 main/SAPI.c    			char dummy[SAPI_POST_BLOCK_SIZE];