PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ISBN.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static const unsigned ISBN_index [10][2]
 
static const char * ISBN_range [][2]
 
static const unsigned ISBN_index_new [10][2]
 
static const char * ISBN_range_new [][2]
 

Variable Documentation

◆ ISBN_index

const unsigned ISBN_index[10][2]
static
Initial value:
= {
{0, 6},
{6, 6},
{12, 8},
{20, 14},
{34, 6},
{40, 19},
{59, 68},
{127, 5},
{132, 60},
{192, 718},
}

Definition at line 37 of file ISBN.h.

Referenced by _PG_init(), and ean2string().

◆ ISBN_index_new

const unsigned ISBN_index_new[10][2]
static
Initial value:
= {
{0, 0},
{0, 5},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
{5, 0},
}

Definition at line 970 of file ISBN.h.

Referenced by ean2string().

◆ ISBN_range

const char* ISBN_range[][2]
static

Definition at line 50 of file ISBN.h.

Referenced by _PG_init(), and ean2string().

◆ ISBN_range_new

const char* ISBN_range_new[][2]
static
Initial value:
= {
{"10-00", "10-19"},
{"10-200", "10-699"},
{"10-7000", "10-8999"},
{"10-90000", "10-97599"},
{"10-976000", "10-999999"},
{NULL, NULL},
}

Definition at line 983 of file ISBN.h.

Referenced by ean2string().