PostgreSQL Source Code git master
|
Go to the source code of this file.
Macros | |
#define | pg_hton16(x) pg_bswap16(x) |
#define | pg_hton32(x) pg_bswap32(x) |
#define | pg_hton64(x) pg_bswap64(x) |
#define | pg_ntoh16(x) pg_bswap16(x) |
#define | pg_ntoh32(x) pg_bswap32(x) |
#define | pg_ntoh64(x) pg_bswap64(x) |
Functions | |
static uint16 | pg_bswap16 (uint16 x) |
static uint32 | pg_bswap32 (uint32 x) |
static uint64 | pg_bswap64 (uint64 x) |
#define pg_hton16 | ( | x | ) | pg_bswap16(x) |
Definition at line 120 of file pg_bswap.h.
#define pg_hton32 | ( | x | ) | pg_bswap32(x) |
Definition at line 121 of file pg_bswap.h.
#define pg_hton64 | ( | x | ) | pg_bswap64(x) |
Definition at line 122 of file pg_bswap.h.
#define pg_ntoh16 | ( | x | ) | pg_bswap16(x) |
Definition at line 124 of file pg_bswap.h.
#define pg_ntoh32 | ( | x | ) | pg_bswap32(x) |
Definition at line 125 of file pg_bswap.h.
#define pg_ntoh64 | ( | x | ) | pg_bswap64(x) |
Definition at line 126 of file pg_bswap.h.
Definition at line 64 of file pg_bswap.h.
References x.
Referenced by network_abbrev_convert().
Definition at line 89 of file pg_bswap.h.
References UINT64CONST, and x.
Referenced by for(), and uuid_2_double().