| 507 | } |
| 508 | |
| 509 | void |
| 510 | dbcontext::table_release(size_t tbl_id) |
| 511 | { |
| 512 | table_vec[tbl_id].refcount -= 1; |
| 513 | DBG_REFCNT(fprintf(stderr, "%p %zu %zu release\n", this, tbl_id, |
| 514 | table_vec[tbl_id].refcount)); |
| 515 | } |
| 516 | |
| 517 | void |
| 518 | dbcontext::resp_record(dbcallback_i& cb, TABLE *const table, |
no outgoing calls
no test coverage detected