PostgreSQL Source Code
git master
|
Go to the source code of this file.
Macros | |
#define | TOLOWER(x) (x) |
Functions | |
unsigned int | ltree_crc32_sz (const char *buf, int size) |
#define TOLOWER | ( | x | ) | (x) |
Definition at line 16 of file crc32.c.
Referenced by ltree_crc32_sz().
unsigned int ltree_crc32_sz | ( | const char * | buf, |
int | size | ||
) |
Definition at line 23 of file crc32.c.
References buf, COMP_TRADITIONAL_CRC32, FIN_TRADITIONAL_CRC32, INIT_TRADITIONAL_CRC32, and TOLOWER.
Referenced by gist_te(), hashing(), parse_lquery(), and pushval_asis().