Searched refs:CRLF (Results 1 - 25 of 44) sorted by relevance

12

/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dftpcmd.y95 SP CRLF COMMA
140 : USER SP username CRLF check_secure
146 | PASS SP password CRLF check_secure
154 | PORT SP host_port CRLF check_secure
175 | EPRT SP STRING CRLF check_secure
181 | PASV CRLF check_login
186 | EPSV CRLF check_login
191 | EPSV SP STRING CRLF check_login
197 | TYPE SP type_code CRLF check_secure
234 | STRU SP struct_code CRLF check_secur
[all...]
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttpresponse.rb117 "HTTP/#@http_version #@status #@reason_phrase #{CRLF}"
288 data << "#{tmp}: #{value}" << CRLF
291 data << "Set-Cookie: " << cookie.to_s << CRLF
293 data << CRLF
395 data << format("%x", buf.bytesize) << CRLF
396 data << buf << CRLF
403 _write_data(socket, "0#{CRLF}#{CRLF}")
422 data << format("%x", buf.bytesize) << CRLF
423 data << buf << CRLF
[all...]
H A Dcgi.rb190 @header_part << request_line << CRLF
192 @header_part << CRLF
229 @header_part << hdrname << ": " << value << CRLF
H A Dhttpproxy.rb158 os << proxy_request_line << CRLF
162 os << "Proxy-Authorization: " << credentials << CRLF
164 os << CRLF
170 break if /\A(#{CRLF}|#{LF})\z/om =~ line
H A Dhttputils.rb17 CRLF = "\x0d\x0a" # :nodoc:
300 elsif str == CRLF
393 boundary_regexp = /\A--#{Regexp.quote(boundary)}(--)?#{CRLF}\z/
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dhttpserver.rb24 CRLF = "\r\n"
98 each { |k,v| port << "#{k}: #{v}" << CRLF }
125 str << "#{HTTP_PROTO} #{status_code} #{status_message}" << CRLF
127 str << CRLF
/macosx-10.10/passwordserver_sasl-193/cyrus_sasl/saslauthd/
H A Dauth_httpform.c101 #define CRLF "\r\n" macro
375 c = strpbrk(http_response, CRLF);
576 "POST %s HTTP/1.1" CRLF
577 "Host: %s:%s" CRLF
578 "User-Agent: saslauthd" CRLF
579 "Accept: */*" CRLF
580 "Content-Type: application/x-www-form-urlencoded" CRLF
/macosx-10.10/apache-793/httpd/modules/http/
H A Dbyterange_filter.c516 CRLF "--", ap_multipart_boundary,
517 CRLF "Content-type: ",
519 CRLF "Content-range: bytes ",
525 CRLF "--", ap_multipart_boundary,
526 CRLF "Content-range: bytes ",
565 ts = apr_psprintf(r->pool, BYTERANGE_FMT CRLF CRLF,
597 end = apr_pstrcat(r->pool, CRLF "--", ap_multipart_boundary, "--" CRLF,
H A Dchunk_filter.c137 "%" APR_UINT64_T_HEX_FMT CRLF, (apr_uint64_t)bytes);
144 * Insert the end-of-chunk CRLF before an EOS or
162 * 1) the last-chunk marker ("0" CRLF)
164 * 3) the end-of-chunked body CRLF
H A Dhttp_filters.c368 ap_get_status_line(HTTP_CONTINUE), CRLF CRLF,
462 /* We need to read the CRLF after the chunk. */
690 headfield = apr_pstrcat(h->pool, fieldname, ": ", fieldval, CRLF, NULL);
707 v->iov_base = CRLF;
708 v->iov_len = sizeof(CRLF) - 1;
814 * name ": " value CRLF
826 vec_next->iov_base = CRLF;
827 vec_next->iov_len = sizeof(CRLF) - 1;
958 vec[3].iov_base = (void *)CRLF;
[all...]
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_cgi.rb7 CRLF = "\r\n"
96 sock << "POST /webrick.cgi HTTP/1.0" << CRLF
97 sock << "Content-Type: application/x-www-form-urlencoded" << CRLF
98 sock << "Content-Length: 1024" << CRLF
99 sock << CRLF
116 sock << "GET /#{CtrlSeq}#{CRLF}#{CRLF}"
130 sock << "GET / HTTP/1.0#{CRLF}#{CtrlSeq}#{CRLF}#{CRLF}"
[all...]
/macosx-10.10/apache-793/httpd/modules/proxy/
H A Dmod_proxy_connect.c372 "CONNECT %s HTTP/1.0" CRLF, r->uri);
374 "Proxy-agent: %s" CRLF CRLF, ap_get_server_banner());
380 "HTTP/1.0 200 Connection Established" CRLF);
384 "Proxy-agent: %s" CRLF CRLF,
H A Dmod_proxy_ftp.c654 if (ctx->buffer[n-1] == CRLF[1]) /* strip trailing '\n' */
656 if (ctx->buffer[n-1] == CRLF[0]) /* strip trailing '\r' if present */
818 /* strip off the CRLF for logging */
853 rc = proxy_ftp_command(apr_pstrcat(r->pool, "TYPE ", old_type, CRLF, NULL),
892 switch (proxy_ftp_command("PWD" CRLF, r, ftp_ctrl, bb, &ftpmessage)) {
1247 rc = proxy_ftp_command(apr_pstrcat(p, "USER ", user, CRLF, NULL),
1277 rc = proxy_ftp_command(apr_pstrcat(p, "PASS ", password, CRLF, NULL),
1316 rc = proxy_ftp_command("CWD /" CRLF, r, origin, bb, &ftpmessage);
1345 ftp_escape_globbingchars(p, path, fdconf), CRLF, NULL),
1388 rc = proxy_ftp_command("EPSV" CRLF,
[all...]
H A Dmod_proxy_wstunnel.c201 buf = apr_pstrcat(p, "Upgrade: WebSocket", CRLF, "Connection: Upgrade", CRLF, CRLF, NULL);
H A Dmod_proxy.h81 #define CRLF "\r\n" macro
83 #define CRLF "\015\012" macro
/macosx-10.10/ruby-106/ruby/lib/webrick/httpservlet/
H A Dfilehandler.rb105 body << "--" << boundary << CRLF
106 body << "Content-Type: #{mtype}" << CRLF
107 body << "Content-Range: bytes #{first}-#{last}/#{filesize}" << CRLF
108 body << CRLF
110 body << CRLF
113 body << "--" << boundary << "--" << CRLF
/macosx-10.10/CPANInternal-159.1/Crypt-SSLeay-0.64/lib/Net/
H A DSSL.pm16 my $CRLF = "\015\012";
352 $connect_string = join($CRLF,
360 $connect_string .= $CRLF;
365 $connect_string .= "User-Agent: ".$lwp_object->agent.$CRLF;
369 $connect_string .= $CRLF;
381 while ($header !~ m{HTTP/[0-9][.][0-9]\s+200\s+.*$CRLF$CRLF}) {
/macosx-10.10/vim-55/runtime/syntax/
H A Ddcd.vim15 syn keyword dcdFunction DCod TRTS TNXT CRLF
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dftp.rb79 CRLF = "\r\n"
276 # Ensures that +line+ has a control return / line feed (CRLF) and writes
282 line = line + CRLF
576 if buf[-2, 2] != CRLF
577 buf = buf.chomp + CRLF
879 line = "ABOR" + CRLF
893 line = "STAT" + CRLF
H A Dimap.rb423 put_string(CRLF)
917 put_string("#{tag} IDLE#{CRLF}")
930 put_string("DONE#{CRLF}")
991 CRLF = "\r\n" # :nodoc:
1167 s = @sock.gets(CRLF)
1202 put_string(CRLF)
1297 put_string("{" + str.bytesize.to_s + "}" + CRLF)
1625 # response_tagged ::= tag SPACE resp_cond_state CRLF
2083 T_CRLF = :CRLF
2102 (?# 15: CRLF )(\
[all...]
/macosx-10.10/apache-793/httpd/modules/cache/
H A Dmod_cache_disk.c47 * apr_array_t vary_headers (delimited by CRLF)
52 * r->headers_out (delimited by CRLF)
53 * CRLF
54 * r->headers_in (delimited by CRLF)
55 * CRLF
760 iov[1].iov_base = CRLF;
761 iov[1].iov_len = sizeof(CRLF) - 1;
769 iov[0].iov_base = CRLF;
770 iov[0].iov_len = sizeof(CRLF) - 1;
917 iov[3].iov_base = CRLF;
[all...]
H A Dmod_cache_socache.c50 * apr_array_t vary_headers (delimited by CRLF)
55 * r->headers_out (delimited by CRLF)
56 * CRLF
57 * r->headers_in (delimited by CRLF)
58 * CRLF
176 buffer ? buffer_len - *slider : 0, "%s" CRLF, elts[i]);
180 memcpy(buffer + *slider, CRLF, sizeof(CRLF) - 1);
182 *slider += sizeof(CRLF) - 1;
255 buffer ? buffer_len - *slider : 0, "%s: %s" CRLF,
[all...]
/macosx-10.10/apache-793/httpd/include/
H A Dhttpd.h660 #define CRLF "\015\012" macro
670 #define CRLF "\r\n" macro
/macosx-10.10/apache-793/httpd/modules/arch/netware/
H A Dmod_nw_ssl.c1195 ap_fputstrs(f->next, upgradebb, SWITCH_STATUS_LINE, CRLF,
1196 UPGRADE_HEADER, CRLF, CONNECTION_HEADER, CRLF, CRLF, NULL);
/macosx-10.10/apache-793/httpd/modules/ssl/
H A Dssl_engine_kernel.c57 rv = ap_fputstrs(conn->output_filters, bb, SWITCH_STATUS_LINE, CRLF,
58 UPGRADE_HEADER, CRLF, CONNECTION_HEADER, CRLF, CRLF, NULL);

Completed in 426 milliseconds

12