Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c201754 static void *fts3HashMalloc(sqlite3_int64 n){ function
201918 new_ht = (struct _fts3ht *)fts3HashMalloc( new_size*sizeof(struct _fts3ht) );
202077 new_elem = (Fts3HashElem*)fts3HashMalloc( sizeof(Fts3HashElem) );
202080 new_elem->pKey = fts3HashMalloc( nKey );