Home
last modified time | relevance | path

Searched refs:accounting_user_id (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dppd-private.h145 accounting_user_id; /* cupsJobAccountingUserId value */ member
Dppd-cache.c130 if (pc->accounting_user_id) in _cupsConvertOptions()
906 pc->accounting_user_id = !_cups_strcasecmp(value, "true"); in _ppdCacheCreateWithFile()
1900 pc->accounting_user_id = !_cups_strcasecmp(ppd_attr->value, "true"); in _ppdCacheCreateWithPPD()
2962 pc->accounting_user_id ? "true" : "false"); in _ppdCacheWriteFile()
/external/libcups/scheduler/
Dprinters.c3981 if (p->pc && p->pc->accounting_user_id) in load_ppd()