Home
last modified time | relevance | path

Searched refs:db_filename (Results 51 – 75 of 1134) sorted by relevance

12345678910>>...46

/dports/lang/php74/php-7.4.27/ext/dba/tests/
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);
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
/dports/www/mod_php74/php-7.4.27/ext/dba/tests/
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);
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
/dports/www/mod_php80/php-8.0.15/ext/dba/tests/
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);
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
/dports/devel/kyua/kyua-0.13/utils/sqlite/
H A Ddatabase_test.cpp161 ATF_REQUIRE(!db.db_filename()); in ATF_TEST_CASE_BODY()
170 ATF_REQUIRE(db.db_filename()); in ATF_TEST_CASE_BODY()
171 ATF_REQUIRE_EQ(fs::path("test.db"), db.db_filename().get()); in ATF_TEST_CASE_BODY()
179 ATF_REQUIRE(!db.db_filename()); in ATF_TEST_CASE_BODY()
188 const optional< fs::path > db_filename = db.db_filename(); in ATF_TEST_CASE_BODY() local
189 ATF_REQUIRE(db_filename); in ATF_TEST_CASE_BODY()
191 ATF_REQUIRE_EQ(db_filename, db.db_filename()); in ATF_TEST_CASE_BODY()
H A Dexceptions.cpp58 format_db_filename(const optional< fs::path >& db_filename) in format_db_filename() argument
60 if (db_filename) in format_db_filename()
61 return db_filename.get().str(); in format_db_filename()
94 sqlite::error::db_filename(void) const in db_filename() function in sqlite::error
133 return api_error(database_.db_filename(), api_function_, in from_database()
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/db/
H A Ddbdriver.c169 r = mail_cache_db_open_lock(data->db_filename, &maildb); in flags_store_process()
189 mail_cache_db_close_unlock(data->db_filename, maildb); in flags_store_process()
396 data->db_filename[0] = '\0'; in initialize()
433 strncpy(data->db_filename, path, sizeof(data->db_filename)); in connect_path()
546 mail_cache_db_close_unlock(data->db_filename, maildb); in expunge_folder()
560 mail_cache_db_close_unlock(data->db_filename, maildb); in expunge_folder()
636 mail_cache_db_close_unlock(data->db_filename, maildb); in status_folder()
654 mail_cache_db_close_unlock(data->db_filename, maildb); in status_folder()
824 mail_cache_db_close_unlock(data->db_filename, maildb); in append_message_flags()
835 mail_cache_db_close_unlock(data->db_filename, maildb); in append_message_flags()
[all …]
/dports/lang/php73/php-7.3.33/ext/dba/tests/
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_003.phpt18 var_dump(file_put_contents($db_filename, "Dummy contents"));
20 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
21 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
32 $s = file_get_contents($db_filename);
/dports/www/mod_php81/php-8.1.1/ext/dba/tests/
H A Ddba_db4_003.phpt18 var_dump(file_put_contents($db_filename, "Dummy contents"));
20 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
21 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
32 $s = file_get_contents($db_filename);
/dports/lang/php81/php-8.1.1/ext/dba/tests/
H A Ddba_db4_003.phpt18 var_dump(file_put_contents($db_filename, "Dummy contents"));
20 if (($db_file = dba_open($db_filename, "c", $handler)) !== FALSE) {
21 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
32 $s = file_get_contents($db_filename);
/dports/databases/php73-dba/php-7.3.33/ext/dba/tests/
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/www/mod_php73/php-7.3.33/ext/dba/tests/
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/misc/amanda-server/amanda-3.3.9/common-src/
H A Ddebug.c437 amfree(db_filename); in debug_setup_2()
438 db_filename = s; in debug_setup_2()
635 if (!db_filename) in debug_rename()
651 if (strcmp(db_filename, s) == 0) { in debug_rename()
668 while (rename(db_filename, s) < 0) { in debug_rename()
676 db_filename, s, strerror(errno)); in debug_rename()
677 s = newvstralloc(s, db_filename, NULL); in debug_rename()
731 if (rename(db_filename, s) == -1) { in debug_rename()
733 db_filename, s, strerror(errno)); in debug_rename()
799 amfree(db_filename); in debug_close()
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Ddebug.c437 amfree(db_filename); in debug_setup_2()
438 db_filename = s; in debug_setup_2()
635 if (!db_filename) in debug_rename()
651 if (strcmp(db_filename, s) == 0) { in debug_rename()
668 while (rename(db_filename, s) < 0) { in debug_rename()
676 db_filename, s, strerror(errno)); in debug_rename()
677 s = newvstralloc(s, db_filename, NULL); in debug_rename()
731 if (rename(db_filename, s) == -1) { in debug_rename()
733 db_filename, s, strerror(errno)); in debug_rename()
799 amfree(db_filename); in debug_close()
[all …]
/dports/databases/php74-dba/php-7.4.27/ext/dba/tests/
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
/dports/databases/php80-dba/php-8.0.15/ext/dba/tests/
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
/dports/lang/php80/php-8.0.15/ext/dba/tests/
H A Ddba_db4_004.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_open($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";
H A Ddba_db4_008.phpt16 var_dump(file_put_contents($db_filename, "Dummy contents"));
18 if (($db_file = dba_popen($db_filename, "n", $handler)) !== FALSE) {
19 if (file_exists($db_filename)) {
28 echo "Error creating $db_filename\n";

12345678910>>...46