HomeSort by relevance Sort by last modified time
    Searched defs:pSrcList (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 103 ** that name in the set of source tables in pSrcList and make the pExpr
110 ** from pSrcList.
140 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
141 struct SrcList_item *pMatch = 0; /* The matching pSrcList item */
158 SrcList *pSrcList = pNC->pSrcList;
160 if( pSrcList ){
161 for(i=0, pItem=pSrcList->a; i<pSrcList->nSrc; i++, pItem++){
200 if( i<pSrcList->nSrc-1 )
    [all...]
expr.c     [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 114 milliseconds