Searched refs:fts2HashMalloc (Results 1 – 1 of 1) sorted by relevance
40 static void *fts2HashMalloc(int n){ in fts2HashMalloc() function202 new_ht = (struct _fts2ht *)fts2HashMalloc( new_size*sizeof(struct _fts2ht) ); in rehash()343 new_elem = (fts2HashElem*)fts2HashMalloc( sizeof(fts2HashElem) ); in sqlite3Fts2HashInsert()346 new_elem->pKey = fts2HashMalloc( nKey ); in sqlite3Fts2HashInsert()