MCPcopy Create free account
hub / github.com/corosync/corosync / icmap_set_int32_r

Function icmap_set_int32_r

exec/icmap.c:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523}
524
525cs_error_t icmap_set_int32_r(const icmap_map_t map, const char *key_name, int32_t value)
526{
527
528 return (icmap_set_r(map, key_name, &value, sizeof(value), ICMAP_VALUETYPE_INT32));
529}
530
531cs_error_t icmap_set_uint32_r(const icmap_map_t map, const char *key_name, uint32_t value)
532{

Callers 3

icmap_set_int32Function · 0.85
main_config_parser_cbFunction · 0.85

Calls 1

icmap_set_rFunction · 0.85

Tested by

no test coverage detected