Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212547 #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: {
[all …]