Searched defs:linelength (Results 1 - 2 of 2) sorted by relevance

/external/curl/lib/
H A Dhttp.c2448 size_t linelength=0; local
2450 &linelength);
2456 result = Curl_add_buffer(req_buffer, contentType, linelength);
/external/pcre/dist2/src/
H A Dpcre2grep.c1885 size_t length, linelength; local
1897 linelength = t - ptr - endlinelength;
1898 length = multiline? (size_t)(endptr - ptr) : linelength;
2086 if (offsets[1] > linelength) goto END_ONE_MATCH;
2192 the end of the matched string is found, so we adjust linelength and the
2206 linelength = t - ptr - endlinelength;
2223 FWRITE(ptr + offsets[last], 1, linelength - offsets[last], stdout);
2241 if (startoffset >= linelength + endlinelength ||
2254 plength = (int)((linelength + endlinelength) - startoffset);
2260 else FWRITE(ptr, 1, linelength
[all...]

Completed in 165 milliseconds