Lines Matching refs:JFUNCTION

18110 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \  macro
210239 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc),
210240 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc),
210241 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc),
210242 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc),
210243 JFUNCTION(json_array_length, 1,1,0, 0,0,0, jsonArrayLengthFunc),
210244 JFUNCTION(json_array_length, 2,1,0, 0,0,0, jsonArrayLengthFunc),
210245 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc),
210246 JFUNCTION(json_extract, -1,1,1, 0,0,0, jsonExtractFunc),
210247 JFUNCTION(jsonb_extract, -1,1,0, 0,1,0, jsonExtractFunc),
210248 JFUNCTION(->, 2,1,1, 0,0,JSON_JSON, jsonExtractFunc),
210249 JFUNCTION(->>, 2,1,0, 0,0,JSON_SQL, jsonExtractFunc),
210250 JFUNCTION(json_insert, -1,1,1, 1,0,0, jsonSetFunc),
210251 JFUNCTION(jsonb_insert, -1,1,0, 1,1,0, jsonSetFunc),
210252 JFUNCTION(json_object, -1,0,1, 1,0,0, jsonObjectFunc),
210253 JFUNCTION(jsonb_object, -1,0,1, 1,1,0, jsonObjectFunc),
210254 JFUNCTION(json_patch, 2,1,1, 0,0,0, jsonPatchFunc),
210255 JFUNCTION(jsonb_patch, 2,1,0, 0,1,0, jsonPatchFunc),
210256 JFUNCTION(json_pretty, 1,1,0, 0,0,0, jsonPrettyFunc),
210257 JFUNCTION(json_pretty, 2,1,0, 0,0,0, jsonPrettyFunc),
210258 JFUNCTION(json_quote, 1,0,1, 1,0,0, jsonQuoteFunc),
210259 JFUNCTION(json_remove, -1,1,1, 0,0,0, jsonRemoveFunc),
210260 JFUNCTION(jsonb_remove, -1,1,0, 0,1,0, jsonRemoveFunc),
210261 JFUNCTION(json_replace, -1,1,1, 1,0,0, jsonReplaceFunc),
210262 JFUNCTION(jsonb_replace, -1,1,0, 1,1,0, jsonReplaceFunc),
210263 JFUNCTION(json_set, -1,1,1, 1,0,JSON_ISSET, jsonSetFunc),
210264 JFUNCTION(jsonb_set, -1,1,0, 1,1,JSON_ISSET, jsonSetFunc),
210265 JFUNCTION(json_type, 1,1,0, 0,0,0, jsonTypeFunc),
210266 JFUNCTION(json_type, 2,1,0, 0,0,0, jsonTypeFunc),
210267 JFUNCTION(json_valid, 1,1,0, 0,0,0, jsonValidFunc),
210268 JFUNCTION(json_valid, 2,1,0, 0,0,0, jsonValidFunc),
210270 JFUNCTION(json_parse, 1,1,0, 0,0,0, jsonParseFunc),