Home
last modified time | relevance | path

Searched refs:enc_is_single_byte (Results 1 – 25 of 50) sorted by relevance

12

/dports/databases/pgpool-II-43/pgpool-II-4.3.0/src/parser/
H A Dscansup.c54 bool enc_is_single_byte; in downcase_identifier() local
57 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
74 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte; in downcase_identifier() local
53 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte; in downcase_identifier() local
53 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte;
53 enc_is_single_byte = pg_database_encoding_max_length() == 1;
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch))
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte; in downcase_identifier() local
53 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte; in downcase_identifier() local
53 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte; in downcase_identifier() local
53 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/parser/
H A Dscansup.c50 bool enc_is_single_byte;
53 enc_is_single_byte = pg_database_encoding_max_length() == 1;
70 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch))
/dports/databases/py-pglast/pglast-1.2/libpg_query/src/postgres/
H A Dsrc_backend_parser_scansup.c74 bool enc_is_single_byte; in downcase_identifier() local
77 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
94 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/libpg_query/libpg_query-10-1.0.4/src/postgres/
H A Dsrc_backend_parser_scansup.c74 bool enc_is_single_byte; in downcase_identifier() local
77 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
94 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/parser/
H A Dscansup.c147 bool enc_is_single_byte; in downcase_identifier() local
150 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
167 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/parser/
H A Dscansup.c147 bool enc_is_single_byte; in downcase_identifier() local
150 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
167 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/parser/
H A Dscansup.c147 bool enc_is_single_byte; in downcase_identifier() local
150 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
167 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/pgpool-II-42/pgpool-II-4.2.3/src/parser/
H A Dscansup.c147 bool enc_is_single_byte; in downcase_identifier() local
150 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
167 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/parser/
H A Dscansup.c147 bool enc_is_single_byte; in downcase_identifier() local
150 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
167 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/parser/
H A Dscansup.c144 bool enc_is_single_byte; in downcase_identifier() local
147 enc_is_single_byte = pg_database_encoding_max_length() == 1; in downcase_identifier()
164 else if (enc_is_single_byte && IS_HIGHBIT_SET(ch) && isupper(ch)) in downcase_identifier()

12