Home
last modified time | relevance | path

Searched refs:time2t (Results 1 – 25 of 85) sorted by relevance

1234

/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql96-server/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql96-plperl/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql96-docs/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql96-client/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql96-contrib/postgresql-9.6.24/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c23 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
29 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
69 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/libpqtypes/libpqtypes-1.5.1/src/
H A Ddatetime.c103 static char *time2t(PGtypeArgs *args, PGtime *t, void *val);
167 pqt_swap8(args->put.out, time2t(args, time, tbuf), 1);
311 time2t(args, t, tbuf); in TextGridNavigator_modifyTopicCriterion()
385 time2t(NULL, &pgts->time, &time); in TextGridNavigator_getNumberOfBeforeMatches()
569 time2t(PGtypeArgs *args, PGtime *t, void *val)
/dports/databases/postgresql11-client/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-contrib/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-client/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-plpython/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-plperl/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-docs/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql11-docs/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql10-server/postgresql-10.19/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql12-client/postgresql-12.9/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c21 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
51 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql11-server/postgresql-11.14/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c22 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
52 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c20 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
50 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()
/dports/databases/postgresql14-server/postgresql-14.1/src/interfaces/ecpg/pgtypeslib/
H A Dtimestamp.c20 time2t(const int hour, const int min, const int sec, const fsec_t fsec) in time2t() function
50 time = time2t(tm->tm_hour, tm->tm_min, tm->tm_sec, fsec); in tm2timestamp()

1234