#include "pcre_internal.h"Go to the source code of this file.
Functions | |
| BOOL | _pcre_is_newline (const uschar *ptr, int type, const uschar *endptr, int *lenptr, BOOL utf8) |
| BOOL | _pcre_was_newline (const uschar *ptr, int type, const uschar *startptr, int *lenptr, BOOL utf8) |
| BOOL _pcre_is_newline | ( | const uschar * | ptr, | |
| int | type, | |||
| const uschar * | endptr, | |||
| int * | lenptr, | |||
| BOOL | utf8 | |||
| ) |
Definition at line 76 of file pcre_newline.c.
References c, FALSE, GETCHAR, NLTYPE_ANYCRLF, and TRUE.
| BOOL _pcre_was_newline | ( | const uschar * | ptr, | |
| int | type, | |||
| const uschar * | startptr, | |||
| int * | lenptr, | |||
| BOOL | utf8 | |||
| ) |
Definition at line 126 of file pcre_newline.c.
References c, FALSE, GETCHAR, NLTYPE_ANYCRLF, and TRUE.
1.5.1