Searched refs:JSONB_FALSE (Results 1 – 1 of 1) sorted by relevance
212538 #define JSONB_FALSE 2 /* "false" */ macro213802 case JSONB_FALSE: {214233 jsonBlobAppendOneByte(pParse, JSONB_FALSE);214624 case JSONB_FALSE: {215662 case JSONB_FALSE: {216041 && ((c & 0x0f)>JSONB_FALSE || sz==0)216267 case JSONB_FALSE: sqlite3_str_appendall(pOut,"false"); break;216295 if( sz==0 && x<=JSONB_FALSE ){