PostgreSQL Source Code
git master
|
Go to the source code of this file.
Data Structures | |
struct | rerr |
Functions | |
size_t | pg_regerror (int errcode, const regex_t *preg, char *errbuf, size_t errbuf_size) |
Variables | |
static const char | unk [] = "*** unknown regex error code 0x%x ***" |
static const struct rerr | rerrs [] |
size_t pg_regerror | ( | int | errcode, |
const regex_t * | preg, | ||
char * | errbuf, | ||
size_t | errbuf_size | ||
) |
Definition at line 60 of file regerror.c.
References rerr::code, errcode(), rerr::explain, len, rerr::name, REG_ATOI, REG_ITOA, rerrs, sprintf, and unk.
Referenced by check_ident_usermap(), NIAddAffix(), RE_compile(), RE_compile_and_cache(), RE_wchar_execute(), regcomp_auth_token(), regexp_fixed_prefix(), replace_text_regexp(), test_re_compile(), and test_re_execute().
|
static |
Referenced by pg_regerror().
Definition at line 37 of file regerror.c.
Referenced by pg_regerror().