Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c441 const char *resourcef, /* I - Printf-style resource */ in httpAssembleURIf() argument
453 if (!uri || urilen < 1 || !scheme || port < 0 || !resourcef) in httpAssembleURIf()
465 va_start(ap, resourcef); in httpAssembleURIf()
466 bytes = vsnprintf(resource, sizeof(resource), resourcef, ap); in httpAssembleURIf()
Dhttp.h513 … *scheme, const char *username, const char *host, int port, const char *resourcef, ...) _CUPS_FORM…