Lines Matching refs:modeSetStr
24927 static void modeSetStr(char **az, const char *zNew){ in modeSetStr() function
24949 if( pI->eCSep ) modeSetStr(&pM->spec.zColumnSep, aModeStr[pI->eCSep]); in modeChange()
24950 if( pI->eRSep ) modeSetStr(&pM->spec.zRowSep, aModeStr[pI->eRSep]); in modeChange()
24951 if( pI->eNull ) modeSetStr(&pM->spec.zNull, aModeStr[pI->eNull]); in modeChange()
31480 modeSetStr(&p->mode.spec.zTableName, azArg[i]); in dotCmdMode()
31560 case 0: modeSetStr(&p->mode.spec.zTableName, azArg[i]); break; in dotCmdMode()
31561 case 1: modeSetStr(&p->mode.spec.zRowSep, azArg[i]); break; in dotCmdMode()
31562 case 2: modeSetStr(&p->mode.spec.zColumnSep, azArg[i]); break; in dotCmdMode()
31563 case 3: modeSetStr(&p->mode.spec.zNull, azArg[i]); break; in dotCmdMode()
31657 modeSetStr(&p->mode.spec.zNull, "NULL"); in dotCmdMode()
32131 modeSetStr(&p->mode.spec.zColumnSep, SEP_Comma); in dotCmdOutput()
32132 modeSetStr(&p->mode.spec.zRowSep, SEP_CrLf); in dotCmdOutput()
33619 modeSetStr(&p->mode.spec.zNull, azArg[1]); in do_meta_command()
34542 modeSetStr(&p->mode.spec.zColumnSep, azArg[1]); in do_meta_command()
34545 modeSetStr(&p->mode.spec.zRowSep,azArg[2]); in do_meta_command()
36879 modeSetStr(&data.mode.spec.zColumnSep, in main()
36882 modeSetStr(&data.mode.spec.zRowSep, in main()
36885 modeSetStr(&data.mode.spec.zNull, in main()