Searched refs:sCtx (Results 1 – 2 of 2) sorted by relevance
26912 memset(&sCtx, 0, sizeof(sCtx)); in do_meta_command()26999 sCtx.nLine = 1; in do_meta_command()27005 sCtx.in = popen(sCtx.zFile+1, "r"); in do_meta_command()27010 sCtx.in = fopen(sCtx.zFile, "rb"); in do_meta_command()27029 if( sCtx.z==0 ){ in do_meta_command()27035 while( xRead(&sCtx) && sCtx.cTerm==sCtx.cColSep ){} in do_meta_command()27047 if( sCtx.cTerm!=sCtx.cColSep ) break; in do_meta_command()27168 if( i<nCol-1 && sCtx.cTerm!=sCtx.cColSep ){ in do_meta_command()27176 if( sCtx.cTerm==sCtx.cColSep ){ in do_meta_command()27180 }while( sCtx.cTerm==sCtx.cColSep ); in do_meta_command()[all …]
117638 RenameCtx sCtx;117669 memset(&sCtx, 0, sizeof(sCtx));117684 sCtx.pTab = pTab;117874 RenameCtx sCtx;155955 VtabCtx sCtx;155999 sCtx.pTab = pTab;202633 sCtx.pCsr = pCsr;203916 memset(&sCtx, 0, sizeof(sCtx));203930 sCtx.pCsr = pCsr;244119 assert( sCtx.eState==0 || sCtx.eState==1 );[all …]