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

/httpd/server/
H A Dutil_expr_scan.c759 static void yy_push_state (int new_state ,yyscan_t yyscanner);
2304 static void yy_push_state (int new_state , yyscan_t yyscanner)
2326 BEGIN(new_state);
/httpd/support/
H A Dab.c460 static void set_conn_state(struct connection *c, connect_state_e new_state) argument
472 c->state = new_state;
474 set_polled_events(c, events_by_state[new_state]);

Completed in 23 milliseconds