Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dexpr.c1305 static int exprStructSize(const Expr *p){ in exprStructSize() function
1454 u32 nSize = (u32)exprStructSize(p); in exprDup()