|
MobilityDB 1.1
|

Functions | |
| static int | decimalLength32 (const uint32 v) |
| static int | decimalLength64 (const uint64 v) |
| int | pg_lltoa (int64 value, char *a) |
| int | pg_ltoa (int32 value, char *a) |
| int32 | pg_strtoint32 (const char *s) |
| int64 | pg_strtoint64 (const char *s) |
| Functions for string input/output base types taken from PostgreSQL version 14.2 source code. More... | |
| int | pg_ulltoa_n (uint64 value, char *a) |
| int | pg_ultoa_n (uint32 value, char *a) |
| char * | pg_ultostr (char *str, uint32 value) |
| char * | pg_ultostr_zeropad (char *str, uint32 value, int32 minwidth) |
Variables | |
| static const char | DIGIT_TABLE [200] |