| 685 | } |
| 686 | |
| 687 | static 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 | |
| 697 | static int w_sql_query(struct sip_msg* msg, str* query, |
nothing calls this directly
no test coverage detected