Home
last modified time | relevance | path

Searched refs:JFUNCTION (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Djson.c2648 JFUNCTION(json, 1, 0, jsonRemoveFunc), in sqlite3RegisterJsonFunctions()
2649 JFUNCTION(json_array, -1, 0, jsonArrayFunc), in sqlite3RegisterJsonFunctions()
2655 JFUNCTION(json_insert, -1, 0, jsonSetFunc), in sqlite3RegisterJsonFunctions()
2656 JFUNCTION(json_object, -1, 0, jsonObjectFunc), in sqlite3RegisterJsonFunctions()
2657 JFUNCTION(json_patch, 2, 0, jsonPatchFunc), in sqlite3RegisterJsonFunctions()
2658 JFUNCTION(json_quote, 1, 0, jsonQuoteFunc), in sqlite3RegisterJsonFunctions()
2662 JFUNCTION(json_type, 1, 0, jsonTypeFunc), in sqlite3RegisterJsonFunctions()
2663 JFUNCTION(json_type, 2, 0, jsonTypeFunc), in sqlite3RegisterJsonFunctions()
2664 JFUNCTION(json_valid, 1, 0, jsonValidFunc), in sqlite3RegisterJsonFunctions()
2666 JFUNCTION(json_parse, 1, 0, jsonParseFunc), in sqlite3RegisterJsonFunctions()
[all …]
H A DsqliteInt.h1995 #define JFUNCTION(zName, nArg, iArg, xFunc) \ macro