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

/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h105 int checked_state; member in struct:__anon19
165 /* States for checked_state. */
227 ** hc->checked_idx and hc->checked_state to keep track, and returns an
H A Dlibhttpd.c1751 hc->checked_state = CHST_FIRSTWORD;
1805 ** have checked so far; and hc->checked_state is the current state of the
1816 switch ( hc->checked_state )
1822 hc->checked_state = CHST_FIRSTWS;
1825 hc->checked_state = CHST_BOGUS;
1835 hc->checked_state = CHST_BOGUS;
1838 hc->checked_state = CHST_SECONDWORD;
1846 hc->checked_state = CHST_SECONDWS;
1859 hc->checked_state = CHST_BOGUS;
1862 hc->checked_state
[all...]

Completed in 80 milliseconds