|
Asterisk - The Open Source Telephony Project
18.5.0
|
#include <reqresp_parser.h>

Public Member Functions | |
| AST_LIST_ENTRY (contact) list | |
Data Fields | |
| char * | expires |
| char * | headers |
| char * | hostport |
| char * | name |
| struct uriparams | params |
| char * | pass |
| char * | q |
| char * | user |
Definition at line 35 of file reqresp_parser.h.
| AST_LIST_ENTRY | ( | contact | ) |
| char* expires |
Definition at line 43 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), and parse_contact_header().
| char* headers |
Definition at line 42 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), and parse_contact_header().
| char* hostport |
Definition at line 40 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), and parse_contact_header().
| char* name |
Definition at line 37 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), PathSegment::get_child(), Parameter::load(), SwaggerType::load(), Property::load(), and parse_contact_header().
| struct uriparams params |
Definition at line 41 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), and parse_contact_header().
| char* pass |
Definition at line 39 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), and parse_contact_header().
| char* q |
Definition at line 44 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), and parse_contact_header().
| char* user |
Definition at line 38 of file reqresp_parser.h.
Referenced by AST_TEST_DEFINE(), parse_contact_header(), and Registration::write().
1.8.13