Home
last modified time | relevance | path

Searched refs:headerline (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DCodeMangler.java371 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 …]
/external/curl/lib/
Dhttp.h39 bool Curl_compareheader(const char *headerline, /* line to check */
Dcookie.c1167 bool headerline; in Curl_cookie_init() local
1176 headerline = TRUE; in Curl_cookie_init()
1180 headerline = FALSE; in Curl_cookie_init()
1185 Curl_cookie_add(data, c, headerline, TRUE, lineptr, NULL, NULL, TRUE); in Curl_cookie_init()
Dhttp.c1384 Curl_compareheader(const char *headerline, /* line to check */ in Curl_compareheader() argument
1399 if(!strncasecompare(headerline, header, hlen)) in Curl_compareheader()
1403 start = &headerline[hlen]; in Curl_compareheader()
3213 if(!k->headerline) { in Curl_http_readwrite_headers()
3252 if(!k->headerline) { in Curl_http_readwrite_headers()
3312 k->headerline = 0; /* restart the header line counter */ in Curl_http_readwrite_headers()
3330 k->headerline = 0; /* restart the header line counter */ in Curl_http_readwrite_headers()
3348 k->headerline = 0; /* restart the header line counter */ in Curl_http_readwrite_headers()
3576 if(!k->headerline++) { in Curl_http_readwrite_headers()
Durldata.h569 int headerline; /* counts header lines to better track the member