Searched defs:urilen (Results 1 – 4 of 4) sorted by relevance
147 size_t urilen = tmp - (char *)uripath; in Curl_output_digest() local
160 int urilen, /* I - Size of URI buffer */ in httpAssembleURI()440 int urilen, /* I - Size of URI buffer */ in httpAssembleURIf()
2184 size_t urilen) /* I - Size of URI buffer */ in httpReadRequest()
320 static int parse_uri(const char *uri, int urilen, struct parsed_uri *out) { in parse_uri()