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

Function _xode_strcmp

modules/xmpp/xode.c:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20#include "xode.h"
21
22static int _xode_strcmp(const char *a, const char *b)
23{
24 if(a == NULL || b == NULL) return -1;
25
26 return strcmp(a,b);
27}
28
29/* Internal routines */
30static xode _xode_new(xode_pool p, const char* name, unsigned int type)

Callers 3

_xode_searchFunction · 0.70
xode_get_tagFunction · 0.70
xode_cmpFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected