| 668 | |
| 669 | |
| 670 | static 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 | |
| 678 | static int w_sql_avp_delete(struct sip_msg* msg, void* source, |
| 679 | void* param, void *url) |
nothing calls this directly
no test coverage detected