Home
last modified time | relevance | path

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

/external/libcups/scheduler/
Dmime.c42 static const char *mime_add_fcache(cups_array_t *filtercache, const char *name,
45 static void mime_delete_fcache(cups_array_t *filtercache);
49 cups_array_t *filtercache);
278 cups_array_t *filtercache; /* Filter cache */ in mimeLoadFilters() local
310 filtercache = cupsArrayNew((cups_array_func_t)mime_compare_fcache, NULL); in mimeLoadFilters()
323 mime_load_convs(mime, filename, filterpath, filtercache); in mimeLoadFilters()
327 mime_delete_fcache(filtercache); in mimeLoadFilters()
538 cups_array_t *filtercache, /* I - Filter cache */ in mime_add_fcache() argument
548 "filterpath=\"%s\")", filtercache, name, filterpath)); in mime_add_fcache()
551 if ((temp = (_mime_fcache_t *)cupsArrayFind(filtercache, &key)) != NULL) in mime_add_fcache()
[all …]