Lines Matching refs:STRCONST
320 for(result = Curl_dyn_addn(&db, STRCONST("")); !result && *src; src++) {
946 hdr->data, strlen(hdr->data), STRCONST("\r\n"));
952 sz = readback_bytes(&part->state, buffer, bufsize, STRCONST("\r\n"),
953 STRCONST(""));
1018 sz = readback_bytes(&mime->state, buffer, nitems, STRCONST("\r\n--"),
1019 STRCONST(""));
1026 MIME_BOUNDARY_LEN, STRCONST("\r\n"));
1029 MIME_BOUNDARY_LEN, STRCONST("--\r\n"));
1665 size += slist_size(part->userheaders, 2, STRCONST("Content-Type"));
1780 customct = search_header(part->userheaders, STRCONST("Content-Type"));
1809 content_type_match(contenttype, STRCONST("text/plain")))
1814 if(!search_header(part->userheaders, STRCONST("Content-Disposition"))) {
1862 STRCONST("Content-Transfer-Encoding"))) {
1886 if(content_type_match(contenttype, STRCONST("multipart/form-data")))