Searched refs:sCtx (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | shell.c | 25567 ImportCtx sCtx; /* Reader context */ in do_meta_command() local 25575 memset(&sCtx, 0, sizeof(sCtx)); in do_meta_command() 25602 sCtx.cColSep = SEP_Unit[0]; in do_meta_command() 25603 sCtx.cRowSep = SEP_Record[0]; in do_meta_command() 25607 sCtx.cColSep = ','; in do_meta_command() 25608 sCtx.cRowSep = '\n'; in do_meta_command() 25658 sCtx.cColSep = (u8)p->colSeparator[0]; in do_meta_command() 25659 sCtx.cRowSep = (u8)p->rowSeparator[0]; in do_meta_command() 25661 sCtx.zFile = zFile; in do_meta_command() 25662 sCtx.nLine = 1; in do_meta_command() [all …]
|
| H A D | sqlite3.c | 116906 RenameCtx sCtx; 116937 memset(&sCtx, 0, sizeof(sCtx)); 116938 sCtx.iCol = ((iCol==pTab->iPKey) ? -1 : iCol); 116950 sWalker.u.pRename = &sCtx; 116952 sCtx.pTab = pTab; 116969 sCtx.pTab = sParse.pNewTable; 116973 &sParse, &sCtx, (void*)sParse.pNewTable->aCol[iCol].zCnName 116976 if( sCtx.iCol<0 ){ 116977 renameTokenFind(&sParse, &sCtx, (void*)&sParse.pNewTable->iPKey); 116999 renameTokenFind(&sParse, &sCtx, (void*)&pFKey->aCol[i]); [all …]
|