Searched refs:SOP_CLOSE (Results 1 – 7 of 7) sorted by relevance
122 (void) SOP_CLOSE(strp); in merge_one_stream()179 (void) SOP_CLOSE(str_a); in merge_two_streams()192 SOP_CLOSE(str_b); in merge_two_streams()215 (void) SOP_CLOSE(str_a); in merge_two_streams()398 (void) SOP_CLOSE(cur_streamp); in merge_n_streams()409 (void) SOP_CLOSE(loop_out_streamp); in merge_n_streams()
97 (void) SOP_CLOSE(cur_streamp); in convert()
409 (void) SOP_CLOSE(out_streamp); in stream_push_to_temporary()433 (void) SOP_CLOSE(cur_streamp); in stream_close_all_previous()
187 #define SOP_CLOSE(s) ((s)->s_ops.sop_close)(s) macro
387 (void) SOP_CLOSE(cur_stream); in internal_sort()
417 return (SOP_CLOSE(so, flag, cr)); in socket_close_internal()
718 #define SOP_CLOSE(so, flag, cr) \ macro