Searched refs:getalnum (Results 1 – 1 of 1) sorted by relevance
402 static CURLcode getalnum(const char **ptr, char *alpnbuf, size_t buflen) in getalnum() function496 CURLcode result = getalnum(&p, alpnbuf, sizeof(alpnbuf)); in Curl_altsvc_parse()592 result = getalnum(&p, option, sizeof(option)); in Curl_altsvc_parse()657 result = getalnum(&p, alpnbuf, sizeof(alpnbuf)); in Curl_altsvc_parse()
Completed in 5 milliseconds