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

Class hash_entry

modules/pua/hash.h:119–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}ua_pres_t;
118
119typedef struct hash_entry
120{
121 ua_pres_t* entity;
122 gen_lock_t lock;
123}hash_entry_t;
124
125typedef struct htable{
126 hash_entry_t* p_records;

Callers 15

w_update_stat_seriesFunction · 0.85
new_msrp_sessionFunction · 0.85
handle_msrp_requestFunction · 0.85
add_shvarFunction · 0.85
get_shvar_by_nameFunction · 0.85
dm_auth_replyFunction · 0.85
dm_receive_msgFunction · 0.85
dm_add_pending_replyFunction · 0.85
dm_findFunction · 0.85
aka_user_findFunction · 0.85
aka_user_getFunction · 0.85
aka_user_releaseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected