ExprAndCost 115769 third_party/sqlite/amalgamation/sqlite3.c typedef struct ExprAndCost ExprAndCost; ExprAndCost 115776 third_party/sqlite/amalgamation/sqlite3.c ExprAndCost **ppExprCost /* OUT: Write to *ppExprCost */ ExprAndCost 115855 third_party/sqlite/amalgamation/sqlite3.c ExprAndCost *aExpr = 0; /* Array of AND'd expressions and costs */ ExprAndCost 115866 third_party/sqlite/amalgamation/sqlite3.c aExpr = sqlite3_malloc(sizeof(ExprAndCost) * nExpr); ExprAndCost 115878 third_party/sqlite/amalgamation/sqlite3.c ExprAndCost *pBest = 0; ExprAndCost 115881 third_party/sqlite/amalgamation/sqlite3.c ExprAndCost *pCand = &aExpr[jj]; ExprAndCost 2719 third_party/sqlite/src/ext/fts3/fts3.c typedef struct ExprAndCost ExprAndCost; ExprAndCost 2726 third_party/sqlite/src/ext/fts3/fts3.c ExprAndCost **ppExprCost /* OUT: Write to *ppExprCost */ ExprAndCost 2805 third_party/sqlite/src/ext/fts3/fts3.c ExprAndCost *aExpr = 0; /* Array of AND'd expressions and costs */ ExprAndCost 2816 third_party/sqlite/src/ext/fts3/fts3.c aExpr = sqlite3_malloc(sizeof(ExprAndCost) * nExpr); ExprAndCost 2828 third_party/sqlite/src/ext/fts3/fts3.c ExprAndCost *pBest = 0; ExprAndCost 2831 third_party/sqlite/src/ext/fts3/fts3.c ExprAndCost *pCand = &aExpr[jj];