Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.c40 static void *fts2HashMalloc(int n){ in fts2HashMalloc() function
202 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()