Lines Matching refs:JSONB_ARRAY
212547 #define JSONB_ARRAY 11 /* An array */ macro
213931 case JSONB_ARRAY: {
214106 jsonBlobAppendNode(pParse, JSONB_ARRAY, pParse->nJson - i, 0);
214782 case JSONB_ARRAY: {
214876 case JSONB_ARRAY: {
215344 static const u8 emptyObject[] = { JSONB_ARRAY, JSONB_OBJECT };
215525 if( x!=JSONB_ARRAY ) return JSON_LOOKUP_NOTFOUND;
215774 case JSONB_ARRAY:
216241 if( sz>0 && x<JSONB_ARRAY ){
216276 case JSONB_ARRAY: {
216447 if( (p->aBlob[i] & 0x0f)==JSONB_ARRAY ){
216557 && (p->aBlob[j]&0x0f)>=JSONB_ARRAY
217587 assert( p->eType==JSONB_ARRAY || p->eType==JSONB_OBJECT );
217588 if( p->eType==JSONB_ARRAY ){
217626 if( x==JSONB_OBJECT || x==JSONB_ARRAY ){
217673 if( p->eType==JSONB_ARRAY && p->nParent ){
217733 assert( p->eType==JSONB_ARRAY );
217741 if( (p->sParse.aBlob[i] & 0x0f)>=JSONB_ARRAY ){
217754 if( (p->sParse.aBlob[i] & 0x0f)<JSONB_ARRAY ){
217942 p->eType = JSONB_ARRAY;
217955 if( (p->sParse.aBlob[i] & 0x0f)>=JSONB_ARRAY && !p->bRecursive ){