Lines Matching refs:tool_mime
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()
159 void tool_mime_free(struct tool_mime *mime) in tool_mime_free()
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()
238 static CURLcode tool2curlparts(CURL *curl, struct tool_mime *m, in tool2curlparts()
306 CURLcode tool2curlmime(CURL *curl, struct tool_mime *m, curl_mime **mime) in tool2curlmime()
717 struct tool_mime **mimeroot, in formparse()
718 struct tool_mime **mimecurrent, in formparse()
731 struct tool_mime *part = NULL; in formparse()
782 struct tool_mime *subparts = NULL; in formparse()