Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c217277 static void jsonSetFunc( function
218395 JFUNCTION(json_array_insert, -1,1,1, 1,0,JSON_AINS, jsonSetFunc),
218396 JFUNCTION(jsonb_array_insert,-1,1,0, 1,1,JSON_AINS, jsonSetFunc),
218404 JFUNCTION(json_insert, -1,1,1, 1,0,0, jsonSetFunc),
218405 JFUNCTION(jsonb_insert, -1,1,0, 1,1,0, jsonSetFunc),
218417 JFUNCTION(json_set, -1,1,1, 1,0,JSON_ISSET, jsonSetFunc),
218418 JFUNCTION(jsonb_set, -1,1,0, 1,1,JSON_ISSET, jsonSetFunc),