Searched refs:CRLF (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/ext/imap/ |
| H A D | php_imap.c | 63 #define CRLF "\015\012" macro 3790 /* remove last CRLF from tmp */ 3799 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); 3807 memcpy(mystring + l , CRLF, CRLF_LEN); 3832 } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ 3847 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); 3853 spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF); 3859 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); 3863 spprintf(&tempstring, 0, "%s%s%s", mystring, bod->contents.text.data, CRLF); [all...] |
| /PHP_5_4/ext/pcre/pcrelib/ |
| H A D | pcre_internal.h | 294 /* PCRE is able to support several different kinds of newline (CR, LF, CRLF, 302 #define NLTYPE_ANYCRLF 2 /* Newline is CR, LF, or CRLF */ 1528 #define STRING_CRLF_RIGHTPAR "CRLF)" 2487 BOOL bsr_anycrlf; /* \R is just any CRLF, not full Unicode */
|
Completed in 17 milliseconds