Lines Matching defs:cdb
59 DBA_OPEN_FUNC(cdb) in DBA_OPEN_FUNC() argument
67 dba_cdb *cdb; in DBA_OPEN_FUNC() local
117 DBA_CLOSE_FUNC(cdb) in DBA_CLOSE_FUNC() argument
136 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos) argument
137 # define php_cdb_findnext(cdb, key, len) cdb_findnext(cdb, key, len) argument
138 # define php_cdb_find(cdb, key, len) cdb_find(cdb, key, len) 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
145 DBA_FETCH_FUNC(cdb) in DBA_FETCH_FUNC() argument
174 DBA_UPDATE_FUNC(cdb) in DBA_UPDATE_FUNC() argument
189 DBA_EXISTS_FUNC(cdb) in DBA_EXISTS_FUNC() argument
202 DBA_DELETE_FUNC(cdb) in DBA_DELETE_FUNC() argument
239 DBA_FIRSTKEY_FUNC(cdb) in DBA_FIRSTKEY_FUNC() argument
279 DBA_NEXTKEY_FUNC(cdb) in DBA_NEXTKEY_FUNC() argument
309 DBA_OPTIMIZE_FUNC(cdb) in DBA_OPTIMIZE_FUNC() argument
314 DBA_SYNC_FUNC(cdb) in DBA_SYNC_FUNC() argument
320 DBA_INFO_FUNC(cdb) in DBA_INFO_FUNC() argument