Searched refs:JSONB_FALSE (Results 1 – 1 of 1) sorted by relevance
212856 #define JSONB_FALSE 2 /* "false" */ macro214120 case JSONB_FALSE: {214551 jsonBlobAppendOneByte(pParse, JSONB_FALSE);214943 case JSONB_FALSE: {215981 case JSONB_FALSE: {216360 && ((c & 0x0f)>JSONB_FALSE || sz==0)216586 case JSONB_FALSE: sqlite3_str_appendall(pOut,"false"); break;216614 if( sz==0 && x<=JSONB_FALSE ){