Searched refs:linep (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | strparse.c | 32 char *s = *linep; in Curl_str_until() 34 DEBUGASSERT(linep && *linep && out && max && delim); in Curl_str_until() 46 out->str = *linep; in Curl_str_until() 66 char *s = *linep; in Curl_str_quotedword() 68 DEBUGASSERT(linep && *linep && out && max); in Curl_str_quotedword() 84 *linep = s + 1; in Curl_str_quotedword() 92 DEBUGASSERT(linep && *linep); in Curl_str_single() 111 DEBUGASSERT(linep && *linep && nump); in Curl_str_number() 120 (*linep)++; in Curl_str_number() 130 DEBUGASSERT(linep && *linep); in Curl_str_newline() [all …]
|
H A D | strparse.h | 44 int Curl_str_word(char **linep, struct Curl_str *out, const size_t max); 48 int Curl_str_until(char **linep, struct Curl_str *out, const size_t max, 53 int Curl_str_quotedword(char **linep, struct Curl_str *out, const size_t max); 57 int Curl_str_single(char **linep, char byte); 61 int Curl_str_singlespace(char **linep); 65 int Curl_str_number(char **linep, size_t *nump, size_t max); 69 int Curl_str_newline(char **linep);
|
H A D | cf-h1-proxy.c | 364 char *linep; in recv_CONNECT_resp() local 453 linep = Curl_dyn_ptr(&ts->rcvbuf); in recv_CONNECT_resp() 457 Curl_debug(data, CURLINFO_HEADER_IN, linep, line_len); in recv_CONNECT_resp() 462 result = Curl_client_write(data, writetype, linep, line_len); in recv_CONNECT_resp() 474 if(('\r' == linep[0]) || in recv_CONNECT_resp() 475 ('\n' == linep[0])) { in recv_CONNECT_resp() 507 result = on_resp_header(cf, data, ts, linep); in recv_CONNECT_resp()
|
Completed in 7 milliseconds