Searched defs:CRLF (Results 1 - 4 of 4) sorted by relevance

/httpd/server/
H A Dapreq_parser_multipart.c24 #ifndef CRLF
25 #define CRLF "\015\012" macro
305 s = split_on_bdry(ctx->bb, ctx->in, NULL, CRLF);
357 /* Must handle special case of missing CRLF (mainly
360 * body-part = MIME-part-header [CRLF *OCTET]
362 * So the CRLF we already matched in MFD_HEADER may have been
368 * an additional CRLF bucket if necessary.
382 /* part has no body- return CRLF to front */
383 e = apr_bucket_immortal_create(CRLF, 2,
H A Dapreq_module_cgi.c78 #define CRLF "\015\012" macro
/httpd/modules/proxy/
H A Dmod_proxy.h81 #define CRLF "\r\n" macro
83 #define CRLF "\015\012" macro
/httpd/include/
H A Dhttpd.h666 #define CRLF "\015\012" macro
676 #define CRLF "\r\n" macro

Completed in 21 milliseconds