Home
last modified time | relevance | path

Searched refs:sCtx (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/sqlite3/
H A Dshell.c16373 memset(&sCtx, 0, sizeof(sCtx)); in do_meta_command()
16465 sCtx.nLine = 1; in do_meta_command()
16472 sCtx.in = popen(sCtx.zFile+1, "r"); in do_meta_command()
16477 sCtx.in = fopen(sCtx.zFile, "rb"); in do_meta_command()
16497 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()
16498 sCtx.nLine++; in do_meta_command()
16514 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()
16595 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()
16603 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()
16607 }while( sCtx.cTerm==sCtx.cColSep ); in do_meta_command()
[all …]
H A Dsqlite3.c106800 RenameCtx sCtx;
106831 memset(&sCtx, 0, sizeof(sCtx));
106846 sCtx.pTab = pTab;
107023 RenameCtx sCtx;
139346 VtabCtx sCtx;
139387 sCtx.pTab = pTab;
182345 sCtx.pCsr = pCsr;
183625 memset(&sCtx, 0, sizeof(sCtx));
183639 sCtx.pCsr = pCsr;
218574 assert( sCtx.eState==0 || sCtx.eState==1 );
[all …]
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c99726 VtabCtx sCtx;
99749 sCtx.pTab = pTab;
99750 sCtx.pVTable = pVTable;
99751 db->pVtabCtx = &sCtx;
99769 if( sCtx.pTab ){
125743 sCtx.pCsr = pCsr;
126869 memset(&sCtx, 0, sizeof(sCtx));
126878 if( 0==sCtx.aTerm ){
126883 sCtx.pCsr = pCsr;
126900 sCtx.iCol = iCol;
[all …]