Home
last modified time | relevance | path

Searched refs:add_crlf (Results 1 – 11 of 11) sorted by relevance

/dports/net/Sockets/Sockets-2.3.9.9/
H A DBase64.h58 void encode(FILE *, std::string& , bool add_crlf = true);
59 void encode(IFile *, std::string& , bool add_crlf = true);
60 void encode(const std::string&, std::string& , bool add_crlf = true);
61 void encode(const char *, size_t, std::string& , bool add_crlf = true);
62 void encode(const unsigned char *, size_t, std::string& , bool add_crlf = true);
H A DBase64.cpp62 void Base64::encode(IFile *fil, std::string& output, bool add_crlf) in encode() argument
73 if (add_crlf && o && o % 76 == 0) in encode()
101 void Base64::encode(FILE *fil, std::string& output, bool add_crlf) in encode() argument
112 if (add_crlf && o && o % 76 == 0) in encode()
140 void Base64::encode(const std::string& str_in, std::string& str_out, bool add_crlf) in encode() argument
142 encode(str_in.c_str(), str_in.size(), str_out, add_crlf); in encode()
146 void Base64::encode(const char* input,size_t l,std::string& output, bool add_crlf) in encode() argument
155 if (add_crlf && o && o % 76 == 0) in encode()
182 void Base64::encode(const unsigned char* input,size_t l,std::string& output,bool add_crlf) in encode() argument
191 if (add_crlf && o && o % 76 == 0) in encode()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/phpgwapi/inc/
H A Dclass.network.inc.php37 function add_crlf($str) function in network
103 $ok = fputs($this->socket,$this->add_crlf($str));
118 $ok = fwrite($this->socket,$this->add_crlf($str),$bytes);
122 $ok = fwrite($this->socket,$this->add_crlf($str));
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/
H A Dulxmlrpcpp.cpp207 ULXR_API_IMPL(CppString) encodeBase64(const CppString &normstr, bool add_crlf)
289 if (add_crlf)
296 if (!just_nl && add_crlf)
H A Dulxmlrpcpp.h459 ULXR_API_DECL(CppString) encodeBase64(const CppString &normstr, bool add_crlf = true);
/dports/emulators/simh/simh-3.9.0_5/HP2100/
H A Dhp2100_mpx.c1365 t_bool add_crlf; in mpx_cntl_svc() local
1465 add_crlf = ((mpx_param & /* CRLF should be added */ in mpx_cntl_svc()
1476 (ch == '_') && add_crlf) { /* underscore and asking for CRLF? */ in mpx_cntl_svc()
1478 add_crlf = FALSE; /* suppress CRLF */ in mpx_cntl_svc()
1492 if (add_crlf) { /* want CRLF? */ in mpx_cntl_svc()
/dports/emulators/simh-hpdoc/simh-hpdoc-3.11.0/SCP/HP2100/
H A Dhp2100_mpx.c1446 t_bool add_crlf; in cntl_service() local
1544 add_crlf = ((mpx_param & /* CRLF should be added */ in cntl_service()
1555 (ch == '_') && add_crlf) { /* underscore and asking for CRLF? */ in cntl_service()
1557 add_crlf = FALSE; /* suppress CRLF */ in cntl_service()
1569 if (add_crlf) { /* want CRLF? */ in cntl_service()
/dports/emulators/simh-hp2100/simh-hp2100-3.11.0.31/SCP/HP2100/
H A Dhp2100_mpx.c2152 t_bool add_crlf; in cntl_service() local
2275 add_crlf = ((mpx_param & /* CRLF should be added */ in cntl_service()
2286 (ch == '_') && add_crlf) { /* underscore and asking for CRLF? */ in cntl_service()
2288 add_crlf = FALSE; /* suppress CRLF */ in cntl_service()
2300 if (add_crlf) { /* want CRLF? */ in cntl_service()
/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imtest/
H A Dimtest.c1821 int add_crlf = 0; /* hack for terminals */ in imap_pipe_oneline() local
1871 add_crlf = 1; in imap_pipe_oneline()
1876 if(add_crlf) prot_write(pout, "\r\n", 2); in imap_pipe_oneline()
/dports/mail/cyrus-imapd30/cyrus-imapd-3.0.16/imtest/
H A Dimtest.c1770 int add_crlf = 0; /* hack for terminals */ in imap_pipe_oneline() local
1820 add_crlf = 1; in imap_pipe_oneline()
1825 if(add_crlf) prot_write(pout, "\r\n", 2); in imap_pipe_oneline()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imtest/
H A Dimtest.c1823 int add_crlf = 0; /* hack for terminals */ in imap_pipe_oneline() local
1873 add_crlf = 1; in imap_pipe_oneline()
1878 if(add_crlf) prot_write(pout, "\r\n", 2); in imap_pipe_oneline()