|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Variables | |
| static const unsigned char | iso2koi [] |
| static const unsigned char | koi2iso [] |
| static const unsigned char | win12512koi [] |
| static const unsigned char | koi2win1251 [] |
| static const unsigned char | win8662koi [] |
| static const unsigned char | koi2win866 [] |
| static const unsigned char | win8662win1251 [] |
| static const unsigned char | win12512win866 [] |
| static const unsigned char | iso2win1251 [] |
| static const unsigned char | win12512iso [] |
| static const unsigned char | iso2win866 [] |
| static const unsigned char | win8662iso [] |
| Datum iso_to_koi8r | ( | PG_FUNCTION_ARGS | ) |
Definition at line 398 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), iso2koi, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_ISO_8859_5, PG_KOI8R, and PG_RETURN_INT32.
| Datum iso_to_win1251 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 430 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), iso2win1251, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_ISO_8859_5, PG_RETURN_INT32, and PG_WIN1251.
| Datum iso_to_win866 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 462 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), iso2win866, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_ISO_8859_5, PG_RETURN_INT32, and PG_WIN866.
| Datum koi8r_to_iso | ( | PG_FUNCTION_ARGS | ) |
Definition at line 414 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), koi2iso, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_ISO_8859_5, PG_KOI8R, and PG_RETURN_INT32.
| Datum koi8r_to_win1251 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 302 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), koi2win1251, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_KOI8R, PG_RETURN_INT32, and PG_WIN1251.
| Datum koi8r_to_win866 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 334 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), koi2win866, len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_KOI8R, PG_RETURN_INT32, and PG_WIN866.
| PG_FUNCTION_INFO_V1 | ( | iso_to_koi8r | ) |
| PG_FUNCTION_INFO_V1 | ( | iso_to_win1251 | ) |
| PG_FUNCTION_INFO_V1 | ( | iso_to_win866 | ) |
| PG_FUNCTION_INFO_V1 | ( | koi8r_to_iso | ) |
| PG_FUNCTION_INFO_V1 | ( | koi8r_to_win1251 | ) |
| PG_FUNCTION_INFO_V1 | ( | koi8r_to_win866 | ) |
| PG_FUNCTION_INFO_V1 | ( | win1251_to_iso | ) |
| PG_FUNCTION_INFO_V1 | ( | win1251_to_koi8r | ) |
| PG_FUNCTION_INFO_V1 | ( | win1251_to_win866 | ) |
| PG_FUNCTION_INFO_V1 | ( | win866_to_iso | ) |
| PG_FUNCTION_INFO_V1 | ( | win866_to_koi8r | ) |
| PG_FUNCTION_INFO_V1 | ( | win866_to_win1251 | ) |
| PG_MODULE_MAGIC_EXT | ( | . | name = "cyrillic", |
| . | version = PG_VERSION |
||
| ) |
| Datum win1251_to_iso | ( | PG_FUNCTION_ARGS | ) |
Definition at line 446 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_ISO_8859_5, PG_RETURN_INT32, PG_WIN1251, and win12512iso.
| Datum win1251_to_koi8r | ( | PG_FUNCTION_ARGS | ) |
Definition at line 318 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_KOI8R, PG_RETURN_INT32, PG_WIN1251, and win12512koi.
| Datum win1251_to_win866 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 382 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_RETURN_INT32, PG_WIN1251, PG_WIN866, and win12512win866.
| Datum win866_to_iso | ( | PG_FUNCTION_ARGS | ) |
Definition at line 478 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_ISO_8859_5, PG_RETURN_INT32, PG_WIN866, and win8662iso.
| Datum win866_to_koi8r | ( | PG_FUNCTION_ARGS | ) |
Definition at line 350 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_KOI8R, PG_RETURN_INT32, PG_WIN866, and win8662koi.
| Datum win866_to_win1251 | ( | PG_FUNCTION_ARGS | ) |
Definition at line 366 of file cyrillic.c.
References CHECK_ENCODING_CONVERSION_ARGS, fb(), len, local2local(), PG_GETARG_BOOL, PG_GETARG_CSTRING, PG_GETARG_INT32, PG_RETURN_INT32, PG_WIN1251, PG_WIN866, and win8662win1251.
Definition at line 61 of file cyrillic.c.
Referenced by iso_to_koi8r().
Definition at line 221 of file cyrillic.c.
Referenced by iso_to_win1251().
Definition at line 261 of file cyrillic.c.
Referenced by iso_to_win866().
Definition at line 81 of file cyrillic.c.
Referenced by koi8r_to_iso().
Definition at line 121 of file cyrillic.c.
Referenced by koi8r_to_win1251().
Definition at line 161 of file cyrillic.c.
Referenced by koi8r_to_win866().
Definition at line 241 of file cyrillic.c.
Referenced by win1251_to_iso().
Definition at line 101 of file cyrillic.c.
Referenced by win1251_to_koi8r().
Definition at line 201 of file cyrillic.c.
Referenced by win1251_to_win866().
Definition at line 281 of file cyrillic.c.
Referenced by win866_to_iso().
Definition at line 141 of file cyrillic.c.
Referenced by win866_to_koi8r().
Definition at line 181 of file cyrillic.c.
Referenced by win866_to_win1251().