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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c21901 struct _ht *new_ht; /* The new hash table */ local
21916 new_ht = (struct _ht *)sqlite3Malloc( new_size*sizeof(struct _ht) );
21919 if( new_ht==0 ) return 0;
21921 pH->ht = new_ht;
21922 pH->htsize = new_size = sqlite3MallocSize(new_ht)/sizeof(struct _ht);
21923 memset(new_ht, 0, new_size*sizeof(struct _ht));
21927 insertElement(pH, &new_ht[h], elem);
120700 struct _fts3ht *new_ht; /* The new hash table */ local
[all...]

Completed in 562 milliseconds