HomeSort by relevance Sort by last modified time
    Searched refs:WhereClause (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
where.c 36 typedef struct WhereClause WhereClause;
48 ** All WhereTerms are collected into a single WhereClause structure.
106 WhereClause *pWC; /* The clause this term is part of */
131 struct WhereClause {
151 WhereClause wc; /* Decomposition into subterms */
160 WhereClause wc; /* The subexpression broken out */
258 ** Initialize a preallocated WhereClause structure.
261 WhereClause *pWC, /* The WhereClause to be initialized *
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 375 milliseconds