/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imap/ |
H A D | imap_proxy.c | 230 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response() 237 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response() 349 prot_write(s->out, buf, sl - 64); in pipe_command() 360 prot_write(s->out, buf, sl - 64); in pipe_command() 385 prot_write(s->out, eol, strlen(eol)); in pipe_command() 388 prot_write(s->out, eol, strlen(eol) - 3); in pipe_command() 393 prot_write(s->out, eol, strlen(eol)); in pipe_command() 397 prot_write(imapd_out, buf, strlen(buf)); in pipe_command() 417 prot_write(s->out, buf, j); in pipe_command() 427 prot_write(s->out, eol, strlen(eol)); in pipe_command() [all …]
|
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/data/ |
H A D | socket_file.cc | 62 prot & MemoryChunk::prot_write) in open() 66 else if (prot & MemoryChunk::prot_write) in open()
|
H A D | chunk.h | 76 bool is_writable() const { return m_prot & MemoryChunk::prot_write; } in is_writable()
|
H A D | memory_chunk.cc | 65 const int MemoryChunk::prot_write; member in torrent::MemoryChunk
|
H A D | memory_chunk.h | 54 static const int prot_write = PROT_WRITE; variable
|
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/ |
H A D | imap_proxy.c | 230 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response() 237 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response() 349 prot_write(s->out, buf, sl - 64); in pipe_command() 360 prot_write(s->out, buf, sl - 64); in pipe_command() 385 prot_write(s->out, eol, strlen(eol)); in pipe_command() 388 prot_write(s->out, eol, strlen(eol) - 3); in pipe_command() 393 prot_write(s->out, eol, strlen(eol)); in pipe_command() 397 prot_write(imapd_out, buf, strlen(buf)); in pipe_command() 417 prot_write(s->out, buf, j); in pipe_command() 427 prot_write(s->out, eol, strlen(eol)); in pipe_command() [all …]
|
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/ |
H A D | imap_proxy.c | 230 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response() 237 if (!last || include_last) prot_write(imapd_out, buf, sl); in pipe_response() 349 prot_write(s->out, buf, sl - 64); in pipe_command() 360 prot_write(s->out, buf, sl - 64); in pipe_command() 385 prot_write(s->out, eol, strlen(eol)); in pipe_command() 388 prot_write(s->out, eol, strlen(eol) - 3); in pipe_command() 393 prot_write(s->out, eol, strlen(eol)); in pipe_command() 397 prot_write(imapd_out, buf, strlen(buf)); in pipe_command() 417 prot_write(s->out, buf, j); in pipe_command() 427 prot_write(s->out, eol, strlen(eol)); in pipe_command() [all …]
|
/dports/lang/v/v-0.1.29/vlib/os/ |
H A D | os_linux.c.v | 9 prot_write = 2
|
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/cunit/ |
H A D | command.testc | 74 r = prot_write(cmd->stdin_prot, WORD0, sizeof(WORD0)-1); 107 r = prot_write(cmd->stdin_prot, WORD0, sizeof(WORD0)-1);
|
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/cunit/ |
H A D | command.testc | 74 r = prot_write(cmd->stdin_prot, WORD0, sizeof(WORD0)-1); 107 r = prot_write(cmd->stdin_prot, WORD0, sizeof(WORD0)-1);
|
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/cunit/ |
H A D | command.testc | 74 r = prot_write(cmd->stdin_prot, WORD0, sizeof(WORD0)-1); 107 r = prot_write(cmd->stdin_prot, WORD0, sizeof(WORD0)-1);
|
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/lib/ |
H A D | prot.c | 1206 EXPORTED int prot_write(struct protstream *s, const char *buf, unsigned len) in prot_write() function 1265 return prot_write(s, buf->s, buf->len); in prot_putbuf() 1270 return prot_write(s, str, strlen(str)); in prot_puts() 1310 return prot_write(out, s, size); in prot_printliteral() 1362 r = prot_write(out, s, n); in prot_printmap() 1381 return prot_write(out, s, n); in prot_printamap() 1394 r = prot_write(out, s, n); in prot_printamap()
|
H A D | prot.h | 262 extern int prot_write(struct protstream *s, const char *buf, unsigned len);
|
/dports/lang/v/v-0.1.29/vlib/builtin/bare/ |
H A D | mm_bare.v | 4 mem_prot = Mm_prot(int(Mm_prot.prot_read) | int(Mm_prot.prot_write))
|
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/perl/sieve/lib/ |
H A D | request.c | 243 prot_write(pout, data, len); in installdata() 351 prot_write(pout, buf, n); in installafile()
|
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/perl/sieve/lib/ |
H A D | request.c | 243 prot_write(pout, data, len); in installdata() 346 prot_write(pout, buf, n); in installafile()
|
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/perl/sieve/lib/ |
H A D | request.c | 243 prot_write(pout, data, len); in installdata() 346 prot_write(pout, buf, n); in installafile()
|
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/lib/ |
H A D | prot.c | 1221 EXPORTED int prot_write(struct protstream *s, const char *buf, unsigned len) in prot_write() function 1280 return prot_write(s, buf->s, buf->len); in prot_putbuf() 1285 return prot_write(s, str, strlen(str)); in prot_puts() 1325 return prot_write(out, s, size); in prot_printliteral() 1377 r = prot_write(out, s, n); in prot_printmap() 1402 return prot_write(out, s, n); in prot_printamap() 1415 r = prot_write(out, s, n); in prot_printamap()
|
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/lib/ |
H A D | prot.c | 1212 EXPORTED int prot_write(struct protstream *s, const char *buf, unsigned len) in prot_write() function 1271 return prot_write(s, buf->s, buf->len); in prot_putbuf() 1276 return prot_write(s, str, strlen(str)); in prot_puts() 1316 return prot_write(out, s, size); in prot_printliteral() 1368 r = prot_write(out, s, n); in prot_printmap() 1393 return prot_write(out, s, n); in prot_printamap() 1406 r = prot_write(out, s, n); in prot_printamap()
|
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/include/ |
H A D | kgd_kfd_interface.h | 56 bool prot_write; member
|
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/gpu/drm/amd/include/ |
H A D | kgd_kfd_interface.h | 56 bool prot_write; member
|
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/amd/include/ |
H A D | kgd_kfd_interface.h | 56 bool prot_write; member
|
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imtest/ |
H A D | imtest.c | 1135 prot_write(pout, inbase64, inbase64len); in auth_sasl() 1393 prot_write(pout, buf, count); in interactive() 1499 prot_write(pout, buf, numr); in interactive() 1827 prot_write(pout, buf, text->inLiteral); in imap_pipe_oneline() 1875 prot_write(pout, buf, len); in imap_pipe_oneline() 1876 if(add_crlf) prot_write(pout, "\r\n", 2); in imap_pipe_oneline() 2264 prot_write(pout, buf, len); in xmtp_pipe_oneline() 2509 prot_write(pout, out, outlen); in auth_http_sasl()
|
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imtest/ |
H A D | imtest.c | 1110 prot_write(pout, inbase64, inbase64len); in auth_sasl() 1367 prot_write(pout, buf, count); in interactive() 1448 prot_write(pout, buf, numr); in interactive() 1776 prot_write(pout, buf, text->inLiteral); in imap_pipe_oneline() 1824 prot_write(pout, buf, len); in imap_pipe_oneline() 1825 if(add_crlf) prot_write(pout, "\r\n", 2); in imap_pipe_oneline() 2213 prot_write(pout, buf, len); in xmtp_pipe_oneline() 2437 prot_write(pout, out, outlen); in auth_http_sasl()
|
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imtest/ |
H A D | imtest.c | 1137 prot_write(pout, inbase64, inbase64len); in auth_sasl() 1395 prot_write(pout, buf, count); in interactive() 1501 prot_write(pout, buf, numr); in interactive() 1829 prot_write(pout, buf, text->inLiteral); in imap_pipe_oneline() 1877 prot_write(pout, buf, len); in imap_pipe_oneline() 1878 if(add_crlf) prot_write(pout, "\r\n", 2); in imap_pipe_oneline() 2266 prot_write(pout, buf, len); in xmtp_pipe_oneline() 2511 prot_write(pout, out, outlen); in auth_http_sasl()
|