Searched defs:WhereTerm (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c51 ** WhereTerm.pWC->a[WhereTerm.idx] == WhereTerm
58 ** then WhereTerm.leftCursor and WhereTerm.u.leftColumn record the
59 ** cursor number and column number for X. WhereTerm.eOperator records
64 ** A WhereTerm might also be two or more subterms connected by OR:
69 ** and the WhereTerm.u.pOrInfo field points to auxiliary information that
73 ** categories, then eOperator==0. The WhereTerm.pExpr field is still set
75 ** but no other fields in the WhereTerm objec
93 typedef struct WhereTerm WhereTerm; typedef in typeref:struct:WhereTerm
94 struct WhereTerm { struct
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10234 struct WhereTerm *pTerm; /* WHERE clause term for OR-search */
97747 typedef struct WhereTerm WhereTerm; typedef in typeref:struct:WhereTerm
97748 struct WhereTerm { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110491 typedef struct WhereTerm WhereTerm; typedef in typeref:struct:WhereTerm
110692 struct WhereTerm { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110511 typedef struct WhereTerm WhereTerm; typedef in typeref:struct:WhereTerm
110712 struct WhereTerm { struct
[all...]

Completed in 576 milliseconds