Searched refs:SrcList_item (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c100 struct SrcList_item *pItem;
H A Dresolve.c140 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
141 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
412 struct SrcList_item *pItem = &pSrc->a[iSrc];
468 struct SrcList_item *pItem;
997 struct SrcList_item *pItem = &p->pSrc->a[i];
H A Dwhere.c168 ** SrcList_item.iCursor and Expr.iTable fields. For any given WHERE
1611 Parse*, WhereClause*, struct SrcList_item*,
1624 struct SrcList_item *pSrc, /* The FROM clause term to search */
1713 struct SrcList_item *pSrc, /* Table we are trying to access */
1738 struct SrcList_item *pSrc, /* The FROM clause term to search */
1801 struct SrcList_item *pSrc, /* The FROM clause term to get the next index */
1955 struct SrcList_item *pSrc,
2117 struct SrcList_item *pSrc, /* The FROM clause term to search */
2688 struct SrcList_item *pSrc, /* The FROM clause term to search */
3151 struct SrcList_item *pSr
[all...]
H A Dattach.c448 struct SrcList_item *pItem;
H A Ddelete.c32 struct SrcList_item *pItem = pSrc->a;
H A Dselect.c323 struct SrcList_item *pLeft; /* Left table being joined */
324 struct SrcList_item *pRight; /* Right table being joined */
2542 struct SrcList_item *pItem;
2689 struct SrcList_item *pSubitem; /* The subquery */
3116 int sqlite3IndexedByLookup(Parse *pParse, struct SrcList_item *pFrom){
3164 struct SrcList_item *pFrom;
3432 struct SrcList_item *pFrom;
3777 struct SrcList_item *pItem = &pTabList->a[i];
4420 struct SrcList_item *pItem = &p->pSrc->a[i];
H A Dbuild.c3183 struct SrcList_item *pItem;
3214 struct SrcList_item *pItem;
3232 struct SrcList_item *pItem;
3273 struct SrcList_item *pItem;
3310 struct SrcList_item *pItem = &p->a[p->nSrc-1];
H A DsqliteInt.h1836 struct SrcList_item { struct in struct:SrcList
2723 int sqlite3IndexedByLookup(Parse *, struct SrcList_item *);
H A Dfkey.c798 struct SrcList_item *pItem = pSrc->a;
H A Dinsert.c1616 struct SrcList_item *pItem; /* An element of pSelect->pSrc */
H A Dexpr.c896 struct SrcList_item *pNewItem = &pNew->a[i];
897 struct SrcList_item *pOldItem = &p->a[i];
3547 struct SrcList_item *pItem = pSrcList->a;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10196 struct SrcList_item { struct in struct:SrcList
11083 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *, struct SrcList_item *);
19200 struct SrcList_item *pItem = &pSrc->a[k];
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c10743 struct SrcList_item { struct in struct:SrcList
11660 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *, struct SrcList_item *);
20008 struct SrcList_item *pItem = &pSrc->a[k];
[all...]
/external/sqlite/dist/
H A Dsqlite3.c10743 struct SrcList_item { struct in struct:SrcList
11660 SQLITE_PRIVATE int sqlite3IndexedByLookup(Parse *, struct SrcList_item *);
20008 struct SrcList_item *pItem = &pSrc->a[k];
[all...]

Completed in 529 milliseconds