Home
last modified time | relevance | path

Searched refs:tool_mime (Results 1 – 4 of 4) sorted by relevance

/external/curl/src/
Dtool_formparse.h38 typedef struct tool_mime tool_mime; typedef
39 struct tool_mime { struct
42 tool_mime *parent; /* Parent item. */ argument
43 tool_mime *prev; /* Previous sibling (reverse order link). */ argument
52 tool_mime *subparts; /* Part's subparts. */ argument
66 tool_mime **mimeroot, argument
67 tool_mime **mimecurrent,
69 CURLcode tool2curlmime(CURL *curl, tool_mime *m, curl_mime **mime);
70 void tool_mime_free(tool_mime *mime);
Dtool_formparse.c45 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()
[all …]
Dtool_cfgable.h182 tool_mime *mimeroot;
183 tool_mime *mimecurrent;
Dtool_setopt.c416 tool_mime *toolmime,
422 tool_mime *part, in libcurl_generate_mime_part()
555 tool_mime *toolmime, in libcurl_generate_mime()