Home
last modified time | relevance | path

Searched defs:is2digits (Results 1 – 25 of 80) sorted by relevance

1234

/dports/databases/postgresql13-pltcl/postgresql-13.5/src/interfaces/ecpg/pgtypeslib/
H A Dnumeric.c1087 return -1; in GetCurrentDateTime()
1196 for (i = divisor[1].ndigits - 1; i >= 0; i--) in GetCurrentDateTime()
1315 PGTYPESnumeric_from_int(signed int int_val, numeric *var)
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1146 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits)
1260 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits, bool EuroDates)
1376 int is2digits = FALSE; local
1865 int is2digits = FALSE; local
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1146 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits)
1260 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits, bool EuroDates)
1376 int is2digits = FALSE; local
1865 int is2digits = FALSE; local
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1146 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits)
1260 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits, bool EuroDates)
1376 int is2digits = FALSE; local
1865 int is2digits = FALSE; local
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1146 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits)
1260 int *tmask, struct tm * tm, fsec_t *fsec, int *is2digits, bool EuroDates)
1376 int is2digits = FALSE; local
1865 int is2digits = FALSE; local
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1092 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1202 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1318 bool is2digits = false; in DecodeDate() local
1796 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1097 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits) in DecodeNumberField()
1207 int *tmask, struct tm *tm, fsec_t *fsec, int *is2digits, bool EuroDates) in DecodeNumber()
1323 int is2digits = FALSE; in DecodeDate() local
1801 int is2digits = FALSE; in DecodeDateTime() local
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1092 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1202 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1318 bool is2digits = false; in DecodeDate() local
1796 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1092 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1202 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1318 bool is2digits = false; in DecodeDate() local
1796 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1092 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1202 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1318 bool is2digits = false; in DecodeDate() local
1796 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1092 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1202 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1318 bool is2digits = false; in DecodeDate() local
1796 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1092 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1202 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1318 bool is2digits = false; in DecodeDate() local
1796 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1087 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1197 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1313 bool is2digits = false; in DecodeDate() local
1791 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1088 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1198 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1314 bool is2digits = false; in DecodeDate() local
1792 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1088 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1198 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1314 bool is2digits = false; in DecodeDate() local
1792 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql14-docs/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1088 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1198 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1314 bool is2digits = false; in DecodeDate() local
1792 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql14-plpython/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1088 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1198 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1314 bool is2digits = false; in DecodeDate() local
1792 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql14-plperl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1088 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1198 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1314 bool is2digits = false; in DecodeDate() local
1792 bool is2digits = false; in DecodeDateTime() local
/dports/databases/postgresql14-client/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Ddt_common.c1088 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits) in DecodeNumberField()
1198 int *tmask, struct tm *tm, fsec_t *fsec, bool *is2digits, bool EuroDates) in DecodeNumber()
1314 bool is2digits = false; in DecodeDate() local
1792 bool is2digits = false; in DecodeDateTime() local

1234