Searched refs:fts3HashMalloc (Results 1 – 1 of 1) sorted by relevance
201754 static void *fts3HashMalloc(sqlite3_int64 n){ function201918 new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );202077 new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) );202080 new_elem->pKey = fts3HashMalloc( nKey );