Lines Matching refs:JFUNCTION
19138 #define JFUNCTION(zName, nArg, bUseCache, bWS, bRS, bJsonB, iArg, xFunc) \ macro
218019 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc),
218020 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc),
218021 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc),
218022 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc),
218023 JFUNCTION(json_array_insert, -1,1,1, 1,0,JSON_AINS, jsonSetFunc),
218024 JFUNCTION(jsonb_array_insert,-1,1,0, 1,1,JSON_AINS, jsonSetFunc),
218025 JFUNCTION(json_array_length, 1,1,0, 0,0,0, jsonArrayLengthFunc),
218026 JFUNCTION(json_array_length, 2,1,0, 0,0,0, jsonArrayLengthFunc),
218027 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc),
218028 JFUNCTION(json_extract, -1,1,1, 0,0,0, jsonExtractFunc),
218029 JFUNCTION(jsonb_extract, -1,1,0, 0,1,0, jsonExtractFunc),
218030 JFUNCTION(->, 2,1,1, 0,0,JSON_JSON, jsonExtractFunc),
218031 JFUNCTION(->>, 2,1,0, 0,0,JSON_SQL, jsonExtractFunc),
218032 JFUNCTION(json_insert, -1,1,1, 1,0,0, jsonSetFunc),
218033 JFUNCTION(jsonb_insert, -1,1,0, 1,1,0, jsonSetFunc),
218034 JFUNCTION(json_object, -1,0,1, 1,0,0, jsonObjectFunc),
218035 JFUNCTION(jsonb_object, -1,0,1, 1,1,0, jsonObjectFunc),
218036 JFUNCTION(json_patch, 2,1,1, 0,0,0, jsonPatchFunc),
218037 JFUNCTION(jsonb_patch, 2,1,0, 0,1,0, jsonPatchFunc),
218038 JFUNCTION(json_pretty, 1,1,0, 0,0,0, jsonPrettyFunc),
218039 JFUNCTION(json_pretty, 2,1,0, 0,0,0, jsonPrettyFunc),
218040 JFUNCTION(json_quote, 1,0,1, 1,0,0, jsonQuoteFunc),
218041 JFUNCTION(json_remove, -1,1,1, 0,0,0, jsonRemoveFunc),
218042 JFUNCTION(jsonb_remove, -1,1,0, 0,1,0, jsonRemoveFunc),
218043 JFUNCTION(json_replace, -1,1,1, 1,0,0, jsonReplaceFunc),
218044 JFUNCTION(jsonb_replace, -1,1,0, 1,1,0, jsonReplaceFunc),
218045 JFUNCTION(json_set, -1,1,1, 1,0,JSON_ISSET, jsonSetFunc),
218046 JFUNCTION(jsonb_set, -1,1,0, 1,1,JSON_ISSET, jsonSetFunc),
218047 JFUNCTION(json_type, 1,1,0, 0,0,0, jsonTypeFunc),
218048 JFUNCTION(json_type, 2,1,0, 0,0,0, jsonTypeFunc),
218049 JFUNCTION(json_valid, 1,1,0, 0,0,0, jsonValidFunc),
218050 JFUNCTION(json_valid, 2,1,0, 0,0,0, jsonValidFunc),
218052 JFUNCTION(json_parse, 1,1,0, 0,0,0, jsonParseFunc),