Searched refs:jsonRemoveFunc (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/sqlite3/ |
| H A D | sqlite3.c | 217196 static void jsonRemoveFunc( function 218391 JFUNCTION(json, 1,1,1, 0,0,0, jsonRemoveFunc), 218392 JFUNCTION(jsonb, 1,1,0, 0,1,0, jsonRemoveFunc), 218413 JFUNCTION(json_remove, -1,1,1, 0,0,0, jsonRemoveFunc), 218414 JFUNCTION(jsonb_remove, -1,1,0, 0,1,0, jsonRemoveFunc),
|