Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_digest.c145 size_t urilen = tmp - (char *)uripath; in Curl_output_digest() local
147 path = (unsigned char *) aprintf("%.*s", urilen, uripath); in Curl_output_digest()