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

Function getstrbufindex

ut.h:276–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

274extern unsigned int int2str_buf_index;
275extern char int2str_buf[INT2STR_BUF_NO][INT2STR_MAX_LEN];
276static inline unsigned int getstrbufindex(void) {
277 return ((int2str_buf_index++) % INT2STR_BUF_NO);
278}
279
280static inline char* int2str(uint64_t l, int* len)
281{

Callers 3

int2strFunction · 0.85
double2strFunction · 0.85
bigint2strFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected