Lines Matching refs:skip
503 * The head of the skip list; pointers for every possible level
504 * in the skip list, plus the largest level in the list
776 FcCacheSkip *skip = FcCacheFindByAddr (object);
778 if (skip)
779 FcRefInc (&skip->ref);
785 FcCacheSkip *skip;
788 skip = FcCacheFindByAddrUnlocked (object);
789 if (skip)
791 if (FcRefDec (&skip->ref) == 1)
792 FcDirCacheDisposeUnlocked (skip->cache);
800 FcCacheSkip *skip;
804 skip = FcCacheFindByAddrUnlocked (cache);
805 if (skip)
811 *(void **)chunk = skip->allocated;
812 skip->allocated = chunk;
1055 FcCacheSkip *skip = FcCacheFindByAddr (cache);
1057 if (skip)
1058 FcRefAdd (&skip->ref, nref);
1385 FcCacheSkip *skip;
1498 if ((skip = FcCacheFindByAddrUnlocked (cache)))
1500 skip->cache_dev = cache_stat.st_dev;
1501 skip->cache_ino = cache_stat.st_ino;
1502 skip->cache_mtime = cache_stat.st_mtime;
1504 skip->cache_mtime_nano = cache_stat.st_mtim.tv_nsec;
1506 skip->cache_mtime_nano = 0;
1579 /* skip cache files for different architectures and */