Go to the source code of this file.
Functions | |
| int | encode_content_disposition (char *hdrstart, int hdrlen, struct disposition *body, unsigned char *where) |
| int | print_encoded_content_disposition (FILE *fd, char *hdr, int hdrlen, unsigned char *payload, int paylen, char *prefix) |
| int encode_content_disposition | ( | char * | hdrstart, | |
| int | hdrlen, | |||
| struct disposition * | body, | |||
| unsigned char * | where | |||
| ) |
Definition at line 50 of file encode_content_disposition.c.
References encode_parameters(), _str::len, disposition::params, _str::s, and disposition::type.
| int print_encoded_content_disposition | ( | FILE * | fd, | |
| char * | hdr, | |||
| int | hdrlen, | |||
| unsigned char * | payload, | |||
| int | paylen, | |||
| char * | prefix | |||
| ) |
1.5.6