Searched refs:bJsonIsRCStr (Results 1 – 1 of 1) sorted by relevance
212776 u8 bJsonIsRCStr; /* True if zJson is an RCStr */ member212857 assert( pParse->bJsonIsRCStr );213283 if( pParse && pParse->bJsonIsRCStr==0 && pParse->nBlobAlloc>0 ){213287 pParse->bJsonIsRCStr = 1;213319 if( pParse->bJsonIsRCStr ){213323 pParse->bJsonIsRCStr = 0;216153 p->bJsonIsRCStr = 1;