Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c210241 JFUNCTION(json_array, -1,0,1, 1,0,0, jsonArrayFunc),
210242 JFUNCTION(jsonb_array, -1,0,1, 1,1,0, jsonArrayFunc),
210245 JFUNCTION(json_error_position,1,1,0, 0,0,0, jsonErrorFunc),
210250 JFUNCTION(json_insert, -1,1,1, 1,0,0, jsonSetFunc),
210251 JFUNCTION(jsonb_insert, -1,1,0, 1,1,0, jsonSetFunc),
210254 JFUNCTION(json_patch, 2,1,1, 0,0,0, jsonPatchFunc),
210255 JFUNCTION(jsonb_patch, 2,1,0, 0,1,0, jsonPatchFunc),
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),
[all …]