Searched refs:pUsing (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c192 IdList *pUsing; local
206 }else if( (pUsing = pItem[1].pUsing)!=0 ){
211 for(k=0; k<pUsing->nId; k++){
212 if( sqlite3StrICmp(pUsing->a[k].zName, zCol)==0 ){
H A Ddelete.c110 assert( pFrom->a[0].pUsing==0 );
H A Dbuild.c3239 sqlite3IdListDelete(db, pItem->pUsing);
3254 ** pDatabase parameters are NULL for subqueries. The pOn and pUsing
3268 IdList *pUsing /* The USING clause of a join */
3272 if( !p && (pOn || pUsing) ){
3289 pItem->pUsing = pUsing;
3295 sqlite3IdListDelete(db, pUsing);
H A Dselect.c341 if( pRight->pOn || pRight->pUsing ){
361 if( pRight->pOn && pRight->pUsing ){
383 if( pRight->pUsing ){
384 IdList *pList = pRight->pUsing;
2960 sqlite3IdListDelete(db, pSrc->a[i+iFrom].pUsing);
3331 if( sqlite3IdListIndex(pFrom->pUsing, zName)>=0 ){
H A DsqliteInt.h1850 IdList *pUsing; /* The USING clause of a join */ member in struct:SrcList::SrcList_item
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10195 IdList *pUsing; /* The USING clause of a join */ member in struct:SrcList::SrcList_item
69723 IdList *pUsing; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11583 IdList *pUsing; /* The USING clause of a join */ member in struct:SrcList::SrcList_item
76912 nameInUsingClause(IdList *pUsing, const char *zCol) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11583 IdList *pUsing; /* The USING clause of a join */ member in struct:SrcList::SrcList_item
76932 nameInUsingClause(IdList *pUsing, const char *zCol) argument
[all...]

Completed in 1742 milliseconds