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

Function w_sql_avp_load

modules/sqlops/sqlops.c:670–676  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668
669
670static int w_sql_avp_load(struct sip_msg* msg, void* source,
671 void* param, void *url, str *prefix)
672{
673 return ops_sql_avp_load ( msg, (struct fis_param*)source,
674 (struct db_param*)param,
675 url?(struct db_url*)url:default_db_url, use_domain, prefix);
676}
677
678static int w_sql_avp_delete(struct sip_msg* msg, void* source,
679 void* param, void *url)

Callers

nothing calls this directly

Calls 1

ops_sql_avp_loadFunction · 0.85

Tested by

no test coverage detected