HomeSort by: relevance | last modified time | path
    Searched defs:cache_table (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/ppc/
ld-cache.h 66 typedef struct _cache_table cache_table; typedef in typeref:struct:_cache_table
74 cache_table *next;
78 extern cache_table *load_cache_table
83 (cache_table **table,
  /src/external/gpl3/gdb.old/dist/sim/ppc/
ld-cache.h 66 typedef struct _cache_table cache_table; typedef in typeref:struct:_cache_table
74 cache_table *next;
78 extern cache_table *load_cache_table
83 (cache_table **table,
  /src/external/cddl/osnet/dist/common/zfs/
zfs_prop.c 207 static zprop_index_t cache_table[] = { local
276 "all | none | metadata", "PRIMARYCACHE", cache_table);
280 "all | none | metadata", "SECONDARYCACHE", cache_table);
  /src/external/ibm-public/postfix/dist/src/tlsmgr/
tlsmgr.c 307 static TLSMGR_SCACHE cache_table[] = { variable
320 #define smtpd_cache (cache_table[0])
543 for (ent = cache_table; ent->cache_label; ++ent) {
647 for (ent = cache_table; ent->cache_label; ++ent)
682 for (ent = cache_table; ent->cache_label; ++ent)
708 for (ent = cache_table; ent->cache_label; ++ent)
785 for (ent = cache_table; ent->cache_label; ++ent)
947 dup_filter = htable_create(sizeof(cache_table) / sizeof(cache_table[0]));
948 for (ent = cache_table; ent->cache_label; ++ent)
    [all...]

Completed in 31 milliseconds