Searched refs:gdbm (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/dba/ |
H A D | dba_gdbm.c | 42 DBA_OPEN_FUNC(gdbm) in DBA_OPEN_FUNC() argument 73 DBA_CLOSE_FUNC(gdbm) in DBA_CLOSE_FUNC() argument 82 DBA_FETCH_FUNC(gdbm) in DBA_FETCH_FUNC() argument 98 DBA_UPDATE_FUNC(gdbm) in DBA_UPDATE_FUNC() argument 114 DBA_EXISTS_FUNC(gdbm) in DBA_EXISTS_FUNC() argument 122 DBA_DELETE_FUNC(gdbm) in DBA_DELETE_FUNC() argument 130 DBA_FIRSTKEY_FUNC(gdbm) in DBA_FIRSTKEY_FUNC() argument 151 DBA_NEXTKEY_FUNC(gdbm) in DBA_NEXTKEY_FUNC() argument 171 DBA_OPTIMIZE_FUNC(gdbm) in DBA_OPTIMIZE_FUNC() argument 178 DBA_SYNC_FUNC(gdbm) in DBA_SYNC_FUNC() argument [all …]
|
H A D | php_gdbm.h | 8 DBA_FUNCS(gdbm);
|
H A D | config.m4 | 79 PHP_ARG_WITH(gdbm,, 138 PHP_DBA_STD_RESULT(gdbm, gdbm, [You cannot combine --with-gdbm with --with-qdbm]) 141 if test -f "$i/include/gdbm.h"; then 143 THIS_INCLUDE=$i/include/gdbm.h 149 PHP_CHECK_LIBRARY(gdbm, gdbm_open, [ 152 THIS_LIBS=gdbm 160 PHP_DBA_STD_RESULT(gdbm) 478 elif test -f "$i/include/gdbm/dbm.h"; then 480 THIS_INCLUDE=$i/include/gdbm/dbm.h 486 for LIB in dbm c gdbm; do [all …]
|
H A D | README | 13 compatibility functions built into DB2 and gdbm, because they are 18 gdbm GDBM is the GNU database manager.
|
H A D | dba.c | 305 DBA_HND(gdbm, DBA_LOCK_EXT) /* Locking done in library if set */
|
/PHP-5.3/ext/dba/tests/ |
H A D | dba_gdbm.phpt | 5 $handler = 'gdbm'; 10 $handler = 'gdbm'; 19 database handler: gdbm
|
/PHP-5.3/ |
H A D | EXTENSIONS | 136 COMMENT: DBM abstraction for db2, db3, db4, dbm, ndbm, gdbm, ini
|
/PHP-5.3/ext/fileinfo/tests/ |
H A D | magic | 4210 !:mime application/x-gdbm 4212 !:mime application/x-gdbm 4214 !:mime application/x-gdbm
|
Completed in 38 milliseconds