Searched refs:contenttype (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/ |
D | formdata.c | 74 char *contenttype, in AddHttpPost() argument 91 post->contenttype = contenttype; in AddHttpPost() 130 char *contenttype, in AddFormInfo() argument 138 if(contenttype) in AddFormInfo() 139 form_info->contenttype = contenttype; in AddFormInfo() 169 const char *contenttype = NULL; in ContentTypeForFilename() local 190 contenttype = prevtype; in ContentTypeForFilename() 192 contenttype = HTTPPOST_CONTENTTYPE_DEFAULT; in ContentTypeForFilename() 200 contenttype = ctts[i].type; in ContentTypeForFilename() 207 return contenttype; in ContentTypeForFilename() [all …]
|
D | getinfo.c | 61 free(info->contenttype); in Curl_initinfo() 62 info->contenttype = NULL; in Curl_initinfo() 84 *param_charp = data->info.contenttype; in getinfo_char()
|
D | formdata.h | 58 char *contenttype; member
|
D | http.c | 3455 char *contenttype = Curl_copy_header_value(k->p); in Curl_http_readwrite_headers() local 3456 if(!contenttype) in Curl_http_readwrite_headers() 3458 if(!*contenttype) in Curl_http_readwrite_headers() 3460 free(contenttype); in Curl_http_readwrite_headers() 3462 Curl_safefree(data->info.contenttype); in Curl_http_readwrite_headers() 3463 data->info.contenttype = contenttype; in Curl_http_readwrite_headers()
|
D | urldata.h | 1084 char *contenttype; /* the content type of the object */ member
|
D | url.c | 471 Curl_safefree(data->info.contenttype); in Curl_close()
|
/external/curl/docs/examples/ |
D | curlx.c | 270 char* contenttype; in main() local 444 contenttype = malloc(15+strlen(mimetype)); in main() 445 sprintf(contenttype,"Content-type: %s",mimetype); in main() 446 headers = curl_slist_append(headers,contenttype); in main()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mws/ |
D | connection.py | 327 contenttype = response.getheader('Content-Type') 328 return self._parse_response(parser, contenttype, body) 330 def _parse_response(self, parser, contenttype, body): argument 331 if not contenttype.startswith('text/xml'):
|
/external/curl/src/ |
D | tool_setopt.c | 408 if(pp->contenttype) { in tool_setopt_httppost() 410 escaped = c_escape(pp->contenttype); in tool_setopt_httppost()
|
/external/google-breakpad/src/third_party/curl/ |
D | curl.h | 146 char *contenttype; /* Content-Type */ member
|
/external/curl/include/curl/ |
D | curl.h | 133 char *contenttype; /* Content-Type */ member
|
/external/curl/packages/OS400/ |
D | curl.inc.in | 1636 d contenttype * char *
|
/external/jetty/ |
D | VERSION.txt | 3968 + Fixed NPE for null contenttype
|