Lines Matching refs:zColumnSep

726   char *zColumnSep;           /* Alternative column separator */  member
1772 if( i==0 || strstr(zTxt, p->spec.zColumnSep)!=0 ){ in qrfEncodeText()
3517 nSep = (int)strlen(p->spec.zColumnSep); in qrfOneSimpleRow()
3524 sqlite3_str_append(p->pOut, p->spec.zColumnSep, nSep); in qrfOneSimpleRow()
3565 if( i>0 ) sqlite3_str_appendall(p->pOut, p->spec.zColumnSep); in qrfOneSimpleRow()
3573 if( i>0 ) sqlite3_str_appendall(p->pOut, p->spec.zColumnSep); in qrfOneSimpleRow()
3635 if( p->spec.zColumnSep==0 ) p->spec.zColumnSep = "|"; in qrfInitialize()
3660 if( p->spec.zColumnSep==0 ){ in qrfInitialize()
3661 p->spec.zColumnSep = ": "; in qrfInitialize()
3668 p->spec.zColumnSep = ","; in qrfInitialize()
3676 p->spec.zColumnSep = ","; in qrfInitialize()
3744 if( p->spec.zColumnSep==0 ) p->spec.zColumnSep = ","; in qrfInitialize()
24876 free(p->spec.zColumnSep); in modeFree()
24909 if( pDest->spec.zColumnSep ){ in modeDup()
24910 pDest->spec.zColumnSep = strdup(pSrc->spec.zColumnSep); in modeDup()
24949 if( pI->eCSep ) modeSetStr(&pM->spec.zColumnSep, aModeStr[pI->eCSep]); in modeChange()
31052 if( p->mode.spec.zColumnSep && p->mode.spec.zColumnSep[0]!=0 ){ in dotCmdImport()
31053 sCtx.cColSep = p->mode.spec.zColumnSep[0]; in dotCmdImport()
31562 case 2: modeSetStr(&p->mode.spec.zColumnSep, azArg[i]); break; in dotCmdMode()
31864 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zColumnSep)!=0) ){ in dotCmdMode()
31866 append_c_string(pDesc, p->mode.spec.zColumnSep); in dotCmdMode()
32131 modeSetStr(&p->mode.spec.zColumnSep, SEP_Comma); in dotCmdOutput()
34542 modeSetStr(&p->mode.spec.zColumnSep, azArg[1]); in do_meta_command()
34788 output_c_string(p->out, p->mode.spec.zColumnSep); in do_meta_command()
36879 modeSetStr(&data.mode.spec.zColumnSep, in main()