Lines Matching defs:pub
227 conn_state_t pub;
684 switch (cs->pub.state) {
877 cs->pub.state = CONN_STATE_LINGER_SHORT;
881 cs->pub.state = CONN_STATE_LINGER_NORMAL;
893 cs->pub.sense == CONN_SENSE_WANT_WRITE ? APR_POLLOUT :
895 cs->pub.sense = CONN_SENSE_DEFAULT;
1072 c->cs = &(cs->pub);
1107 cs->pub.state = CONN_STATE_READ_REQUEST_LINE;
1109 cs->pub.sense = CONN_SENSE_DEFAULT;
1128 if (cs->pub.state != CONN_STATE_SUSPENDED) {
1129 cs->pub.state = CONN_STATE_LINGER;
1135 if (cs->pub.state == CONN_STATE_READ_REQUEST_LINE) {
1145 cs->pub.state = CONN_STATE_LINGER;
1149 if (cs->pub.state == CONN_STATE_WRITE_COMPLETION) {
1160 cs->pub.state = CONN_STATE_LINGER;
1172 cs->pub.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
1174 cs->pub.sense = CONN_SENSE_DEFAULT;
1181 cs->pub.state = CONN_STATE_LINGER;
1184 cs->pub.state = CONN_STATE_READ_REQUEST_LINE;
1188 cs->pub.state = CONN_STATE_CHECK_REQUEST_LINE_READABLE;
1192 if (cs->pub.state == CONN_STATE_LINGER) {
1195 else if (cs->pub.state == CONN_STATE_CHECK_REQUEST_LINE_READABLE) {
1220 else if (cs->pub.state == CONN_STATE_SUSPENDED) {
1245 cs->pub.sense == CONN_SENSE_WANT_READ ? APR_POLLIN :
1247 cs->pub.sense = CONN_SENSE_DEFAULT;
1636 q = (cs->pub.state == CONN_STATE_LINGER_SHORT) ? short_linger_q : linger_q;
1879 switch (cs->pub.state) {
1881 cs->pub.state = CONN_STATE_READ_REQUEST_LINE;
1933 cs->pub.state);