Searched refs:JFUNCTION (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/ |
H A D | sqlite3.c | 18056 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ macro 208445 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc), 208446 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc), 208447 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc), 208448 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc), 208449 JFUNCTION(json_array_length, 1,1,0, 0,0,0, jsonArrayLengthFunc), 208450 JFUNCTION(json_array_length, 2,1,0, 0,0,0, jsonArrayLengthFunc), 208451 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc), 208452 JFUNCTION(json_extract, -1,1,1, 0,0,0, jsonExtractFunc), 208453 JFUNCTION(jsonb_extract, -1,1,0, 0,1,0, jsonExtractFunc), [all …]
|