Searched refs:zCol (Results 1 – 1 of 1) sorted by relevance
| /minix3/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 10850 char *zCol; /* Name of column in zTo. If NULL use PRIMARY KEY */ member 75127 static int nameInUsingClause(IdList *pUsing, const char *zCol){ 75131 if( sqlite3StrICmp(pUsing->a[k].zName, zCol)==0 ) return 1; 75146 const char *zCol, 75161 if( zCol && sqlite3StrICmp(zSpan, zCol)!=0 ){ 75198 const char *zCol, /* Name of the column. */ 75216 assert( zCol ); /* The Z in X.Y.Z cannot be NULL */ 75261 if( sqlite3MatchSpanName(pEList->a[j].zSpan, zCol, zTab, zDb) ){ 75285 if( sqlite3StrICmp(pCol->zName, zCol)==0 ){ 75292 if( nameInUsingClause(pItem->pUsing, zCol) ) continue; [all …]
|