Searched refs:headerline (Results 1 – 5 of 5) 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 | cookie.c | 1235 bool headerline; in Curl_cookie_init() local 1244 headerline = TRUE; in Curl_cookie_init() 1248 headerline = FALSE; in Curl_cookie_init() 1253 Curl_cookie_add(data, c, headerline, TRUE, lineptr, NULL, NULL, TRUE); in Curl_cookie_init()
|
D | http.h | 48 bool Curl_compareheader(const char *headerline, /* line to check */
|
D | http.c | 1441 Curl_compareheader(const char *headerline, /* line to check */ in Curl_compareheader() argument 1456 if(!strncasecompare(headerline, header, hlen)) in Curl_compareheader() 1460 start = &headerline[hlen]; in Curl_compareheader() 3828 if(!k->headerline) { in Curl_http_readwrite_headers() 3867 if(!k->headerline) { in Curl_http_readwrite_headers() 3929 k->headerline = 0; /* restart the header line counter */ in Curl_http_readwrite_headers() 3947 k->headerline = 0; /* restart the header line counter */ in Curl_http_readwrite_headers() 3965 k->headerline = 0; /* restart the header line counter */ in Curl_http_readwrite_headers() 4200 if(!k->headerline++) { in Curl_http_readwrite_headers()
|
D | urldata.h | 658 int headerline; /* counts header lines to better track the member
|