Searched refs:dupedExprSize (Results 1 – 1 of 1) sorted by relevance
1396 static int dupedExprSize(const Expr *p, int flags){ in dupedExprSize() function1401 nByte += dupedExprSize(p->pLeft, flags) + dupedExprSize(p->pRight, flags); in dupedExprSize()1431 zAlloc = sqlite3DbMallocRawNN(db, dupedExprSize(p, dupFlags)); in exprDup()