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

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

Completed in 104 milliseconds