php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
pcre2_string_utils.c File Reference
#include "pcre2_internal.h"

Go to the source code of this file.

Functions

void *PRIV memmove (void *d, const void *s, size_t n)
 
int PRIV strcmp (PCRE2_SPTR str1, PCRE2_SPTR str2)
 
int PRIV strcmp_c8 (PCRE2_SPTR str1, const char *str2)
 
int PRIV strncmp (PCRE2_SPTR str1, PCRE2_SPTR str2, size_t len)
 
int PRIV strncmp_c8 (PCRE2_SPTR str1, const char *str2, size_t len)
 
PCRE2_SIZE PRIV strlen (PCRE2_SPTR str)
 
PCRE2_SIZE PRIV strcpy_c8 (PCRE2_UCHAR *str1, const char *str2)
 

Function Documentation

◆ memmove()

void *PRIV memmove ( void * d,
const void * s,
size_t n )

Definition at line 63 of file pcre2_string_utils.c.

◆ strcmp()

int PRIV strcmp ( PCRE2_SPTR str1,
PCRE2_SPTR str2 )

Definition at line 102 of file pcre2_string_utils.c.

◆ strcmp_c8()

int PRIV strcmp_c8 ( PCRE2_SPTR str1,
const char * str2 )

Definition at line 130 of file pcre2_string_utils.c.

◆ strcpy_c8()

PCRE2_SIZE PRIV strcpy_c8 ( PCRE2_UCHAR * str1,
const char * str2 )

Definition at line 229 of file pcre2_string_utils.c.

◆ strlen()

PCRE2_SIZE PRIV strlen ( PCRE2_SPTR str)

Definition at line 209 of file pcre2_string_utils.c.

◆ strncmp()

int PRIV strncmp ( PCRE2_SPTR str1,
PCRE2_SPTR str2,
size_t len )

Definition at line 157 of file pcre2_string_utils.c.

◆ strncmp_c8()

int PRIV strncmp_c8 ( PCRE2_SPTR str1,
const char * str2,
size_t len )

Definition at line 186 of file pcre2_string_utils.c.