| 743 | } |
| 744 | |
| 745 | static __inline ng_ID_t * |
| 746 | _ngi_retaddr(item_p item, char *file, int line) |
| 747 | { |
| 748 | _ngi_check(item, file, line); |
| 749 | return (&_NGI_RETADDR(item)); |
| 750 | } |
| 751 | |
| 752 | static __inline ng_item_fn ** |
| 753 | _ngi_fn(item_p item, char *file, int line) |
nothing calls this directly
no test coverage detected