Searched refs:headerline (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | CodeMangler.java | 371 String headerline = HEADER_PREFIX; in processFile() local 373 headerline += " "; in processFile() 374 headerline += header; in processFile() 377 headerline += " "; in processFile() 378 headerline += String.valueOf(expectLastModified); in processFile() 380 if (line.equals(headerline)) { in processFile() 387 System.out.println(" != expected: " + headerline); in processFile() 417 String headerline = HEADER_PREFIX; in processFile() local 419 headerline += " "; in processFile() 420 headerline += header; in processFile() [all …]
|
/third_party/curl/lib/ |
D | http.c | 1451 Curl_compareheader(const char *headerline, /* line to check */ in Curl_compareheader() argument 1470 if(!strncasecompare(headerline, header, hlen)) in Curl_compareheader() 1474 start = &headerline[hlen]; in Curl_compareheader() 3874 if(k->headerline < 2) in verify_header() 3877 if(((header[0] == ' ') || (header[0] == '\t')) && k->headerline > 2) in verify_header() 3950 if(!k->headerline) { in http_rw_headers() 3986 if(!k->headerline) { in http_rw_headers() 4029 k->headerline = 0; /* restart the header line counter */ in http_rw_headers() 4048 k->headerline = 0; /* restart the header line counter */ in http_rw_headers() 4079 k->headerline = 0; /* restart the header line counter */ in http_rw_headers() [all …]
|
D | http.h | 64 bool Curl_compareheader(const char *headerline, /* line to check */
|
D | cookie.c | 1250 bool headerline = FALSE; in Curl_cookie_init() local 1254 headerline = TRUE; in Curl_cookie_init() 1259 Curl_cookie_add(data, c, headerline, TRUE, lineptr, NULL, NULL, TRUE); in Curl_cookie_init()
|
D | rtsp.c | 603 in_body = (data->req.headerline && !rtspc->in_header) && in rtp_write_body_junk() 627 bool in_body = (data->req.headerline && !rtspc->in_header) && in rtsp_filter_rtp()
|
D | sendf.c | 466 data->req.headerline = 0; in Curl_client_cleanup()
|
D | urldata.h | 675 int headerline; /* counts header lines to better track the member
|