MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / cdb_dict_init

Function cdb_dict_init

cachedb/cachedb_dict.h:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32typedef struct list_head cdb_dict_t; /* list of cdb_pair_t */
33
34static inline void cdb_dict_init(cdb_dict_t *dict)
35{
36 INIT_LIST_HEAD(dict);
37}
38
39int cdb_dict_add_str(cdb_dict_t *dest, const char *key, int key_len,
40 const str *val);

Callers 12

b2be_cdb_insertFunction · 0.85
b2be_cdb_updateFunction · 0.85
cdb_add_ct_updateFunction · 0.85
cdb_flush_urecordFunction · 0.85
b2b_logic_dumpFunction · 0.85
b2bl_db_insertFunction · 0.85
b2bl_db_updateFunction · 0.85
test_updateFunction · 0.85
test_map_setFunction · 0.85
test_map_opsFunction · 0.85

Calls 1

INIT_LIST_HEADFunction · 0.85

Tested by 3

test_updateFunction · 0.68
test_map_setFunction · 0.68
test_map_opsFunction · 0.68