Home
last modified time | relevance | path

Searched refs:HTTPREAD_HDR_TYPE_REPLY (Results 1 – 3 of 3) sorted by relevance

/src/contrib/wpa/src/wps/
H A Dhttpread.h26 HTTPREAD_HDR_TYPE_REPLY = 1, /* hdr begins w/ HTTP/ */ enumerator
H A Dhttpread.c209 h->hdr_type = HTTPREAD_HDR_TYPE_REPLY; in httpread_hdr_analyze()
323 case HTTPREAD_HDR_TYPE_REPLY: in httpread_hdr_analyze()
H A Dhttp_client.c55 if (httpread_hdr_type_get(c->hread) == HTTPREAD_HDR_TYPE_REPLY) in http_client_got_response()