Home
last modified time | relevance | path

Searched refs:inifile (Results 1 – 16 of 16) sorted by relevance

/PHP-8.1/ext/dba/libinifile/
H A Dinifile.h42 } inifile; typedef
44 val_type inifile_fetch(inifile *dba, const key_type *key, int skip);
45 int inifile_firstkey(inifile *dba);
46 int inifile_nextkey(inifile *dba);
47 int inifile_delete(inifile *dba, const key_type *key);
48 int inifile_delete_ex(inifile *dba, const key_type *key, bool *found);
49 int inifile_replace(inifile *dba, const key_type *key, const val_type *val);
50 int inifile_replace_ex(inifile *dba, const key_type *key, const val_type *val, bool *found);
51 int inifile_append(inifile *dba, const key_type *key, const val_type *val);
61 inifile * inifile_alloc(php_stream *fp, int readonly, int persistent);
[all …]
H A Dinifile.c82 inifile *dba; in inifile_alloc()
91 dba = pemalloc(sizeof(inifile), persistent); in inifile_alloc()
92 memset(dba, 0, sizeof(inifile)); in inifile_alloc()
100 void inifile_free(inifile *dba, int persistent) in inifile_free()
164 static int inifile_read(inifile *dba, line_type *ln) { in inifile_read()
284 int inifile_firstkey(inifile *dba) { in inifile_firstkey()
292 int inifile_nextkey(inifile *dba) { in inifile_nextkey()
306 static int inifile_truncate(inifile *dba, size_t size) in inifile_truncate()
379 static int inifile_copy_to(inifile *dba, size_t pos_start, size_t pos_end, inifile **ini_copy) in inifile_copy_to()
409 static int inifile_filter(inifile *dba, inifile *from, const key_type *key, bool *found) in inifile_filter()
[all …]
/PHP-8.1/ext/dba/
H A Ddba_inifile.c36 inifile *dba = info->dbf
49 DBA_OPEN_FUNC(inifile) in DBA_OPEN_FUNC() argument
56 DBA_CLOSE_FUNC(inifile) in DBA_CLOSE_FUNC() argument
63 DBA_FETCH_FUNC(inifile) in DBA_FETCH_FUNC() argument
76 DBA_UPDATE_FUNC(inifile) in DBA_UPDATE_FUNC() argument
104 DBA_EXISTS_FUNC(inifile) in DBA_EXISTS_FUNC() argument
120 DBA_DELETE_FUNC(inifile) in DBA_DELETE_FUNC() argument
134 DBA_FIRSTKEY_FUNC(inifile) in DBA_FIRSTKEY_FUNC() argument
147 DBA_NEXTKEY_FUNC(inifile) in DBA_NEXTKEY_FUNC() argument
170 DBA_SYNC_FUNC(inifile) in DBA_SYNC_FUNC() argument
[all …]
H A Dphp_inifile.h8 DBA_FUNCS(inifile);
H A Dconfig.w3212 ADD_SOURCES("ext/dba/libinifile", "inifile.c", "dba");
H A Dconfig.m4628 PHP_ARG_ENABLE([inifile],,
629 [AS_HELP_STRING([--disable-inifile],
679 ini_sources="libinifile/inifile.c"
682 PHP_DBA_STD_RESULT(inifile, [INI File])
H A Ddba.c254 DBA_HND(inifile, DBA_STREAM_OPEN|DBA_LOCK_ALL|DBA_CAST_AS_FD) /* No lock in lib */
/PHP-8.1/ext/dba/tests/
H A Dbug70825.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
13 $db = dba_open($filename, 'n', 'inifile');
23 $db = dba_open($filename, 'n', 'inifile');
33 $db = dba_open($filename, 'n', 'inifile');
43 $db = dba_open($filename, 'n', 'inifile');
H A Dbug71514.phpt7 if (!in_array('inifile', dba_handlers())) die('skip inifile handler not available');
13 $db = dba_open($filename, 'c', 'inifile');
H A Dbug62490.phpt2 Bug #62490 (dba_delete returns true on missing item (inifile))
7 $handler = "inifile";
12 $handler = "inifile";
H A Ddba_inifile.phpt7 $handler = 'inifile';
12 $handler = 'inifile';
21 database handler: inifile
/PHP-8.1/ext/standard/tests/ini_info/
H A Dphp_ini_loaded_file.phpt5 $inifile = __DIR__.DIRECTORY_SEPARATOR.'loaded.ini';
13 passthru($php.' -c "'.$inifile.'" -r '.$code);
H A Dphp_ini_scanned_files.phpt5 $inifile = __DIR__.DIRECTORY_SEPARATOR.'loaded.ini';
6 $php = sprintf('"%s" -c "%s"', getenv('TEST_PHP_EXECUTABLE'), $inifile);
/PHP-8.1/
H A D.gitattributes4 /ext/dba/libinifile/inifile.c ident
/PHP-8.1/.github/actions/configure-x64/
H A Daction.yml68 --enable-inifile \
/PHP-8.1/.circleci/
H A Dconfig.yml149 --enable-inifile \

Completed in 38 milliseconds