Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ int2str
Function
int2str
ut.h:280–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
278
}
279
280
static inline char* int2str(uint64_t l, int* len)
281
{
282
return int2bstr( l, int2str_buf[getstrbufindex()], len);
283
}
284
285
286
/* Signed INTeger-TO-STRing: convers a long to a string
Callers
15
rport_builder
Function · 0.85
clen_builder
Function · 0.85
build_res_buf_from_sip_req
Function · 0.85
sint2str
Function · 0.85
fix_socket
Function · 0.85
do_action
Function · 0.85
pv_get_uintval
Function · 0.85
pv_get_proxy_protocol
Function · 0.85
pv_set_dsturi_port
Function · 0.85
pv_set_ruri_port
Function · 0.85
pv_get_line_number
Function · 0.85
pv_get_return_value
Function · 0.85
Calls
2
int2bstr
Function · 0.85
getstrbufindex
Function · 0.85
Tested by
no test coverage detected