Searched refs:zQuoted (Results 1 – 2 of 2) sorted by relevance
20155 char *zQuoted = sqlite3_mprintf("\"%w\"", z); in output_csv() local20156 shell_check_oom(zQuoted); in output_csv()20157 oputz(zQuoted); in output_csv()20158 sqlite3_free(zQuoted); in output_csv()
219754 if( zQuoted==0 ){219756 }else if( zQuoted[0]=='N' ){239177 char *zQuoted;239185 if( zQuoted ){239190 zQuoted[i++] = '"';239193 zQuoted[i++] = *zIn++;239195 zQuoted[i++] = '"';239199 zQuoted[i++] = ' ';239200 zQuoted[i++] = '*';239202 zQuoted[i++] = '\0';[all …]