Home
last modified time | relevance | path

Searched defs:state (Results 1 – 15 of 15) sorted by relevance

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dconnections-glue.c4 const char *connection_get_state(connection_state_t state) { in connection_get_state()
21 const char *connection_get_short_state(connection_state_t state) { in connection_get_short_state()
38 int connection_set_state(server *srv, connection *con, connection_state_t state) { in connection_set_state()
H A Dmd5.h39 UINT4 state[4]; /* state (ABCD) */ member
H A Dmod_status.c452 const char *state; in mod_status_handle_server_status_html() local
608 const char *state = connection_get_short_state(c->state); in mod_status_handle_server_status_text() local
H A Dlemon.c236 struct state { struct
237 struct config *bp; /* The basis configurations for this state */ argument
239 int index; /* Sequencial number for this state */ argument
240 struct action *ap; /* Array of actions for this state */ argument
255 /* The state vector for the entire parser generator is recorded as argument
1916 } state; /* The state of the parser */ member
H A Drequest.c213 int state = 0; in http_request_split_value() local
H A Dmod_proxy.c94 proxy_connection_state_t state; member
546 static int proxy_set_state(server *srv, handler_ctx *hctx, proxy_connection_state_t state) { in proxy_set_state()
H A Dmod_rewrite.c35 enum { REWRITE_STATE_UNSET, REWRITE_STATE_FINISHED} state; member
H A Dmod_scgi.c79 } state; member
304 scgi_connection_state_t state; member
1187 static int scgi_set_state(server *srv, handler_ctx *hctx, scgi_connection_state_t state) { in scgi_set_state()
H A Dmod_fastcgi.c98 } state; member
345 fcgi_connection_state_t state; member
1460 static int fcgi_set_state(server *srv, handler_ctx *hctx, fcgi_connection_state_t state) { in fcgi_set_state()
H A Dbase.h360 connection_state_t state; member
/mOS-networking-stack/core/src/include/
H A Dlogger.h32 uint8_t state; member
H A Dtcp_stream.h247 uint8_t state; /* tcp state */ member
/mOS-networking-stack/samples/midstat/
H A Dmidstat.c133 strstate(int state) in strstate()
/mOS-networking-stack/core/src/
H A Dpipe.c26 int state; member
/mOS-networking-stack/core/src/bpf/
H A Dsf_scanner.c155 #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1) argument