Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
119
typedef struct hash_entry
120
{
121
ua_pres_t* entity;
122
gen_lock_t lock;
123
}hash_entry_t;
124
125
typedef struct htable{
126
hash_entry_t* p_records;
Callers
15
w_update_stat_series
Function · 0.85
new_msrp_session
Function · 0.85
handle_msrp_request
Function · 0.85
add_shvar
Function · 0.85
get_shvar_by_name
Function · 0.85
dm_auth_reply
Function · 0.85
dm_receive_msg
Function · 0.85
dm_add_pending_reply
Function · 0.85
dm_find
Function · 0.85
aka_user_find
Function · 0.85
aka_user_get
Function · 0.85
aka_user_release
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected