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