Home
last modified time | relevance | path

Searched refs:flatfile (Results 1 – 21 of 21) sorted by relevance

/PHP-7.2/ext/dba/
H A Ddba_flatfile.c42 DBA_OPEN_FUNC(flatfile) in DBA_OPEN_FUNC() argument
52 DBA_CLOSE_FUNC(flatfile) in DBA_CLOSE_FUNC() argument
62 DBA_FETCH_FUNC(flatfile) in DBA_FETCH_FUNC() argument
81 DBA_UPDATE_FUNC(flatfile) in DBA_UPDATE_FUNC() argument
104 DBA_EXISTS_FUNC(flatfile) in DBA_EXISTS_FUNC() argument
118 DBA_DELETE_FUNC(flatfile) in DBA_DELETE_FUNC() argument
125 DBA_FIRSTKEY_FUNC(flatfile) in DBA_FIRSTKEY_FUNC() argument
142 DBA_NEXTKEY_FUNC(flatfile) in DBA_NEXTKEY_FUNC() argument
163 DBA_OPTIMIZE_FUNC(flatfile) in DBA_OPTIMIZE_FUNC() argument
169 DBA_SYNC_FUNC(flatfile) in DBA_SYNC_FUNC() argument
[all …]
H A Dphp_flatfile.h8 DBA_FUNCS(flatfile);
H A Dconfig.w3212 ADD_SOURCES("ext/dba/libflatfile", "flatfile.c", "dba");
H A DREADME31 flatfile This is available since PHP 4.3.0 for compatibility with the
H A Dconfig.m4600 PHP_ARG_ENABLE(flatfile,,
601 [ --disable-flatfile DBA: FlatFile support (bundled)], $php_dba_enable, no)
650 flat_sources="libflatfile/flatfile.c"
H A Ddba.c359 DBA_HND(flatfile, DBA_STREAM_OPEN|DBA_LOCK_ALL|DBA_NO_APPEND) /* No lock in lib */
/PHP-7.2/ext/dba/tests/
H A Ddba_handlers.phpt5 $handler="flatfile";
11 $handler="flatfile";
22 if ($key === "flatfile") {
23 echo "Success: flatfile enabled\n";
47 if ($key === "flatfile") {
48 echo "Success: flatfile enabled\n";
58 database handler: flatfile
60 Success: flatfile enabled
62 Success: flatfile enabled
67 Success: flatfile enabled
[all …]
H A Ddba016.phpt5 $handler = "flatfile";
11 $handler = "flatfile";
15 $db_file1 = dba_popen($db_filename, 'n-t', 'flatfile');
20 database handler: flatfile
H A Ddba012.phpt5 $handler = "flatfile";
9 dba.default_handler=flatfile
12 $handler = "flatfile";
34 database handler: flatfile
H A Dbug72885.phpt2 Bug #72885 flatfile: dba_fetch() fails to read replaced entry
5 $handler = "flatfile";
13 $db = dba_open($db_filename, 'c', 'flatfile');
H A Ddba015.phpt5 $handler = "flatfile";
12 $handler = "flatfile";
17 $db_file1 = dba_popen($db_filename, 'n', 'flatfile');
23 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
57 database handler: flatfile
H A Ddba_flatfile.phpt5 $handler = 'flatfile';
10 $handler = 'flatfile';
20 database handler: flatfile
H A Dskipif.inc7 if (in_array('flatfile', $handlers)) {
8 $handler = 'flatfile';
H A Ddba_db4_018.phpt17 $db_file1 = dba_popen($db_filename, 'n', 'flatfile');
23 $db_file2 = dba_popen($db_filename, 'n', 'flatfile');
H A Ddba_optimize.phpt42 database handler: flatfile
H A Ddba_sync.phpt42 database handler: flatfile
H A Ddba011.phpt24 database handler: flatfile
/PHP-7.2/ext/dba/libflatfile/
H A Dflatfile.h35 } flatfile; typedef
40 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode);
41 datum flatfile_fetch(flatfile *dba, datum key_datum);
42 int flatfile_delete(flatfile *dba, datum key_datum);
43 int flatfile_findkey(flatfile *dba, datum key_datum);
44 datum flatfile_firstkey(flatfile *dba);
45 datum flatfile_nextkey(flatfile *dba);
H A Dflatfile.c50 int flatfile_store(flatfile *dba, datum key_datum, datum value_datum, int mode) { in flatfile_store()
86 datum flatfile_fetch(flatfile *dba, datum key_datum) { in flatfile_fetch()
106 int flatfile_delete(flatfile *dba, datum key_datum) { in flatfile_delete()
158 int flatfile_findkey(flatfile *dba, datum key_datum) { in flatfile_findkey()
201 datum flatfile_firstkey(flatfile *dba) { in flatfile_firstkey()
244 datum flatfile_nextkey(flatfile *dba) { in flatfile_nextkey()
/PHP-7.2/
H A D.gitattributes14 ext/dba/libflatfile/flatfile.c ident
H A DNEWS1433 . Fixed bug #72885 (flatfile: dba_fetch() fails to read replaced entry).

Completed in 38 milliseconds