Searched refs:Curl_str_word (Results 1 – 6 of 6) sorted by relevance
/curl/lib/ |
H A D | strparse.h | 44 int Curl_str_word(char **linep, struct Curl_str *out, const size_t max);
|
H A D | strparse.c | 54 int Curl_str_word(char **linep, struct Curl_str *out, in Curl_str_word() function
|
H A D | altsvc.c | 182 if(Curl_str_word(&line, &srcalpn, MAX_ALTSVC_ALPNLEN) || in altsvc_add() 184 Curl_str_word(&line, &srchost, MAX_ALTSVC_HOSTLEN) || in altsvc_add() 188 Curl_str_word(&line, &dstalpn, MAX_ALTSVC_ALPNLEN) || in altsvc_add() 190 Curl_str_word(&line, &dsthost, MAX_ALTSVC_HOSTLEN) || in altsvc_add()
|
H A D | hsts.c | 428 if(Curl_str_word(&line, &host, MAX_HSTS_HOSTLEN) || in hsts_add()
|
/curl/tests/data/ |
H A D | test1664 | 26 Curl_str_word
|
/curl/tests/unit/ |
H A D | unit1664.c | 72 int rc = Curl_str_word(&line, &out, 7);
|
Completed in 10 milliseconds