#include "hf.h"


Go to the source code of this file.
Functions | |
| char * | parse_hname2 (char *begin, char *end, struct hdr_field *hdr) |
Definition in file parse_hname2.h.
| char* parse_hname2 | ( | char * | begin, | |
| char * | end, | |||
| struct hdr_field * | hdr | |||
| ) |
Fast 32-bit header field name parser
Definition at line 147 of file parse_hname2.c.
References FIRST_QUATERNIONS, HDR_CALLID_T, HDR_CONTACT_T, HDR_CONTENTLENGTH_T, HDR_CONTENTTYPE_T, HDR_ERROR_T, HDR_EVENT_T, HDR_FROM_T, HDR_OTHER_T, HDR_SESSION_EXPIRES_T, HDR_SUPPORTED_T, HDR_TO_T, HDR_VIA_T, _str::len, LOWER_BYTE, LOWER_DWORD, hdr_field::name, PARSE_COMPACT, READ, _str::s, skip_ws(), and hdr_field::type.
Referenced by hname_fixup().
1.5.6