Home
last modified time | relevance | path

Searched refs:l2_channel_downstream (Results 1 – 12 of 12) sorted by relevance

/dports/devel/ossp-l2/l2-0.9.13/
H A Dl2_channel.c227 l2_result_t l2_channel_downstream(l2_channel_t *ch, l2_channel_t **chD) in l2_channel_downstream() function
318 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_open()
323 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_open()
376 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_write()
409 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_flush()
442 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_close()
482 if (l2_channel_downstream(ch, &chD) == L2_OK) { in l2_channel_destroy()
485 rvL = l2_channel_downstream(ch, &chL); in l2_channel_destroy()
H A Dl2_ch_buffer.c227 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
236 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
250 while (l2_channel_downstream(ch, &downstream) == L2_OK) in hook_write()
276 while (l2_channel_downstream(ch, &downstream) == L2_OK) in hook_flush()
314 while (l2_channel_downstream(ch, &downstream) == L2_OK) in hook_close()
H A Dl2_ch_prefix.c177 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
H A DTODO28 passing a pointer to l2_channel_downstream() to find a sibling of a
31 implementations seem to keep the data and l2_channel_downstream()
H A Dl2.h.in229 l2_result_t l2_channel_downstream (l2_channel_t *ch, l2_channel_t **chD);
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/lib_l2/
H A Dl2_channel.c227 l2_result_t l2_channel_downstream(l2_channel_t *ch, l2_channel_t **chD) in l2_channel_downstream() function
318 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_open()
323 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_open()
376 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_write()
409 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_flush()
442 while (l2_channel_downstream(ch, &chD) == L2_OK) in l2_channel_close()
482 if (l2_channel_downstream(ch, &chD) == L2_OK) { in l2_channel_destroy()
485 rvL = l2_channel_downstream(ch, &chL); in l2_channel_destroy()
H A Dl2_ch_buffer.c227 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
236 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
250 while (l2_channel_downstream(ch, &downstream) == L2_OK) in hook_write()
276 while (l2_channel_downstream(ch, &downstream) == L2_OK) in hook_flush()
314 while (l2_channel_downstream(ch, &downstream) == L2_OK) in hook_close()
H A Dl2_ch_prefix.c177 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
H A DTODO28 passing a pointer to l2_channel_downstream() to find a sibling of a
31 implementations seem to keep the data and l2_channel_downstream()
H A Dl2.h.in229 l2_result_t l2_channel_downstream (l2_channel_t *ch, l2_channel_t **chD);
/dports/mail/lmtp2nntp/lmtp2nntp-1.4.1/
H A Dlmtp2nntp_l2.c102 while ((rv = l2_channel_downstream(ch, &downstream)) == L2_OK) in hook_write()
H A Dlmtp2nntp_main.c127 if (l2_channel_downstream(ch, &ch2) != L2_OK) in logbook()