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

Function w_sql_avp_delete

modules/sqlops/sqlops.c:678–685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

676}
677
678static int w_sql_avp_delete(struct sip_msg* msg, void* source,
679 void* param, void *url)
680{
681 return ops_sql_avp_delete ( msg, (struct fis_param*)source,
682 (struct db_param*)param,
683 url?(struct db_url*)url:default_db_url,
684 use_domain);
685}
686
687static int w_sql_avp_store(struct sip_msg* msg, void* source,
688 void* param, void *url)

Callers

nothing calls this directly

Calls 1

ops_sql_avp_deleteFunction · 0.85

Tested by

no test coverage detected