Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/src/
Dexpr.c768 const unsigned nStructSize = dupedExprStructSize(p, flags); in exprDup() local
769 const int nNewSize = nStructSize & 0xfff; in exprDup()
789 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly); in exprDup()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c71505 const unsigned nStructSize = dupedExprStructSize(p, flags);
71506 const int nNewSize = nStructSize & 0xfff;
71526 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
/external/sqlite/dist/
Dsqlite3.c79103 const unsigned nStructSize = dupedExprStructSize(p, flags);
79104 const int nNewSize = nStructSize & 0xfff;
79122 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);
/external/sqlite/dist/orig/
Dsqlite3.c79083 const unsigned nStructSize = dupedExprStructSize(p, flags);
79084 const int nNewSize = nStructSize & 0xfff;
79102 pNew->flags |= nStructSize & (EP_Reduced|EP_TokenOnly);