sqlite3ExprCodeAndCache 11103 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3ExprCodeAndCache(Parse*, Expr*, int);
sqlite3ExprCodeAndCache 85338 third_party/sqlite/amalgamation/sqlite3.c         sqlite3ExprCodeAndCache(pParse, pList->a[j].pExpr, regCols+i+1);
sqlite3ExprCodeAndCache  855 third_party/sqlite/src/src/insert.c         sqlite3ExprCodeAndCache(pParse, pList->a[j].pExpr, regCols+i+1);
sqlite3ExprCodeAndCache 2758 third_party/sqlite/src/src/sqliteInt.h int sqlite3ExprCodeAndCache(Parse*, Expr*, int);