Home
last modified time | relevance | path

Searched refs:TDB (Results 1 – 25 of 482) sorted by relevance

12345678910>>...20

/dports/devel/radare2/radare2-5.1.1/libr/util/
H A Dutype.c9 kind = sdb_const_get (TDB, var, NULL); in r_type_set()
88 return sdb_get (TDB, q, 0); in r_type_enum_member()
107 res = sdb_const_get (TDB, q, 0); in r_type_enum_getbitfield()
353 types_range_add (TDB, addr); in r_type_set_link()
372 sdb_unset (TDB, laddr, 0); in r_type_unlink()
373 types_range_del (TDB, addr); in r_type_unlink()
497 sdb_unset (TDB, name, 0); in r_type_del()
507 sdb_unset (TDB, name, 0); in r_type_del()
518 sdb_unset (TDB, name, 0); in r_type_del()
527 sdb_unset (TDB, name, 0); in r_type_del()
[all …]
/dports/databases/postgis32/postgis-3.2.0/extras/template_gis/
H A Dpostgres_lib.sh.in61 TDB=$1
64 dropdb $TDB 2>&1 | cat > /dev/null
66 echo "$TDB could not be accessed. it may not exist"
75 TDB=$1
78 db_create=`createdb $TDB 2>&1`
82 …psql -d $TDB -c "UPDATE pg_database SET datdba = $GRID WHERE datname = '$TDB';" 2>&1 | cat > /dev/…
85 @bindir@/createlang plpgsql $TDB 2>&1 | cat > /dev/null
88 psql -d $TDB -f $script 2>&1 | cat > /dev/null
118 psql -d $TDB -c "VACUUM FULL;" 2>&1 | cat > /dev/null
120 …psql -d $TDB -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = '$TDB';" 2>&1 | cat >…
[all …]
/dports/databases/postgis30/postgis-3.0.4/extras/template_gis/
H A Dpostgres_lib.sh.in61 TDB=$1
64 dropdb $TDB 2>&1 | cat > /dev/null
66 echo "$TDB could not be accessed. it may not exist"
75 TDB=$1
78 db_create=`createdb $TDB 2>&1`
82 …psql -d $TDB -c "UPDATE pg_database SET datdba = $GRID WHERE datname = '$TDB';" 2>&1 | cat > /dev/…
85 @bindir@/createlang plpgsql $TDB 2>&1 | cat > /dev/null
88 psql -d $TDB -f $script 2>&1 | cat > /dev/null
118 psql -d $TDB -c "VACUUM FULL;" 2>&1 | cat > /dev/null
120 …psql -d $TDB -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = '$TDB';" 2>&1 | cat >…
[all …]
/dports/databases/postgis25/postgis-2.5.5/extras/template_gis/
H A Dpostgres_lib.sh.in61 TDB=$1
64 dropdb $TDB 2>&1 | cat > /dev/null
66 echo "$TDB could not be accessed. it may not exist"
75 TDB=$1
78 db_create=`createdb $TDB 2>&1`
82 …psql -d $TDB -c "UPDATE pg_database SET datdba = $GRID WHERE datname = '$TDB';" 2>&1 | cat > /dev/…
85 @bindir@/createlang plpgsql $TDB 2>&1 | cat > /dev/null
88 psql -d $TDB -f $script 2>&1 | cat > /dev/null
118 psql -d $TDB -c "VACUUM FULL;" 2>&1 | cat > /dev/null
120 …psql -d $TDB -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = '$TDB';" 2>&1 | cat >…
[all …]
/dports/databases/postgis31/postgis-3.1.4/extras/template_gis/
H A Dpostgres_lib.sh.in61 TDB=$1
64 dropdb $TDB 2>&1 | cat > /dev/null
66 echo "$TDB could not be accessed. it may not exist"
75 TDB=$1
78 db_create=`createdb $TDB 2>&1`
82 …psql -d $TDB -c "UPDATE pg_database SET datdba = $GRID WHERE datname = '$TDB';" 2>&1 | cat > /dev/…
85 @bindir@/createlang plpgsql $TDB 2>&1 | cat > /dev/null
88 psql -d $TDB -f $script 2>&1 | cat > /dev/null
118 psql -d $TDB -c "VACUUM FULL;" 2>&1 | cat > /dev/null
120 …psql -d $TDB -c "UPDATE pg_database SET datistemplate = TRUE WHERE datname = '$TDB';" 2>&1 | cat >…
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/include/r_util/
H A Dr_ctypes.h21 R_API int r_type_set(Sdb *TDB, ut64 at, const char *field, ut64 val);
22 R_API void r_type_del(Sdb *TDB, const char *name);
23 R_API int r_type_kind(Sdb *TDB, const char *name);
26 R_API RList* r_type_get_enum (Sdb *TDB, const char *name);
27 R_API ut64 r_type_get_bitsize (Sdb *TDB, const char *type);
28 R_API RList* r_type_get_by_offset(Sdb *TDB, ut64 offset);
30 R_API char *r_type_link_at (Sdb *TDB, ut64 addr);
31 R_API int r_type_set_link (Sdb *TDB, const char *val, ut64 addr);
32 R_API int r_type_unlink(Sdb *TDB, ut64 addr);
34 R_API char *r_type_format(Sdb *TDB, const char *t);
[all …]
/dports/devel/radare2/radare2-5.1.1/test/unit/
H A Dtest_util.c16 Sdb *TDB = setup_sdb (); in test_dll_names() local
49 sdb_free (TDB); in test_dll_names()
54 Sdb *TDB = setup_sdb (); in test_ignore_prefixes() local
65 sdb_free (TDB); in test_ignore_prefixes()
70 Sdb *TDB = setup_sdb (); in test_remove_r2_prefixes() local
87 sdb_free (TDB); in test_remove_r2_prefixes()
92 Sdb *TDB = setup_sdb (); in test_autonames() local
112 sdb_free (TDB); in test_autonames()
152 Sdb *TDB = setup_sdb (); in test_initial_underscore() local
155 s = r_type_func_guess (TDB, "sym._strchr"); in test_initial_underscore()
[all …]
/dports/devel/radare2/radare2-5.1.1/libr/core/
H A Dcmd_type.c596 Sdb *TDB = core->anal->sdb_types; in printFunctionTypeC() local
623 Sdb *TDB = core->anal->sdb_types; in printFunctionType() local
876 Sdb *TDB = core->anal->sdb_types; in r_core_link_stroff() local
1025 Sdb *TDB = core->anal->sdb_types; in cmd_type() local
1027 TDB_ = TDB; // HACK in cmd_type()
1078 : sdb_querys (TDB, NULL, -1, "*"); in cmd_type()
1179 Sdb *TDB = core->anal->sdb_types; in cmd_type() local
1370 sdb_merge (TDB, db_tmp); in cmd_type()
1382 sdb_reset (TDB); in cmd_type()
1601 r_type_unlink (TDB, addr); in cmd_type()
[all …]
H A Dcarg.c11 Sdb *TDB = anal->sdb_types; in set_fcn_args_info() local
12 arg->name = r_type_func_args_name (TDB, fcn_name, arg_num); in set_fcn_args_info()
13 arg->orig_c_type = r_type_func_args_type (TDB, fcn_name, arg_num); in set_fcn_args_info()
24 arg->fmt = sdb_const_get (TDB, query, 0); in set_fcn_args_info()
26 arg->size = sdb_num_get (TDB, t_query, 0) / 8; in set_fcn_args_info()
225 Sdb *TDB = core->anal->sdb_types; in r_core_get_func_args() local
231 int nargs = r_type_func_args_count (TDB, key); in r_core_get_func_args()
/dports/databases/p5-TokyoCabinet/tokyocabinet-perl-1.34/
H A Dtcttest.pl76 $opts |= TokyoCabinet::TDB::TLARGE;
80 $opts |= TokyoCabinet::TDB::TBZIP;
82 $opts |= TokyoCabinet::TDB::TTCBS;
96 $omode |= TokyoCabinet::TDB::ONOLCK;
98 $omode |= TokyoCabinet::TDB::OLCKNB;
188 $opts |= TokyoCabinet::TDB::TBZIP;
190 $opts |= TokyoCabinet::TDB::TTCBS;
236 my $tdb = TokyoCabinet::TDB->new();
319 my $tdb = TokyoCabinet::TDB->new();
357 my $tdb = TokyoCabinet::TDB->new();
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/connect/
H A Dtable.cpp30 int TDB::Tnum = 0;
43 TDB::TDB(PTABDEF tdp) : Tdb_No(++Tnum) in TDB() function in TDB
65 TDB::TDB(PTDB tdbp) : Tdb_No(++Tnum) in TDB() function in TDB
91 CHARSET_INFO *TDB::data_charset(void) in data_charset()
102 PCSZ TDB::GetPath(void) in GetPath()
110 bool TDB::IsSpecial(PSZ name) in IsSpecial()
257 void TDB::MarkDB(PGLOBAL, PTDB tdb2) in MarkDB()
267 int TDB::RowNumber(PGLOBAL g, bool) in RowNumber()
273 PTDB TDB::Copy(PTABS t) in Copy()
296 bool TDB::SetRecpos(PGLOBAL g, int) in SetRecpos()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/connect/
H A Dtable.cpp30 int TDB::Tnum = 0;
43 TDB::TDB(PTABDEF tdp) : Tdb_No(++Tnum) in TDB() function in TDB
65 TDB::TDB(PTDB tdbp) : Tdb_No(++Tnum) in TDB() function in TDB
91 CHARSET_INFO *TDB::data_charset(void) in data_charset()
102 PCSZ TDB::GetPath(void) in GetPath()
110 bool TDB::IsSpecial(PSZ name) in IsSpecial()
257 void TDB::MarkDB(PGLOBAL, PTDB tdb2) in MarkDB()
267 int TDB::RowNumber(PGLOBAL g, bool) in RowNumber()
273 PTDB TDB::Copy(PTABS t) in Copy()
296 bool TDB::SetRecpos(PGLOBAL g, int) in SetRecpos()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/connect/
H A Dtable.cpp30 int TDB::Tnum = 0;
43 TDB::TDB(PTABDEF tdp) : Tdb_No(++Tnum) in TDB() function in TDB
65 TDB::TDB(PTDB tdbp) : Tdb_No(++Tnum) in TDB() function in TDB
91 CHARSET_INFO *TDB::data_charset(void) in data_charset()
102 PCSZ TDB::GetPath(void) in GetPath()
110 bool TDB::IsSpecial(PSZ name) in IsSpecial()
257 void TDB::MarkDB(PGLOBAL, PTDB tdb2) in MarkDB()
267 int TDB::RowNumber(PGLOBAL g, bool) in RowNumber()
273 PTDB TDB::Copy(PTABS t) in Copy()
296 bool TDB::SetRecpos(PGLOBAL g, int) in SetRecpos()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/connect/
H A Dtable.cpp30 int TDB::Tnum = 0;
43 TDB::TDB(PTABDEF tdp) : Tdb_No(++Tnum) in TDB() function in TDB
65 TDB::TDB(PTDB tdbp) : Tdb_No(++Tnum) in TDB() function in TDB
91 CHARSET_INFO *TDB::data_charset(void) in data_charset()
102 PCSZ TDB::GetPath(void) in GetPath()
110 bool TDB::IsSpecial(PSZ name) in IsSpecial()
257 void TDB::MarkDB(PGLOBAL, PTDB tdb2) in MarkDB()
267 int TDB::RowNumber(PGLOBAL g, bool) in RowNumber()
273 PTDB TDB::Copy(PTABS t) in Copy()
296 bool TDB::SetRecpos(PGLOBAL g, int) in SetRecpos()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/connect/
H A Dtable.cpp30 int TDB::Tnum = 0;
43 TDB::TDB(PTABDEF tdp) : Tdb_No(++Tnum)
65 TDB::TDB(PTDB tdbp) : Tdb_No(++Tnum)
91 CHARSET_INFO *TDB::data_charset(void)
102 PCSZ TDB::GetPath(void)
110 bool TDB::IsSpecial(PSZ name)
257 void TDB::MarkDB(PGLOBAL, PTDB tdb2)
267 int TDB::RowNumber(PGLOBAL g, bool)
273 PTDB TDB::Copy(PTABS t)
296 bool TDB::SetRecpos(PGLOBAL g, int)
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/connect/
H A Dtable.cpp30 int TDB::Tnum = 0;
43 TDB::TDB(PTABDEF tdp) : Tdb_No(++Tnum) in TDB() function in TDB
65 TDB::TDB(PTDB tdbp) : Tdb_No(++Tnum) in TDB() function in TDB
91 CHARSET_INFO *TDB::data_charset(void) in data_charset()
102 PCSZ TDB::GetPath(void) in GetPath()
110 bool TDB::IsSpecial(PSZ name) in IsSpecial()
257 void TDB::MarkDB(PGLOBAL, PTDB tdb2) in MarkDB()
267 int TDB::RowNumber(PGLOBAL g, bool) in RowNumber()
273 PTDB TDB::Copy(PTABS t) in Copy()
296 bool TDB::SetRecpos(PGLOBAL g, int) in SetRecpos()
[all …]
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/RefTime/
H A DTimeSystem.cpp202 if (inTS == TimeSystem::TDB || outTS == TimeSystem::TDB) in getTimeSystemCorrection()
248 else if (inTS == TimeSystem::TDB) // TDB -> TAI in getTimeSystemCorrection()
285 else if (outTS == TimeSystem::TDB) // TAI -> TDB in getTimeSystemCorrection()
316 case TimeSystem::TDB: return "TDB"; in asString()
335 if (s == "TDB") return TimeSystem::TDB; in asTimeSystem()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/doc/source/release-notes/
H A DPercona-Server-5.6.39-83.1.rst63 key objects on shutdown. Bug fixed :jirabug:`TDB-98`.
66 :jirabug:`TDB-104`.
68 Other bugs fixed: :jirabug:`TDB-48`, :jirabug:`TDB-78`, :jirabug:`TDB-93`,
69 and :jirabug:`TDB-99`.
/dports/databases/percona56-client/percona-server-5.6.51-91.0/doc/source/release-notes/
H A DPercona-Server-5.6.39-83.1.rst63 key objects on shutdown. Bug fixed :jirabug:`TDB-98`.
66 :jirabug:`TDB-104`.
68 Other bugs fixed: :jirabug:`TDB-48`, :jirabug:`TDB-78`, :jirabug:`TDB-93`,
69 and :jirabug:`TDB-99`.
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/doc/source/release-notes/
H A DPercona-Server-5.6.39-83.1.rst63 key objects on shutdown. Bug fixed :jirabug:`TDB-98`.
66 :jirabug:`TDB-104`.
68 Other bugs fixed: :jirabug:`TDB-48`, :jirabug:`TDB-78`, :jirabug:`TDB-93`,
69 and :jirabug:`TDB-99`.
/dports/astro/celestia-gtk/celestia-1.6.1/extras-standard/cassini/data/
H A Dcassini-solstice.xyzv8 # Start date: 2010-Jun-10 00:00 TDB
9 # End date: 2017-Sep-21 12:00 TDB
19 # Time is a TDB Julian date
H A Dhuygens.xyzv14 # Start date: 2004-Dec-25 02:01:04.183 TDB
15 # End date: 2005-Jan-14 09:07:00.000 TDB
25 # Time is a TDB Julian date
/dports/astro/celestia/celestia-1.6.1/extras-standard/cassini/data/
H A Dcassini-solstice.xyzv8 # Start date: 2010-Jun-10 00:00 TDB
9 # End date: 2017-Sep-21 12:00 TDB
19 # Time is a TDB Julian date
H A Dhuygens.xyzv14 # Start date: 2004-Dec-25 02:01:04.183 TDB
15 # End date: 2005-Jan-14 09:07:00.000 TDB
25 # Time is a TDB Julian date
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/doc/source/release-notes/
H A DPercona-Server-5.7.21-20.rst112 PFS key objects on shutdown. Bug fixed :jirabug:`TDB-98`.
115 :jirabug:`TDB-104`.
118 :jirabug:`TDB-107`.
123 Other bugs fixed: :jirabug:`TDB-48`, :jirabug:`TDB-78`, :jirabug:`TDB-93`,
124 and :jirabug:`TDB-99`.

12345678910>>...20