Lines Matching refs:read_size
436 + munmap(hc->read_buf, hc->read_size);
438 + hc->read_size = 0;
439 + httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
496 hc->read_size = 0;
497 httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
515 + munmap(hc->read_buf, hc->read_size);
517 + hc->read_size = 0;
518 + httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
682 + munmap( hc->read_buf, hc->read_size );
1000 int read_size, read_idx, checked_idx;
1817 + hc->read_size = sz;
1829 + httpd_realloc_str(&hc->read_buf, &hc->read_size, hc->checked_idx + hc->contentlength + 10);
1864 if ( hc->read_size > 5000 )