Home
last modified time | relevance | path

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

/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/spender/
H A Dfundchannel.c122 channel_ids_obj = ok ? json_get_arr(channel_ids_array, 0) : NULL; in fundchannel_get_result()
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Djson.h98 const jsmntok_t *json_get_arr(const jsmntok_t tok[], size_t index);
H A Djson.c325 const jsmntok_t *json_get_arr(const jsmntok_t tok[], size_t index) in json_get_arr() function
957 member = json_get_arr(tok, idx); in parse_arrelem()
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dplugin.c936 err = plugin_opt_add(plugin, buffer, json_get_arr(options, i)); in plugin_opts_add()
1167 json_get_arr(methods, i)); in plugin_rpcmethods_add()
1193 const jsmntok_t *s = json_get_arr(subscriptions, i); in plugin_subscriptions_add()