SAPI_POST_BLOCK_SIZE  198 main/SAPI.c    	int allocated_bytes=SAPI_POST_BLOCK_SIZE+1;
SAPI_POST_BLOCK_SIZE  208 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  217 main/SAPI.c    		if (read_bytes < SAPI_POST_BLOCK_SIZE) {
SAPI_POST_BLOCK_SIZE  220 main/SAPI.c    		if (SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE >= allocated_bytes) {
SAPI_POST_BLOCK_SIZE  221 main/SAPI.c    			allocated_bytes = SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE+1;
SAPI_POST_BLOCK_SIZE  414 main/SAPI.c    			char dummy[SAPI_POST_BLOCK_SIZE];