Home
last modified time | relevance | path

Searched refs:JSONB_ARRAY (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212865 #define JSONB_ARRAY 11 /* An array */ macro
214249 case JSONB_ARRAY: {
214424 jsonBlobAppendNode(pParse, JSONB_ARRAY, pParse->nJson - i, 0);
215101 case JSONB_ARRAY: {
215195 case JSONB_ARRAY: {
215663 static const u8 emptyObject[] = { JSONB_ARRAY, JSONB_OBJECT };
215844 if( x!=JSONB_ARRAY ) return JSON_LOOKUP_NOTFOUND;
216093 case JSONB_ARRAY:
216560 if( sz>0 && x<JSONB_ARRAY ){
216595 case JSONB_ARRAY: {
[all …]