Searched refs:JSONB_TEXTJ (Results 1 – 1 of 1) sorted by relevance
212544 #define JSONB_TEXTJ 8 /* Text with JSON escapes */ macro213769 *pOp = JSONB_TEXTJ;213896 case JSONB_TEXTJ:213903 if( x==JSONB_TEXTJ ) return j+1;213906 if( x==JSONB_TEXTJ ) return j+1;214186 if( opcode==JSONB_TEXT ) opcode = JSONB_TEXTJ;214679 case JSONB_TEXTJ: {215730 case JSONB_TEXTJ: {216273 case JSONB_TEXTJ: sqlite3_str_appendall(pOut,"textj"); break;