Lines Matching refs:tool_mime
45 static tool_mime *tool_mime_new(tool_mime *parent, toolmimekind kind) in tool_mime_new()
47 tool_mime *m = (tool_mime *) calloc(1, sizeof(*m)); in tool_mime_new()
60 static tool_mime *tool_mime_new_parts(tool_mime *parent) in tool_mime_new_parts()
65 static tool_mime *tool_mime_new_data(tool_mime *parent, const char *data) in tool_mime_new_data()
67 tool_mime *m = NULL; in tool_mime_new_data()
80 static tool_mime *tool_mime_new_filedata(tool_mime *parent, in tool_mime_new_filedata()
86 tool_mime *m = NULL; in tool_mime_new_filedata()
162 void tool_mime_free(tool_mime *mime) in tool_mime_free()
184 tool_mime *sip = (tool_mime *) arg; in tool_mime_stdin_read()
219 tool_mime *sip = (tool_mime *) instream; in tool_mime_stdin_seek()
241 static CURLcode tool2curlparts(CURL *curl, tool_mime *m, curl_mime *mime) in tool2curlparts()
326 CURLcode tool2curlmime(CURL *curl, tool_mime *m, curl_mime **mime) in tool2curlmime()
738 tool_mime **mimeroot, in formparse()
739 tool_mime **mimecurrent, in formparse()
752 tool_mime *part = NULL; in formparse()
799 tool_mime *subparts = NULL; in formparse()