PostgreSQL Source Code
git master
|
#include "postgres.h"
#include "ltree.h"
#include <ctype.h>
#include "crc32.h"
#include "utils/pg_crc.h"
Go to the source code of this file.
Macros | |
#define | TOLOWER(x) tolower((unsigned char) (x)) |
Functions | |
unsigned int | ltree_crc32_sz (const char *buf, int size) |
unsigned int ltree_crc32_sz | ( | const char * | buf, |
int | size | ||
) |
Definition at line 24 of file crc32.c.
References buf, COMP_TRADITIONAL_CRC32, crc, FIN_TRADITIONAL_CRC32, INIT_TRADITIONAL_CRC32, size, and TOLOWER.
Referenced by gist_te(), hashing(), parse_lquery(), and pushval_asis().