HomeSort by relevance Sort by last modified time
    Searched refs:urilen (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
http_digest.c 146 size_t urilen = tmp - (char *)uripath; local
147 path = (unsigned char *) aprintf("%.*s", urilen, uripath);
  /external/libcups/cups/
http-support.c 160 int urilen, /* I - Size of URI buffer */
175 if (!uri || urilen < 1 || !scheme || port < 0)
187 end = uri + urilen - 1;
440 int urilen, /* I - Size of URI buffer */
457 if (!uri || urilen < 1 || !scheme || port < 0 || !resourcef)
479 return (httpAssembleURI(encoding, uri, urilen, scheme, username, host,
    [all...]
http.h 533 char *uri, int urilen,
539 char *uri, int urilen,
http.c     [all...]

Completed in 162 milliseconds