PostgreSQL Source Code
git master
|
#include "port/simd.h"
Go to the source code of this file.
Functions | |
void | ascii_safe_strlcpy (char *dest, const char *src, size_t destsiz) |
static bool | is_valid_ascii (const unsigned char *s, int len) |
void ascii_safe_strlcpy | ( | char * | dest, |
const char * | src, | ||
size_t | destsiz | ||
) |
Definition at line 174 of file ascii.c.
References generate_unaccent_rules::dest.
Referenced by BackgroundWorkerStateChange(), and pgstat_get_crashed_backend_activity().
|
inlinestatic |
Definition at line 25 of file ascii.h.
References Assert, chunk, len, vector8_broadcast(), vector8_is_highbit_set(), vector8_load(), and vector8_or().
Referenced by pg_utf8_verifystr().