Home
last modified time | relevance | path

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

/PHP-5.5/ext/imap/
H A Dphp_imap.c64 #define CRLF_LEN sizeof("\015\012") - 1 macro
3796 tempstring = erealloc(tempstring, l + l2 + CRLF_LEN + 1); in PHP_FUNCTION()
3798 memcpy(tempstring + l + l2, CRLF, CRLF_LEN); in PHP_FUNCTION()
3799 l += l2 + CRLF_LEN; in PHP_FUNCTION()
3804 mystring = emalloc(l + CRLF_LEN + 1); in PHP_FUNCTION()
3806 memcpy(mystring + l , CRLF, CRLF_LEN); in PHP_FUNCTION()
3807 mystring[l + CRLF_LEN] = '\0'; in PHP_FUNCTION()

Completed in 14 milliseconds