Lines Matching refs:Qrf

927 typedef struct Qrf Qrf;  typedef
928 struct Qrf { struct
1002 Qrf *p, /* Query result state */ in qrfError()
1023 static void qrfOom(Qrf *p){ in qrfOom()
1030 static void qrfStrErr(Qrf *p, sqlite3_str *pStr){ in qrfStrErr()
1041 static void qrfEqpAppend(Qrf *p, int iEqpId, int p2, const char *zText){ in qrfEqpAppend()
1075 static void qrfEqpReset(Qrf *p){ in qrfEqpReset()
1090 static qrfEQPGraphRow *qrfEqpNextRow(Qrf *p, int iEqpId, qrfEQPGraphRow *pOld){ in qrfEqpNextRow()
1099 static void qrfEqpRenderLevel(Qrf *p, int iEqpId){ in qrfEqpRenderLevel()
1158 static void qrfEqpRender(Qrf *p, i64 nCycle){ in qrfEqpRender()
1235 static void qrfEqpStats(Qrf *p){ in qrfEqpStats()
1339 static void qrfResetStmt(Qrf *p){ in qrfResetStmt()
1350 static void qrfWrite(Qrf *p){ in qrfWrite()
1691 static int qrfRelaxable(Qrf *p, const char *z){ in qrfRelaxable()
1747 static void qrfEncodeText(Qrf *p, sqlite3_str *pOut, const char *zTxt){ in qrfEncodeText()
1880 static const char *qrfJsonbToJson(Qrf *p, int iCol){ in qrfJsonbToJson()
1965 static void qrfRenderValue(Qrf *p, sqlite3_str *pOut, int iCol){ in qrfRenderValue()
2141 static void qrfWidthPrint(Qrf *p, sqlite3_str *pOut, int w, const char *zUtf){ in qrfWidthPrint()
2360 Qrf *p; /* The QRF instance */
2564 static void qrfLoadAlignment(qrfColData *pData, Qrf *p){ in qrfLoadAlignment()
2595 Qrf *p, /* On which to report an OOM */ in qrfValidLayout()
2634 static void qrfSplitColumn(qrfColData *pData, Qrf *p){ in qrfSplitColumn()
2724 static void qrfRestrictScreenWidth(qrfColData *pData, Qrf *p){ in qrfRestrictScreenWidth()
2801 static void qrfColumnar(Qrf *p){ in qrfColumnar()
3190 static void qrfExplain(Qrf *p){ in qrfExplain()
3330 static void qrfScanStatusVm(Qrf *p){ in qrfScanStatusVm()
3383 static void qrfOneJsonRow(Qrf *p){ in qrfOneJsonRow()
3402 static void qrfOneSimpleRow(Qrf *p){ in qrfOneSimpleRow()
3588 Qrf *p, /* State object to be initialized */ in qrfInitialize()
3751 static void qrfFinalize(Qrf *p){ in qrfFinalize()
3846 Qrf qrf; /* The new Qrf being created */ in sqlite3_format_query_result()