Home
last modified time | relevance | path

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

/dports/net-p2p/c-lightning/lightning-0.10.2/plugins/
H A Dbcli.c359 json_add_null(response, "amount"); in process_getutxout()
360 json_add_null(response, "script"); in process_getutxout()
438 json_add_null(response, "opening"); in estimatefees_null_response()
439 json_add_null(response, "mutual_close"); in estimatefees_null_response()
441 json_add_null(response, "delayed_to_us"); in estimatefees_null_response()
442 json_add_null(response, "htlc_resolution"); in estimatefees_null_response()
443 json_add_null(response, "penalty"); in estimatefees_null_response()
444 json_add_null(response, "min_acceptable"); in estimatefees_null_response()
445 json_add_null(response, "max_acceptable"); in estimatefees_null_response()
533 json_add_null(response, "blockhash"); in getrawblockbyheight_notfound()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/lightningd/
H A Dnotification.c248 json_add_null(stream, "short_channel_id"); in channel_state_changed_notification_serialize()
256 json_add_null(stream, "message"); in channel_state_changed_notification_serialize()
481 json_add_null(stream, "blockheight"); in coin_movement_notification_serialize()
H A Dplugin.c1914 json_add_null(response, opt_name); in json_add_opt_plugins_array()
H A Dpeer_control.c738 json_add_null(response, "closer"); in json_add_channel()
/dports/lang/gravity/gravity-0.8.5/src/utils/
H A Dgravity_json.h32 void json_add_null (json_t *json, const char *key);
H A Dgravity_json.c250 json_add_null(json, key); in json_add_string()
318 void json_add_null (json_t *json, const char *key) { in json_add_null() function
/dports/devel/libubox/libubox-c83a84af/sh/
H A Djshn.sh171 json_add_null() { function
/dports/net-p2p/c-lightning/lightning-0.10.2/common/
H A Djson.h233 void json_add_null(struct json_stream *stream, const char *fieldname);
H A Djson.c1103 void json_add_null(struct json_stream *stream, const char *fieldname) in json_add_null() function
/dports/lang/gravity/gravity-0.8.5/src/shared/
H A Dgravity_value.c650 json_add_null(json, GRAVITY_JSON_LABELBYTECODE); in gravity_function_bytecode_serialize()
1878 json_add_null(json, key); in gravity_value_serialize()
1885 json_add_null(json, key); in gravity_value_serialize()
/dports/net-p2p/c-lightning/lightning-0.10.2/wallet/test/
H A Drun-wallet.c304 void json_add_null(struct json_stream *stream UNNEEDED, const char *fieldname UNNEEDED) in json_add_null() function