Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp-support.c445 const char *resourcef, /* I - Printf-style resource */ in httpAssembleURIf() argument
457 if (!uri || urilen < 1 || !scheme || port < 0 || !resourcef) in httpAssembleURIf()
469 va_start(ap, resourcef); in httpAssembleURIf()
470 bytes = vsnprintf(resource, sizeof(resource), resourcef, ap); in httpAssembleURIf()
Dhttp.h543 const char *resourcef, ...) _CUPS_API_1_2;