Lines Matching defs:pOut
933 sqlite3_str *pOut; /* Accumulated output */ member
1123 static void qrfApproxInt64(sqlite3_str *pOut, i64 N){ in qrfApproxInt64()
1747 static void qrfEncodeText(Qrf *p, sqlite3_str *pOut, const char *zTxt){ in qrfEncodeText()
1965 static void qrfRenderValue(Qrf *p, sqlite3_str *pOut, int iCol){ in qrfRenderValue()
2126 static void qrfRTrim(sqlite3_str *pOut){ in qrfRTrim()
2141 static void qrfWidthPrint(Qrf *p, sqlite3_str *pOut, int w, const char *zUtf){ in qrfWidthPrint()
2295 sqlite3_str *pOut, /* Append text here */ in qrfAppendWithTabs()
2387 sqlite3_str *pOut, /* Append text here */ in qrfPrintAligned()
2459 static void qrfRowSeparator(sqlite3_str *pOut, qrfColData *p, char cSep){ in qrfRowSeparator()
2518 static void qrfBoxLine(sqlite3_str *pOut, int N, int bDbl){ in qrfBoxLine()
2536 sqlite3_str *pOut, in qrfBoxSeparator()
6812 static char* toBase64( u8 *pIn, int nbIn, char *pOut ){ in toBase64()
6856 static u8* fromBase64( char *pIn, int ncIn, u8 *pOut ){ in fromBase64()
7168 static char* toBase85( u8 *pIn, int nbIn, char *pOut, char *pSep ){ in toBase85()
7209 static u8* fromBase85( char *pIn, int ncIn, u8 *pOut ){ in fromBase85()
14473 Bytef *pOut; in sqlarCompressFunc() local
14520 Bytef *pOut = sqlite3_malloc64(sz); in sqlarUncompressFunc() local
25681 sqlite3_str *pOut; /* Output buffer */ in shellFormatSchema() local