Searched refs:fts3HashMalloc (Results 1 – 1 of 1) sorted by relevance
38 static void *fts3HashMalloc(sqlite3_int64 n){ in fts3HashMalloc() function202 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()