QtBase  v6.3.1
Functions
pcre2_string_utils.c File Reference
#include "pcre2_internal.h"
Include dependency graph for pcre2_string_utils.c:

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.

Here is the caller graph for this function:

◆ strcmp()

int PRIV() strcmp ( PCRE2_SPTR  str1,
PCRE2_SPTR  str2 
)

Definition at line 102 of file pcre2_string_utils.c.

Here is the caller graph for this function:

◆ 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.

Here is the caller graph for this function:

◆ strlen()

PCRE2_SIZE PRIV() strlen ( PCRE2_SPTR  str)

Definition at line 209 of file pcre2_string_utils.c.

Here is the caller graph for this function:

◆ strncmp()

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

Definition at line 157 of file pcre2_string_utils.c.

Here is the caller graph for this function:

◆ 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.