Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts3/
H A Dfts3_hash.c38 static void *fts3HashMalloc(sqlite3_int64 n){ in fts3HashMalloc() function
202 new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) ); in fts3Rehash()
361 new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) ); in sqlite3Fts3HashInsert()
364 new_elem->pKey = fts3HashMalloc( nKey ); in sqlite3Fts3HashInsert()