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