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

Function db_http_delete

modules/db_http/http_dbase.c:1252–1267  ·  view source on GitHub ↗

* Delete a row from table */

Source from the content-addressed store, hash-verified

1250 * Delete a row from table
1251 */
1252int db_http_delete(const db_con_t* _h, const db_key_t* _k, const
1253 db_op_t* _o, const db_val_t* _v, const int _n)
1254{
1255
1256 return do_http_op (
1257 _h,
1258 _k, _o,_v, _n,
1259 NULL, 0,
1260 NULL,NULL,0,
1261 NULL,
1262 NULL,
1263 NULL,
1264 HTTPDB_DELETE
1265 );
1266
1267}
1268
1269
1270/*

Callers

nothing calls this directly

Calls 1

do_http_opFunction · 0.85

Tested by

no test coverage detected