Searched refs:jsonType (Results 1 – 1 of 1) sorted by relevance
94 static const char * const jsonType[] = { variable1386 zType = jsonType[x.aNode[i].eType]; in jsonParseFunc()1930 sqlite3_result_text(ctx, jsonType[pNode->eType], -1, SQLITE_STATIC); in jsonTypeFunc()2366 sqlite3_result_text(ctx, jsonType[pThis->eType], -1, SQLITE_STATIC); in jsonEachColumn()