Home
last modified time | relevance | path

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

/external/curl/src/
Dtool_formparse.h38 struct tool_mime { struct
41 struct tool_mime *parent; /* Parent item. */ argument
42 struct tool_mime *prev; /* Previous sibling (reverse order link). */ argument
51 struct tool_mime *subparts; /* Part's subparts. */ argument
65 struct tool_mime **mimeroot, argument
66 struct tool_mime **mimecurrent,
68 CURLcode tool2curlmime(CURL *curl, struct tool_mime *m, curl_mime **mime);
69 void tool_mime_free(struct tool_mime *mime);
Dtool_formparse.c45 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()
[all …]
Dtool_cfgable.h199 struct tool_mime *mimeroot;
200 struct tool_mime *mimecurrent;
Dtool_setopt.c431 struct tool_mime *toolmime,
437 struct tool_mime *part, in libcurl_generate_mime_part()
570 struct tool_mime *toolmime, in libcurl_generate_mime()