Apache 1.3 API Documentation

Constant CRLF

Definition:

#include "httpd.h"
     

Usage example:

entity = strstr(request, CRLF CRLF) + (2 * strlen(CRLF));
     

The CRLF macro expands to a string consisting of the carriage-return (CR) character followed by a line-feed (LF) character. Unlike the CR and LF macros, CRLF is a string, not a byte.

The binary value of CRLF is different depending upon whether the CHARSET_ECDIC macro is defined. CRLF is primarily intended to be used in string searching and construction.

See also:
CR, HUGE_STRING_LEN, LF, MAX_STRING_LEN, OS_ASC

Previous: CR Next: DECLINED

Table of Contents (Routines, Structures, Data Cells, Constants)