Searched refs:fts3MallocZero (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c114 static void *fts3MallocZero(int nByte){ function
158 pRet = (Fts3Expr *)fts3MallocZero(nByte);
387 pRet = (Fts3Expr *)fts3MallocZero(sizeof(Fts3Expr));
565 Fts3Expr *pNot = fts3MallocZero(sizeof(Fts3Expr));
598 pAnd = fts3MallocZero(sizeof(Fts3Expr));
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c117350 static void *fts3MallocZero(int nByte){ function
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c133311 static void *fts3MallocZero(int nByte){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3.c133343 static void *fts3MallocZero(int nByte){ function
[all...]

Completed in 1048 milliseconds