Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c212540 #define JSONB_INT5 4 /* integer in 0x000 notation */ macro
213822 case JSONB_INT5: {
214374 assert( JSONB_INT+0x01==JSONB_INT5 );
214634 case JSONB_INT5: { /* Integer literal in hexadecimal notation */
215667 case JSONB_INT5:
216269 case JSONB_INT5: sqlite3_str_appendall(pOut,"int5"); break;