Home
last modified time | relevance | path

Searched refs:mx_MIMETYPE_HDL_ASYNC (Results 1 – 4 of 4) sorted by relevance

/dports/mail/s-nail/s-nail-14.9.23/include/mx/
H A Dmime-type.h57 mx_MIMETYPE_HDL_ASYNC = 1u<<8, /* Should run asynchronously */ enumerator
/dports/mail/s-nail/s-nail-14.9.23/src/mx/
H A Dmailcap.c124 {mx_MIMETYPE_HDL_ASYNC, "x-mailx-async"},
730 if(f & mx_MIMETYPE_HDL_ASYNC){ in a_mailcap__parse_create_hdl()
746 if(f & mx_MIMETYPE_HDL_ASYNC){ in a_mailcap__parse_create_hdl()
1167 if(!(f & mx_MIMETYPE_HDL_ASYNC)) in mx_mailcap_handler()
H A Dmime-type.c912 case '&': rv |= mx_MIMETYPE_HDL_ASYNC; ++cp; goto jnextc; in BITENUM_IS()
975 if(rv & mx_MIMETYPE_HDL_ASYNC) in BITENUM_IS()
989 if(rv & mx_MIMETYPE_HDL_ASYNC){ in BITENUM_IS()
998 if(rv & mx_MIMETYPE_HDL_ASYNC){ in BITENUM_IS()
H A Dsend.c418 (mthp->mth_flags & mx_MIMETYPE_HDL_ASYNC ? mx_CHILD_FD_NULL in a_send_pipefile()
1318 mx_fs_pipe_close(pbuf, !(mthp->mth_flags & mx_MIMETYPE_HDL_ASYNC)); in sendpart()