Header And Logo

PostgreSQL
| The world's most advanced open source database.

Data Fields

NUMCacheEntry Struct Reference

Data Fields

FormatNode format [NUM_CACHE_SIZE+1]
char str [NUM_CACHE_SIZE+1]
int age
NUMDesc Num

Detailed Description

Definition at line 382 of file formatting.c.


Field Documentation

Definition at line 386 of file formatting.c.

Referenced by NUM_cache_getnew(), NUM_cache_remove(), and NUM_cache_search().

FormatNode NUMCacheEntry::format[NUM_CACHE_SIZE+1]

Definition at line 384 of file formatting.c.

Referenced by NUM_cache().

Definition at line 387 of file formatting.c.

Referenced by NUM_cache(), and NUM_cache_getnew().

char NUMCacheEntry::str[NUM_CACHE_SIZE+1]

Definition at line 385 of file formatting.c.

Referenced by NUM_cache_getnew(), NUM_cache_remove(), and NUM_cache_search().


The documentation for this struct was generated from the following file: