reset splitobj()/unsplitobj() context */
| 623 | |
| 624 | /* reset splitobj()/unsplitobj() context */ |
| 625 | void |
| 626 | clear_splitobjs(void) |
| 627 | { |
| 628 | svc.context.objsplit.parent_oid = svc.context.objsplit.child_oid = 0; |
| 629 | } |
| 630 | |
| 631 | /* |
| 632 | * Insert otmp right after obj in whatever chain(s) it is on. Then extract |
no outgoing calls
no test coverage detected