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

Function mi_reload_2

modules/sql_cacher/sql_cacher.c:1309–1318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1307}
1308
1309static mi_response_t *mi_reload_2(const mi_params_t *params,
1310 struct mi_handler *async_hdl)
1311{
1312 str key;
1313
1314 if (get_mi_string_param(params, "key", &key.s, &key.len) < 0)
1315 return init_mi_param_error();
1316
1317 return mi_reload(params, &key);
1318}
1319
1320static int init_rld_vers_key(cache_entry_t *c_entry, db_handlers_t *db_hdls)
1321{

Callers

nothing calls this directly

Calls 3

get_mi_string_paramFunction · 0.85
init_mi_param_errorFunction · 0.85
mi_reloadFunction · 0.70

Tested by

no test coverage detected