MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / _parse_authenticate_header

Function _parse_authenticate_header

parser/parse_authenticate.h:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72int parse_authenticate_header(struct hdr_field *authenticate,
73 const struct match_auth_hf_desc *md, struct authenticate_body **picked_auth);
74static inline int _parse_authenticate_header(struct hdr_field *authenticate)
75{
76 struct authenticate_body *_;
77 return parse_authenticate_header(authenticate, NULL, &_);
78}
79
80
81int parse_qop_value(str val, struct authenticate_body *auth);

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected