Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dexpr.c680 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/
Dsqlite3.c71417 static int dupedExprStructSize(Expr *p, int flags){
71442 int nByte = dupedExprStructSize(p, flags) & 0xfff;
71505 const unsigned nStructSize = dupedExprStructSize(p, flags);
/external/sqlite/dist/
Dsqlite3.c79012 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/
Dsqlite3.c78992 static int dupedExprStructSize(Expr *p, int flags){
79020 int nByte = dupedExprStructSize(p, flags) & 0xfff;
79083 const unsigned nStructSize = dupedExprStructSize(p, flags);