Lines Matching defs:uz
17839 const unsigned char *uz;
17891 uz = (const unsigned char*)sqlite3_column_name(pStmt,i);
17892 azData[i] = translateForDisplayAndDup(uz, &zNotUsed, wx, bw);
17913 uz = azNextLine[i];
17914 if( uz==0 ) uz = (u8*)zEmpty;
17918 uz = (const unsigned char*)azQuoted[i];
17920 uz = (const unsigned char*)sqlite3_column_text(pStmt,i);
17921 if( uz==0 ) uz = (u8*)zShowNull;
17924 = translateForDisplayAndDup(uz, &azNextLine[i], wx, bw);