Home
last modified time | relevance | path

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

/external/clearsilver/util/
Dneo_hash.c217 NE_HASHNODE **new_nodes; in _hash_resize() local
227 new_nodes = (NE_HASHNODE **) realloc (hash->nodes, (hash->size*2) * sizeof(NE_HASHNODE)); in _hash_resize()
228 if (new_nodes == NULL) in _hash_resize()
231 hash->nodes = new_nodes; in _hash_resize()