|
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) |
Definition at line 174 of file ascii.c.
References fb().
Referenced by BackgroundWorkerStateChange(), and pgstat_get_crashed_backend_activity().
Definition at line 25 of file ascii.h.
References Assert, fb(), len, vector8_broadcast(), vector8_is_highbit_set(), vector8_load(), and vector8_or().
Referenced by pg_utf8_verifystr().