Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libobjc/objc-private/
H A Dhash.h40 typedef struct cache_node struct
42 struct cache_node *next; /* Pointer to next entry on the list. argument
/dflybsd-src/lib/libc/rpc/
H A Dsvc_dg.c330 typedef struct cache_node *cache_ptr;
331 struct cache_node { struct
469 victim = ALLOC(struct cache_node, 1); in cache_set()
478 FREE(victim, struct cache_node, 1); in cache_set()
/dflybsd-src/contrib/gcc-4.7/libobjc/
H A Dhash.c114 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node)); in objc_hash_add()