Home
last modified time | relevance | path

Searched refs:VSTREAM_WAITPID_FN (Results 1 – 2 of 2) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dvstream.h35 typedef pid_t(*VSTREAM_WAITPID_FN) (pid_t, WAIT_STATUS_T *, int); typedef
57 VSTREAM_WAITPID_FN waitpid_fn; /* vstream_popen/close() */
171 …A_VSTREAM_CTL_WAITPID_FN(v) VSTREAM_CTL_WAITPID_FN, CHECK_VAL(VSTREAM_CTL, VSTREAM_WAITPID_FN, (v))
186 CHECK_VAL_HELPER_DCL(VSTREAM_CTL, VSTREAM_WAITPID_FN);
219 …TREAM_POPEN_WAITPID_FN(v) VSTREAM_POPEN_WAITPID_FN, CHECK_VAL(VSTREAM_PPN, VSTREAM_WAITPID_FN, (v))
224 CHECK_VAL_HELPER_DCL(VSTREAM_PPN, VSTREAM_WAITPID_FN);
H A Dvstream_popen.c120 VSTREAM_WAITPID_FN waitpid_fn;
176 args->waitpid_fn = va_arg(ap, VSTREAM_WAITPID_FN); in vstream_parse_args()
282 VSTREAM_WAITPID_FN saved_waitpid_fn = stream->waitpid_fn; in vstream_pclose()