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

Function w_sql_avp_store

modules/sqlops/sqlops.c:687–694  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

685}
686
687static int w_sql_avp_store(struct sip_msg* msg, void* source,
688 void* param, void *url)
689{
690 return ops_sql_avp_store ( msg, (struct fis_param*)source,
691 (struct db_param*)param,
692 url?(struct db_url*)url:default_db_url,
693 use_domain);
694}
695
696
697static int w_sql_query(struct sip_msg* msg, str* query,

Callers

nothing calls this directly

Calls 1

ops_sql_avp_storeFunction · 0.85

Tested by

no test coverage detected