Home
last modified time | relevance | path

Searched refs:dupedExprSize (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dexpr.c1396 static int dupedExprSize(const Expr *p, int flags){ in dupedExprSize() function
1401 nByte += dupedExprSize(p->pLeft, flags) + dupedExprSize(p->pRight, flags); in dupedExprSize()
1431 zAlloc = sqlite3DbMallocRawNN(db, dupedExprSize(p, dupFlags)); in exprDup()