Searched refs:node_ptr (Results 1 – 3 of 3) sorted by relevance
59 = (node_ptr *) objc_calloc (size, sizeof (node_ptr)); in objc_hash_new()81 node_ptr node; in objc_hash_delete()82 node_ptr next_node; in objc_hash_delete()114 node_ptr node = (node_ptr) objc_calloc (1, sizeof (struct cache_node)); in objc_hash_add()126 node_ptr node1 = (*cachep)->node_table[indx]; in objc_hash_add()150 node_ptr node1 = NULL; in objc_hash_add()174 node_ptr node = cache->node_table[indx]; in objc_hash_remove()190 node_ptr prev = node; in objc_hash_remove()211 node_ptr212 objc_hash_next (cache_ptr cache, node_ptr node) in objc_hash_next()[all …]
97 node_ptr node; in objc_copyProtocolList()
49 } *node_ptr; typedef82 node_ptr *node_table; /* Pointer to an array of hash nodes. */134 node_ptr objc_hash_next (cache_ptr cache, node_ptr node);