Lines Matching defs:uz
21868 const unsigned char *uz;
21921 uz = (const unsigned char*)sqlite3_column_name(pStmt,i);
21922 if( uz==0 ) uz = (u8*)"";
21923 azData[i] = translateForDisplayAndDup(uz, &zNotUsed, wx, bw);
21944 uz = azNextLine[i];
21945 if( uz==0 ) uz = (u8*)zEmpty;
21949 uz = (const unsigned char*)azQuoted[i];
21951 uz = (const unsigned char*)sqlite3_column_text(pStmt,i);
21952 if( uz==0 ) uz = (u8*)zShowNull;
21955 = translateForDisplayAndDup(uz, &azNextLine[i], wx, bw);