Searched refs:ndbm (Results 1 – 8 of 8) sorted by relevance
/PHP-5.3/ext/dba/ |
H A D | dba_ndbm.c | 37 DBA_OPEN_FUNC(ndbm) in DBA_OPEN_FUNC() argument 72 DBA_CLOSE_FUNC(ndbm) in DBA_CLOSE_FUNC() argument 77 DBA_FETCH_FUNC(ndbm) in DBA_FETCH_FUNC() argument 91 DBA_UPDATE_FUNC(ndbm) in DBA_UPDATE_FUNC() argument 104 DBA_EXISTS_FUNC(ndbm) in DBA_EXISTS_FUNC() argument 115 DBA_DELETE_FUNC(ndbm) in DBA_DELETE_FUNC() argument 121 DBA_FIRSTKEY_FUNC(ndbm) in DBA_FIRSTKEY_FUNC() argument 134 DBA_NEXTKEY_FUNC(ndbm) in DBA_NEXTKEY_FUNC() argument 147 DBA_OPTIMIZE_FUNC(ndbm) in DBA_OPTIMIZE_FUNC() argument 152 DBA_SYNC_FUNC(ndbm) in DBA_SYNC_FUNC() argument [all …]
|
H A D | php_ndbm.h | 8 DBA_FUNCS(ndbm);
|
H A D | config.m4 | 82 PHP_ARG_WITH(ndbm,, 83 [ --with-ndbm[=DIR] DBA: NDBM support], no, no) 166 if test -f "$i/include/ndbm.h"; then 168 THIS_INCLUDE=$i/include/ndbm.h 170 elif test -f "$i/include/db1/ndbm.h"; then 172 THIS_INCLUDE=$i/include/db1/ndbm.h 178 for LIB in ndbm db1 c; do 194 PHP_DBA_STD_RESULT(ndbm)
|
H A D | README | 16 ndbm NDBM is a newer type and more flexible than dbm. It still has 51 are dbm and ndbm which conflict with many installations. The reason for
|
H A D | dba.c | 311 DBA_HND(ndbm, DBA_LOCK_ALL) /* Could be done in library: filemode = 0644 + S_ENFMT */
|
/PHP-5.3/ext/dba/tests/ |
H A D | dba_ndbm.phpt | 5 $handler = 'ndbm'; 10 $handler = 'ndbm'; 16 database handler: ndbm
|
/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 | 4209 0 belong 0x13579ace GNU dbm 1.x or ndbm database, big endian 4211 0 lelong 0x13579ace GNU dbm 1.x or ndbm database, little endian
|
Completed in 51 milliseconds