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

Function w_async_sql_query_one

modules/sqlops/sqlops.c:825–837  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823}
824
825static int w_async_sql_query_one(struct sip_msg* msg, async_ctx *ctx,
826 str* query, void* dest, void* url)
827{
828 struct db_url *parsed_url;
829
830 if (url)
831 parsed_url = ((struct db_url_container *)url)->u.url;
832 else
833 parsed_url = default_db_url;
834
835 return ops_async_sql_query(msg, ctx, query, parsed_url,
836 (pvname_list_t *)dest, 1);
837}

Callers

nothing calls this directly

Calls 1

ops_async_sql_queryFunction · 0.85

Tested by

no test coverage detected