Lines Matching refs:JFUNCTION

18513 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \  macro
213381 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc),
213382 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc),
213383 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc),
213384 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc),
213385 JFUNCTION(json_array_length, 1,1,0, 0,0,0, jsonArrayLengthFunc),
213386 JFUNCTION(json_array_length, 2,1,0, 0,0,0, jsonArrayLengthFunc),
213387 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc),
213388 JFUNCTION(json_extract, -1,1,1, 0,0,0, jsonExtractFunc),
213389 JFUNCTION(jsonb_extract, -1,1,0, 0,1,0, jsonExtractFunc),
213390 JFUNCTION(->, 2,1,1, 0,0,JSON_JSON, jsonExtractFunc),
213391 JFUNCTION(->>, 2,1,0, 0,0,JSON_SQL, jsonExtractFunc),
213392 JFUNCTION(json_insert, -1,1,1, 1,0,0, jsonSetFunc),
213393 JFUNCTION(jsonb_insert, -1,1,0, 1,1,0, jsonSetFunc),
213394 JFUNCTION(json_object, -1,0,1, 1,0,0, jsonObjectFunc),
213395 JFUNCTION(jsonb_object, -1,0,1, 1,1,0, jsonObjectFunc),
213396 JFUNCTION(json_patch, 2,1,1, 0,0,0, jsonPatchFunc),
213397 JFUNCTION(jsonb_patch, 2,1,0, 0,1,0, jsonPatchFunc),
213398 JFUNCTION(json_pretty, 1,1,0, 0,0,0, jsonPrettyFunc),
213399 JFUNCTION(json_pretty, 2,1,0, 0,0,0, jsonPrettyFunc),
213400 JFUNCTION(json_quote, 1,0,1, 1,0,0, jsonQuoteFunc),
213401 JFUNCTION(json_remove, -1,1,1, 0,0,0, jsonRemoveFunc),
213402 JFUNCTION(jsonb_remove, -1,1,0, 0,1,0, jsonRemoveFunc),
213403 JFUNCTION(json_replace, -1,1,1, 1,0,0, jsonReplaceFunc),
213404 JFUNCTION(jsonb_replace, -1,1,0, 1,1,0, jsonReplaceFunc),
213405 JFUNCTION(json_set, -1,1,1, 1,0,JSON_ISSET, jsonSetFunc),
213406 JFUNCTION(jsonb_set, -1,1,0, 1,1,JSON_ISSET, jsonSetFunc),
213407 JFUNCTION(json_type, 1,1,0, 0,0,0, jsonTypeFunc),
213408 JFUNCTION(json_type, 2,1,0, 0,0,0, jsonTypeFunc),
213409 JFUNCTION(json_valid, 1,1,0, 0,0,0, jsonValidFunc),
213410 JFUNCTION(json_valid, 2,1,0, 0,0,0, jsonValidFunc),
213412 JFUNCTION(json_parse, 1,1,0, 0,0,0, jsonParseFunc),