Lines Matching defs:cdb
63 DBA_OPEN_FUNC(cdb) in DBA_OPEN_FUNC() argument
71 dba_cdb *cdb; in DBA_OPEN_FUNC() local
121 DBA_CLOSE_FUNC(cdb) in DBA_CLOSE_FUNC() argument
140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
141 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument
142 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument
144 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
145 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument
146 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) argument
149 DBA_FETCH_FUNC(cdb) in DBA_FETCH_FUNC() argument
180 DBA_UPDATE_FUNC(cdb) in DBA_UPDATE_FUNC() argument
195 DBA_EXISTS_FUNC(cdb) in DBA_EXISTS_FUNC() argument
208 DBA_DELETE_FUNC(cdb) in DBA_DELETE_FUNC() argument
245 DBA_FIRSTKEY_FUNC(cdb) in DBA_FIRSTKEY_FUNC() argument
286 DBA_NEXTKEY_FUNC(cdb) in DBA_NEXTKEY_FUNC() argument
317 DBA_OPTIMIZE_FUNC(cdb) in DBA_OPTIMIZE_FUNC() argument
322 DBA_SYNC_FUNC(cdb) in DBA_SYNC_FUNC() argument
328 DBA_INFO_FUNC(cdb) in DBA_INFO_FUNC() argument