Searched refs:dupedExprStructSize (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/sqlite/src/src/ |
D | expr.c | 680 static int dupedExprStructSize(Expr *p, int flags){ in dupedExprStructSize() function 705 int nByte = dupedExprStructSize(p, flags) & 0xfff; in dupedExprNodeSize() 768 const unsigned nStructSize = dupedExprStructSize(p, flags); in exprDup()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 71417 static int dupedExprStructSize(Expr *p, int flags){ 71442 int nByte = dupedExprStructSize(p, flags) & 0xfff; 71505 const unsigned nStructSize = dupedExprStructSize(p, flags);
|
/external/sqlite/dist/ |
D | sqlite3.c | 79012 static int dupedExprStructSize(Expr *p, int flags){ 79040 int nByte = dupedExprStructSize(p, flags) & 0xfff; 79103 const unsigned nStructSize = dupedExprStructSize(p, flags);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 78992 static int dupedExprStructSize(Expr *p, int flags){ 79020 int nByte = dupedExprStructSize(p, flags) & 0xfff; 79083 const unsigned nStructSize = dupedExprStructSize(p, flags);
|