Searched refs:bTextJsonb (Results 1 – 2 of 2) sorted by relevance
2261 qrf.bTextJsonb = aBoolMap[v]; in dbQrf()
711 unsigned char bTextJsonb; /* Render JSONB blobs as JSON text */ member1992 if( p->spec.bTextJsonb==QRF_Yes ){ in qrfRenderValue()3741 if( p->spec.bTextJsonb==QRF_Auto ){ in qrfInitialize()3742 p->spec.bTextJsonb = QRF_No; in qrfInitialize()24985 p->mode.spec.bTextJsonb = QRF_Yes; in modeChange()31736 p->mode.spec.bTextJsonb = booleanValue(azArg[++i]) ? QRF_Yes : QRF_No; in dotCmdMode()31927 if( bAll || p->mode.spec.bTextJsonb ){ in dotCmdMode()31929 p->mode.spec.bTextJsonb==QRF_Yes ? "on" : "off"); in dotCmdMode()