Searched defs:new_ht (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c169 struct _ht *new_ht; /* The new hash table */ local
175 new_ht = (struct _ht *)sqliteMalloc( new_size*sizeof(struct _ht) );
176 if( new_ht==0 ) return;
178 pH->ht = new_ht;
184 x = new_ht[h].chain;
197 new_ht[h].chain = elem;
198 new_ht[h].count++;

Completed in 68 milliseconds