Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216877 static void jsonRemoveFunc( function
218019 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc),
218020 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc),
218041 JFUNCTION(json_remove, -1,1,1, 0,0,0, jsonRemoveFunc),
218042 JFUNCTION(jsonb_remove, -1,1,0, 0,1,0, jsonRemoveFunc),