MCPcopy 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
280static 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_builderFunction · 0.85
clen_builderFunction · 0.85
sint2strFunction · 0.85
fix_socketFunction · 0.85
do_actionFunction · 0.85
pv_get_uintvalFunction · 0.85
pv_get_proxy_protocolFunction · 0.85
pv_set_dsturi_portFunction · 0.85
pv_set_ruri_portFunction · 0.85
pv_get_line_numberFunction · 0.85
pv_get_return_valueFunction · 0.85

Calls 2

int2bstrFunction · 0.85
getstrbufindexFunction · 0.85

Tested by

no test coverage detected