SAPI_POST_BLOCK_SIZE  263 main/SAPI.c    	int allocated_bytes=SAPI_POST_BLOCK_SIZE+1;
SAPI_POST_BLOCK_SIZE  273 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  282 main/SAPI.c    		if (read_bytes < SAPI_POST_BLOCK_SIZE) {
SAPI_POST_BLOCK_SIZE  285 main/SAPI.c    		if (SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE >= allocated_bytes) {
SAPI_POST_BLOCK_SIZE  286 main/SAPI.c    			allocated_bytes = SG(read_post_bytes)+SAPI_POST_BLOCK_SIZE+1;
SAPI_POST_BLOCK_SIZE  509 main/SAPI.c    			char dummy[SAPI_POST_BLOCK_SIZE];