Home
last modified time | relevance | path

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

/third_party/cups-filters/cupsfilters/
Dimage.c568 char *cache_env, /* Cache size environment variable */ in cupsImageSetMaxTiles() local
583 if ((cache_env = getenv("RIP_MAX_CACHE")) != NULL) in cupsImageSetMaxTiles()
585 switch (sscanf(cache_env, "%d%254s", &max_size, cache_units)) in cupsImageSetMaxTiles()