| 757 | } |
| 758 | |
| 759 | static __inline ng_item_fn2 ** |
| 760 | _ngi_fn2(item_p item, char *file, int line) |
| 761 | { |
| 762 | _ngi_check(item, file, line); |
| 763 | return (&_NGI_FN2(item)); |
| 764 | } |
| 765 | |
| 766 | static __inline void ** |
| 767 | _ngi_arg1(item_p item, char *file, int line) |
nothing calls this directly
no test coverage detected