Lines Matching refs:tool_mime
45 static struct tool_mime *tool_mime_new(struct tool_mime *parent, in tool_mime_new()
48 struct tool_mime *m = (struct tool_mime *) calloc(1, sizeof(*m)); in tool_mime_new()
61 static struct tool_mime *tool_mime_new_parts(struct tool_mime *parent) in tool_mime_new_parts()
66 static struct tool_mime *tool_mime_new_data(struct tool_mime *parent, in tool_mime_new_data()
69 struct tool_mime *m = NULL; in tool_mime_new_data()
82 static struct tool_mime *tool_mime_new_filedata(struct tool_mime *parent, in tool_mime_new_filedata()
88 struct tool_mime *m = NULL; in tool_mime_new_filedata()
164 void tool_mime_free(struct tool_mime *mime) in tool_mime_free()
186 struct tool_mime *sip = (struct tool_mime *) arg; in tool_mime_stdin_read()
221 struct tool_mime *sip = (struct tool_mime *) instream; in tool_mime_stdin_seek()
243 static CURLcode tool2curlparts(CURL *curl, struct tool_mime *m, in tool2curlparts()
329 CURLcode tool2curlmime(CURL *curl, struct tool_mime *m, curl_mime **mime) in tool2curlmime()
739 struct tool_mime **mimeroot, in formparse()
740 struct tool_mime **mimecurrent, in formparse()
753 struct tool_mime *part = NULL; in formparse()
800 struct tool_mime *subparts = NULL; in formparse()