Searched refs:_mime_fcache_t (Results 1 – 1 of 1) sorted by relevance
35 } _mime_fcache_t; typedef44 static int mime_compare_fcache(_mime_fcache_t *a, _mime_fcache_t *b);542 _mime_fcache_t key, /* Search key */ in mime_add_fcache()551 if ((temp = (_mime_fcache_t *)cupsArrayFind(filtercache, &key)) != NULL) in mime_add_fcache()557 if ((temp = calloc(1, sizeof(_mime_fcache_t))) == NULL) in mime_add_fcache()580 mime_compare_fcache(_mime_fcache_t *a, /* I - First entry */ in mime_compare_fcache()581 _mime_fcache_t *b) /* I - Second entry */ in mime_compare_fcache()595 _mime_fcache_t *current; /* Current cache entry */ in mime_delete_fcache()600 for (current = (_mime_fcache_t *)cupsArrayFirst(filtercache); in mime_delete_fcache()602 current = (_mime_fcache_t *)cupsArrayNext(filtercache)) in mime_delete_fcache()