Lines Matching refs:zRowSep
727 char *zRowSep; /* Alternative row separator */ member
3568 sqlite3_str_appendall(p->pOut, p->spec.zRowSep); in qrfOneSimpleRow()
3576 sqlite3_str_appendall(p->pOut, p->spec.zRowSep); in qrfOneSimpleRow()
3636 if( p->spec.zRowSep==0 ) p->spec.zRowSep = "\n"; in qrfInitialize()
3669 p->spec.zRowSep = "\r\n"; in qrfInitialize()
3677 p->spec.zRowSep = "\n"; in qrfInitialize()
3745 if( p->spec.zRowSep==0 ) p->spec.zRowSep = "\n"; in qrfInitialize()
24877 free(p->spec.zRowSep); in modeFree()
24912 if( pDest->spec.zRowSep ){ in modeDup()
24913 pDest->spec.zRowSep = strdup(pSrc->spec.zRowSep); in modeDup()
24950 if( pI->eRSep ) modeSetStr(&pM->spec.zRowSep, aModeStr[pI->eRSep]); in modeChange()
31063 if( p->mode.spec.zRowSep && p->mode.spec.zRowSep[0]!=0 ){ in dotCmdImport()
31064 sCtx.cRowSep = p->mode.spec.zRowSep[0]; in dotCmdImport()
31561 case 1: modeSetStr(&p->mode.spec.zRowSep, azArg[i]); break; in dotCmdMode()
31909 if( bAll || (zSetting && cli_strcmp(zSetting,p->mode.spec.zRowSep)!=0) ){ in dotCmdMode()
31911 append_c_string(pDesc, p->mode.spec.zRowSep); in dotCmdMode()
32132 modeSetStr(&p->mode.spec.zRowSep, SEP_CrLf); in dotCmdOutput()
33200 data.mode.spec.zRowSep = "\n"; in do_meta_command()
34079 data.mode.spec.zRowSep = "\n"; in do_meta_command()
34545 modeSetStr(&p->mode.spec.zRowSep,azArg[2]); in do_meta_command()
34791 output_c_string(p->out, p->mode.spec.zRowSep); in do_meta_command()
36882 modeSetStr(&data.mode.spec.zRowSep, in main()