Home
last modified time | relevance | path

Searched refs:Curl_str_word (Results 1 – 6 of 6) sorted by relevance

/curl/lib/
H A Dstrparse.h44 int Curl_str_word(char **linep, struct Curl_str *out, const size_t max);
H A Dstrparse.c54 int Curl_str_word(char **linep, struct Curl_str *out, in Curl_str_word() function
H A Daltsvc.c182 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 Dhsts.c428 if(Curl_str_word(&line, &host, MAX_HSTS_HOSTLEN) || in hsts_add()
/curl/tests/data/
H A Dtest166426 Curl_str_word
/curl/tests/unit/
H A Dunit1664.c72 int rc = Curl_str_word(&line, &out, 7);

Completed in 10 milliseconds