|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Functions | |
| PG_MODULE_MAGIC_EXT (.name="latin2_and_win1250",.version=PG_VERSION) | |
| PG_FUNCTION_INFO_V1 (latin2_to_win1250) | |
| PG_FUNCTION_INFO_V1 (win1250_to_latin2) | |
| Datum | latin2_to_win1250 (PG_FUNCTION_ARGS) |
| Datum | win1250_to_latin2 (PG_FUNCTION_ARGS) |
Variables | |
| static const unsigned char | win1250_2_iso88592 [] |
| static const unsigned char | iso88592_2_win1250 [] |
| Datum latin2_to_win1250 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 82 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), iso88592_2_win1250, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_LATIN2, PG_RETURN_INT32, and PG_WIN1250.
| PG_FUNCTION_INFO_V1 | ( | latin2_to_win1250 | ) |
| PG_FUNCTION_INFO_V1 | ( | win1250_to_latin2 | ) |
| PG_MODULE_MAGIC_EXT | ( | . | name = "latin2_and_win1250", |
| . | version = PG_VERSION |
||
| ) |
| Datum win1250_to_latin2 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 99 of file latin2_and_win1250.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_LATIN2, PG_RETURN_INT32, PG_WIN1250, and win1250_2_iso88592.
Definition at line 61 of file latin2_and_win1250.c.
Referenced by latin2_to_win1250().
Definition at line 41 of file latin2_and_win1250.c.
Referenced by win1250_to_latin2().