Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ xode_spool_getpool
Function
xode_spool_getpool
modules/xmpp/xode_str.c:22–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
#include
"xode.h"
21
22
xode_pool xode_spool_getpool(const xode_spool s)
23
{
24
if(s == NULL)
25
return NULL;
26
27
return s->p;
28
}
29
30
int xode_spool_getlen(const xode_spool s)
31
{
Callers
1
xode_spool_free
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected