php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_newline.c File Reference
#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)
 

Function Documentation

◆ is_newline()

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.

◆ was_newline()

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.