Searched refs:QRF_Yes (Results 1 – 2 of 2) sorted by relevance
822 #define QRF_Yes 2 /* Alternate spelling for QRF_SW_On */ macro1992 if( p->spec.bTextJsonb==QRF_Yes ){ in qrfRenderValue()2833 if( p->spec.bTitles==QRF_Yes ){ in qrfColumnar()2936 && p->spec.bSplitColumn==QRF_Yes in qrfColumnar()3017 bWW = (p->spec.bWordWrap==QRF_Yes && data.bMultiRow); in qrfColumnar()3089 int isTitleDataSeparator = (i==0 && p->spec.bTitles==QRF_Yes); in qrfColumnar()3429 if( p->nRow==0 && p->spec.bTitles==QRF_Yes ){ in qrfOneSimpleRow()3460 if( p->spec.bTitles==QRF_Yes ){ in qrfOneSimpleRow()3519 bWW = p->spec.bWordWrap==QRF_Yes; in qrfOneSimpleRow()3560 if( p->nRow==0 && p->spec.bTitles==QRF_Yes ){ in qrfOneSimpleRow()[all …]
2221 qrf.bTitles = txt ? QRF_Yes : QRF_No; in dbQrf()2224 qrf.bTitles = QRF_Yes; in dbQrf()