Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Djson.c2159 #define JEACH_JSON 8 in jsonEachConnect() macro
2424 case JEACH_JSON: { in jsonEachColumn()
2425 assert( i==JEACH_JSON ); in jsonEachColumn()
2457 assert( JEACH_ROOT == JEACH_JSON+1 ); in jsonEachBestIndex()
2464 if( pConstraint->iColumn < JEACH_JSON ) continue; in jsonEachBestIndex()
2465 iCol = pConstraint->iColumn - JEACH_JSON; in jsonEachBestIndex()