Searched defs:NEWLINE (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/ext/xmlrpc/libxmlrpc/ |
| H A D | xml_element.c | 165 #define NEWLINE "\n" macro 166 #define NEWLINE_LEN sizeof(NEWLINE) - 1 408 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN); 479 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN); 497 xml_elem_writefunc(fptr, NEWLINE, data, NEWLINE_LEN);
|
| /PHP_5_3/ext/pcre/pcrelib/ |
| H A D | config.h | 61 NEWLINE macro below to set a suitable EBCDIC newline, commonly 21 (0x15). 62 On systems that can use "configure" or CMake to set EBCDIC, NEWLINE is 72 NEWLINE macro below. On systems that can use "configure" or CMake to set 73 EBCDIC_NL25, the adjustment of NEWLINE is automatic. */ 281 /* The value of NEWLINE determines the default newline character sequence. 289 #ifndef NEWLINE 290 #define NEWLINE 10 macro
|
Completed in 4 milliseconds