Home
last modified time | relevance | path

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

/external/libcups/cups/
Dppd-private.h50 # define _PPD_CACHE_VERSION 8 /* Version number in cache file */ macro
Dppd-cache.c464 if (atoi(line + 16) != _PPD_CACHE_VERSION) in _ppdCacheCreateWithFile()
468 "expected %d.", line + 16, _PPD_CACHE_VERSION)); in _ppdCacheCreateWithFile()
2758 cupsFilePrintf(fp, "#CUPS-PPD-CACHE-%d\n", _PPD_CACHE_VERSION); in _ppdCacheWriteFile()