Searched refs:tool_mime (Results 1 – 4 of 4) sorted by relevance
/curl/src/ |
H A D | tool_formparse.h | 40 struct tool_mime { struct 43 struct tool_mime *parent; /* Parent item. */ argument 44 struct tool_mime *prev; /* Previous sibling (reverse order link). */ argument 53 struct tool_mime *subparts; /* Part's subparts. */ argument 67 struct tool_mime **mimeroot, argument 68 struct tool_mime **mimecurrent, 70 CURLcode tool2curlmime(CURL *curl, struct tool_mime *m, curl_mime **mime); 71 void tool_mime_free(struct tool_mime *mime);
|
H A D | tool_formparse.c | 40 static struct tool_mime *tool_mime_new(struct tool_mime *parent, in tool_mime_new() 43 struct tool_mime *m = (struct tool_mime *) calloc(1, sizeof(*m)); in tool_mime_new() 56 static struct tool_mime *tool_mime_new_parts(struct tool_mime *parent) in tool_mime_new_parts() 61 static struct tool_mime *tool_mime_new_data(struct tool_mime *parent, in tool_mime_new_data() 65 struct tool_mime *m = NULL; in tool_mime_new_data() 78 static struct tool_mime *tool_mime_new_filedata(struct tool_mime *parent, in tool_mime_new_filedata() 84 struct tool_mime *m = NULL; in tool_mime_new_filedata() 181 struct tool_mime *sip = (struct tool_mime *) arg; in tool_mime_stdin_read() 216 struct tool_mime *sip = (struct tool_mime *) instream; in tool_mime_stdin_seek() 731 struct tool_mime *part = NULL; in formparse() [all …]
|
H A D | tool_cfgable.h | 206 struct tool_mime *mimeroot; 207 struct tool_mime *mimecurrent;
|
H A D | tool_setopt.c | 423 struct tool_mime *toolmime, 429 struct tool_mime *part, in libcurl_generate_mime_part() 539 struct tool_mime *toolmime, in libcurl_generate_mime()
|
Completed in 13 milliseconds