Searched refs:tool_mime (Results 1 – 4 of 4) sorted by relevance
/external/curl/src/ |
D | tool_formparse.h | 38 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);
|
D | tool_formparse.c | 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() [all …]
|
D | tool_cfgable.h | 199 struct tool_mime *mimeroot; 200 struct tool_mime *mimecurrent;
|
D | tool_setopt.c | 431 struct tool_mime *toolmime, 437 struct tool_mime *part, in libcurl_generate_mime_part() 570 struct tool_mime *toolmime, in libcurl_generate_mime()
|