php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
#include "pcre2_internal.h"
Go to the source code of this file.
Functions | |
BOOL PRIV | is_newline (PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR endptr, uint32_t *lenptr, BOOL utf) |
BOOL PRIV | was_newline (PCRE2_SPTR ptr, uint32_t type, PCRE2_SPTR startptr, uint32_t *lenptr, BOOL utf) |
BOOL PRIV is_newline | ( | PCRE2_SPTR | ptr, |
uint32_t | type, | ||
PCRE2_SPTR | endptr, | ||
uint32_t * | lenptr, | ||
BOOL | utf ) |
Definition at line 79 of file pcre2_newline.c.
BOOL PRIV was_newline | ( | PCRE2_SPTR | ptr, |
uint32_t | type, | ||
PCRE2_SPTR | startptr, | ||
uint32_t * | lenptr, | ||
BOOL | utf ) |
Definition at line 169 of file pcre2_newline.c.