Home
last modified time | relevance | path

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

/external/curl/lib/
Daltsvc.c339 static CURLcode getalnum(const char **ptr, char *alpnbuf, size_t buflen) in getalnum() function
417 CURLcode result = getalnum(&p, alpnbuf, sizeof(alpnbuf)); in Curl_altsvc_parse()
443 result = getalnum(&semip, option, sizeof(option)); in Curl_altsvc_parse()
522 result = getalnum(&p, alpnbuf, sizeof(alpnbuf)); in Curl_altsvc_parse()