Home
last modified time | relevance | path

Searched refs:db_filename (Results 26 – 50 of 1134) sorted by relevance

12345678910>>...46

/dports/www/mod_php81/php-8.1.1/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
32 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
33 if (file_exists($db_filename)) {
44 echo "Error creating $db_filename\n";
/dports/lang/php81/php-8.1.1/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
32 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
33 if (file_exists($db_filename)) {
44 echo "Error creating $db_filename\n";
/dports/lang/php80/php-8.0.15/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
H A Ddba_db4_003.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 $s = file_get_contents($db_filename);
/dports/lang/php74/php-7.4.27/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
/dports/www/mod_php80/php-8.0.15/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
/dports/www/mod_php74/php-7.4.27/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
/dports/www/mod_php73/php-7.3.33/ext/dba/tests/
H A Dclean.inc2 $db_filename = dirname(__FILE__) .'/test0.dbm'; // see test.inc
3 @unlink($db_filename);
4 @unlink($db_filename.'.lck');
5 @unlink($db_filename.'-lock');
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/db/
H A Ddbdriver_message.c125 r = mail_cache_db_open_lock(sess_data->db_filename, &maildb); in prefetch()
158 mail_cache_db_close_unlock(sess_data->db_filename, maildb); in prefetch()
165 mail_cache_db_close_unlock(sess_data->db_filename, maildb); in prefetch()
227 r = mail_cache_db_open_lock(sess_data->db_filename, &maildb); in fetch_envelope()
252 mail_cache_db_close_unlock(sess_data->db_filename, maildb); in fetch_envelope()
259 mail_cache_db_close_unlock(sess_data->db_filename, maildb); in fetch_envelope()
276 r = mail_cache_db_open_lock(sess_data->db_filename, &maildb); in get_flags()
303 mail_cache_db_close_unlock(sess_data->db_filename, maildb); in get_flags()
310 mail_cache_db_close_unlock(sess_data->db_filename, maildb); in get_flags()
/dports/devel/kyua/kyua-0.13/utils/sqlite/
H A Dexceptions_test.cpp55 const sqlite::error e(db.db_filename(), "Some text"); in ATF_TEST_CASE_BODY()
58 ATF_REQUIRE_EQ(db.db_filename(), e.db_filename()); in ATF_TEST_CASE_BODY()
67 const sqlite::error e(db.db_filename(), "Some text"); in ATF_TEST_CASE_BODY()
69 ATF_REQUIRE_EQ(db.db_filename(), e.db_filename()); in ATF_TEST_CASE_BODY()
/dports/lang/php73/php-7.3.33/ext/dba/tests/
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
/dports/databases/php74-dba/php-7.4.27/ext/dba/tests/
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
H A Ddba_db4_003.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 $s = file_get_contents($db_filename);
/dports/databases/php80-dba/php-8.0.15/ext/dba/tests/
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
H A Ddba_db4_003.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 $s = file_get_contents($db_filename);
/dports/databases/php81-dba/php-8.1.1/ext/dba/tests/
H A Ddba_db4_016.phpt18 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
32 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
33 if (file_exists($db_filename)) {
44 echo "Error creating $db_filename\n";
/dports/databases/php73-dba/php-7.3.33/ext/dba/tests/
H A Ddba_db4_016.phpt16 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
17 if (file_exists($db_filename)) {
26 echo "Error creating $db_filename\n";
30 if (($db_file = dba_popen($db_filename, "c", $handler)) !== FALSE) {
31 if (file_exists($db_filename)) {
42 echo "Error creating $db_filename\n";
/dports/games/angband/Angband-4.2.2/src/stats/
H A Ddb.c33 static char *db_filename; variable
71 db_filename = mem_alloc(size * sizeof(char)); in stats_db_open()
75 path_build(db_filename, size, ANGBAND_DIR_STATS, filename_buf); in stats_db_open()
77 if (file_exists(db_filename)) { in stats_db_open()
81 result = sqlite3_open(db_filename, &db); in stats_db_open()
97 mem_free(db_filename); in stats_db_close()

12345678910>>...46