Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp_digest.c146 size_t urilen = tmp - (char *)uripath; in Curl_output_digest() local
147 path = (unsigned char *) aprintf("%.*s", urilen, uripath); in Curl_output_digest()
/external/libcups/cups/
Dhttp-support.c160 int urilen, /* I - Size of URI buffer */ in httpAssembleURI() argument
175 if (!uri || urilen < 1 || !scheme || port < 0) in httpAssembleURI()
187 end = uri + urilen - 1; in httpAssembleURI()
440 int urilen, /* I - Size of URI buffer */ in httpAssembleURIf() argument
457 if (!uri || urilen < 1 || !scheme || port < 0 || !resourcef) in httpAssembleURIf()
479 return (httpAssembleURI(encoding, uri, urilen, scheme, username, host, in httpAssembleURIf()
Dhttp.h536 char *uri, int urilen,
542 char *uri, int urilen,
Dhttp.c2184 size_t urilen) /* I - Size of URI buffer */ in httpReadRequest() argument
2196 …dRequest(http=%p, uri=%p, urilen=" CUPS_LLFMT ")", (void *)http, (void *)uri, CUPS_LLCAST urilen)); in httpReadRequest()
2201 if (!http || !uri || urilen < 1) in httpReadRequest()
2331 strlcpy(uri, req_uri, urilen); in httpReadRequest()