dupedExprSize 71467 third_party/sqlite/amalgamation/sqlite3.c nByte += dupedExprSize(p->pLeft, flags) + dupedExprSize(p->pRight, flags); dupedExprSize 71495 third_party/sqlite/amalgamation/sqlite3.c zAlloc = sqlite3DbMallocRaw(db, dupedExprSize(p, flags)); dupedExprSize 730 third_party/sqlite/src/src/expr.c nByte += dupedExprSize(p->pLeft, flags) + dupedExprSize(p->pRight, flags); dupedExprSize 758 third_party/sqlite/src/src/expr.c zAlloc = sqlite3DbMallocRaw(db, dupedExprSize(p, flags));