Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_expr.c216 static void *fts5ParseAlloc(u64 t){ return sqlite3_malloc64((sqlite3_int64)t);} in fts5ParseAlloc() function
238 pEngine = sqlite3Fts5ParserAlloc(fts5ParseAlloc); in sqlite3Fts5ExprNew()