
Go to the source code of this file.
Functions | |
| int | encode_accept (char *hdrstart, int hdrlen, unsigned int *bodi, char *where) |
| int | encode_content_type (char *hdrstart, int hdrlen, unsigned int bodi, char *where) |
| int | encode_mime_type (char *hdrstart, int hdrlen, unsigned int bodi, char *where) |
| int | print_encoded_accept (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| int | print_encoded_content_type (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| int | print_encoded_mime_type (FILE *fd, char *hdr, int hdrlen, unsigned int *payload, int paylen, char *prefix) |
| int encode_accept | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| unsigned int * | bodi, | |||
| char * | where | |||
| ) |
Definition at line 59 of file encode_content_type.c.
References encode_mime_type().
Referenced by encode_header().
| int encode_content_type | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| unsigned int | bodi, | |||
| char * | where | |||
| ) |
Definition at line 47 of file encode_content_type.c.
References encode_mime_type().
Referenced by encode_header().
| int encode_mime_type | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| unsigned int | bodi, | |||
| char * | where | |||
| ) |
Definition at line 83 of file encode_content_type.c.
References sip_uri::type.
Referenced by encode_accept(), and encode_content_type().
| int print_encoded_accept | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
Definition at line 71 of file encode_content_type.c.
References print_encoded_mime_type(), and sip_uri::type.
Referenced by print_encoded_header().
| int print_encoded_content_type | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
Definition at line 52 of file encode_content_type.c.
References print_encoded_mime_type(), and sip_uri::type.
Referenced by print_encoded_header().
| int print_encoded_mime_type | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned int * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
Definition at line 93 of file encode_content_type.c.
References SUBTYPE_ALL, SUBTYPE_CPIM, SUBTYPE_CPLXML, SUBTYPE_EXTERNAL_BODY, SUBTYPE_LPIDFXML, SUBTYPE_PIDFXML, SUBTYPE_PLAIN, SUBTYPE_RELATED, SUBTYPE_RLMIXML, SUBTYPE_SDP, SUBTYPE_UNKNOWN, SUBTYPE_WATCHERINFOXML, SUBTYPE_XML_MSRTC_PIDF, SUBTYPE_XPIDFXML, sip_uri::type, TYPE_ALL, TYPE_APPLICATION, TYPE_MESSAGE, TYPE_MULTIPART, TYPE_TEXT, and TYPE_UNKNOWN.
Referenced by print_encoded_accept(), and print_encoded_content_type().
1.5.6