Searched refs:resourcef (Results 1 – 2 of 2) sorted by relevance
445 const char *resourcef, /* I - Printf-style resource */ in httpAssembleURIf() argument457 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()
543 const char *resourcef, ...) _CUPS_API_1_2;