Searched refs:cdb_make (Results 1 – 12 of 12) sorted by relevance
/PHP-8.2/ext/dba/libcdb/ |
H A D | cdb_make.h | 38 struct cdb_make { struct 53 int cdb_make_start(struct cdb_make *, php_stream *); argument 54 int cdb_make_addbegin(struct cdb_make *, unsigned int, unsigned int); 55 int cdb_make_addend(struct cdb_make *, unsigned int, unsigned int, uint32); 56 int cdb_make_add(struct cdb_make *, char *, unsigned int, char *, unsigned int); 57 int cdb_make_finish(struct cdb_make *);
|
H A D | cdb_make.c | 39 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz) { in cdb_make_write() 44 static int cdb_posplus(struct cdb_make *c, uint32 len) in cdb_posplus() 57 int cdb_make_start(struct cdb_make *c, php_stream * f) in cdb_make_start() 74 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h) in cdb_make_addend() 102 int cdb_make_addbegin(struct cdb_make *c, unsigned int keylen, unsigned int datalen) in cdb_make_addbegin() 123 int cdb_make_add(struct cdb_make *c,char *key,unsigned int keylen,char *data,unsigned int datalen) in cdb_make_add() 136 int cdb_make_finish(struct cdb_make *c) in cdb_make_finish()
|
/PHP-8.2/ext/dba/tests/ |
H A D | dba_cdb_make.phpt | 8 check_skip('cdb_make'); 14 $handler = 'cdb_make'; 17 // print md5 checksum of test.cdb which is generated by cdb_make program 27 // dba_replace cdb_make doesn't know replace 43 database handler: cdb_make
|
H A D | bug38698.phpt | 7 $handler = 'cdb_make'; 19 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
|
H A D | skipif.inc | 8 … $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
|
H A D | dba_cdb_read.phpt | 8 check_skip('cdb_make');
|
/PHP-8.2/ |
H A D | .gitattributes | 6 /ext/dba/libcdb/cdb_make.c ident
|
/PHP-8.2/ext/dba/ |
H A D | config.w32 | 10 ADD_SOURCES("ext/dba/libcdb", "cdb.c cdb_make.c uint32.c", "dba");
|
H A D | dba_cdb.c | 49 struct cdb_make m;
|
H A D | dba.c | 176 DBA_NAMED_HND(cdb_make, cdb, DBA_STREAM_OPEN|DBA_LOCK_ALL) /* No lock in lib */
|
H A D | config.m4 | 645 cdb_sources="libcdb/cdb.c libcdb/cdb_make.c libcdb/uint32.c"
|
/PHP-8.2/ext/dba/tests/setup/ |
H A D | setup_dba_tests.inc | 10 if (dba_handlers() === ['cdb_make']) { 11 die('skip only cdb_make installed which is not suitable'); 29 if ($handler !== 'cdb' && $handler !== 'cdb_make' && $handler !== 'inifile') {
|
Completed in 20 milliseconds