Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_pool_size
Function
xode_pool_size
modules/xmpp/xpool.c:206–211 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
204
}
205
206
int xode_pool_size(xode_pool p)
207
{
208
if(p == NULL) return 0;
209
210
return p->size;
211
}
212
213
void xode_pool_free(xode_pool p)
214
{
Callers
1
xode_stream_eat
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected