Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c216958 static void jsonSetFunc( function
218023 JFUNCTION(json_array_insert, -1,1,1, 1,0,JSON_AINS, jsonSetFunc),
218024 JFUNCTION(jsonb_array_insert,-1,1,0, 1,1,JSON_AINS, jsonSetFunc),
218032 JFUNCTION(json_insert, -1,1,1, 1,0,0, jsonSetFunc),
218033 JFUNCTION(jsonb_insert, -1,1,0, 1,1,0, jsonSetFunc),
218045 JFUNCTION(json_set, -1,1,1, 1,0,JSON_ISSET, jsonSetFunc),
218046 JFUNCTION(jsonb_set, -1,1,0, 1,1,JSON_ISSET, jsonSetFunc),