Searched refs:checked_idx (Results 1 - 2 of 2) sorted by relevance

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h104 size_t read_size, read_idx, checked_idx; member in struct:__anon19
227 ** hc->checked_idx and hc->checked_state to keep track, and returns an
H A Dlibhttpd.c1750 hc->checked_idx = 0;
1804 ** hc->read_idx is how much has been read in; hc->checked_idx is how much we
1813 for ( ; hc->checked_idx < hc->read_idx; ++hc->checked_idx )
1815 c = hc->read_buf[hc->checked_idx];
1980 hc->checked_idx = 0; /* reset */
2417 for ( i = hc->checked_idx; hc->checked_idx < hc->read_idx; ++hc->checked_idx )
2419 c = hc->read_buf[hc->checked_idx];
[all...]

Completed in 41 milliseconds