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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c36 typedef struct WhereClause WhereClause; typedef in typeref:struct:WhereClause
48 ** All WhereTerms are collected into a single WhereClause structure.
106 WhereClause *pWC; /* The clause this term is part of */
131 struct WhereClause { struct
151 WhereClause wc; /* Decomposition into subterms */
160 WhereClause wc; /* The subexpression broken out */
258 ** Initialize a preallocated WhereClause structure.
261 WhereClause *pWC, /* The WhereClause t
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10314 struct WhereClause *pWC; /* Decomposition of the WHERE clause */
97690 typedef struct WhereClause WhereClause; typedef in typeref:struct:WhereClause
97785 struct WhereClause { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c110484 typedef struct WhereClause WhereClause; typedef in typeref:struct:WhereClause
110754 struct WhereClause { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c110504 typedef struct WhereClause WhereClause; typedef in typeref:struct:WhereClause
110774 struct WhereClause { struct
[all...]

Completed in 1650 milliseconds