Home
last modified time | relevance | path

Searched refs:cdb_make (Results 1 – 13 of 13) sorted by relevance

/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.h42 struct cdb_make { struct
57 int cdb_make_start(struct cdb_make *, php_stream * TSRMLS_DC); argument
58 int cdb_make_addbegin(struct cdb_make *, unsigned int, unsigned int TSRMLS_DC);
59 int cdb_make_addend(struct cdb_make *, unsigned int, unsigned int, uint32 TSRMLS_DC);
60 int cdb_make_add(struct cdb_make *, char *, unsigned int, char *, unsigned int TSRMLS_DC);
61 int cdb_make_finish(struct cdb_make * TSRMLS_DC);
H A Dcdb_make.c41 static int cdb_make_write(struct cdb_make *c, char *buf, uint32 sz TSRMLS_DC) { in cdb_make_write()
46 static int cdb_posplus(struct cdb_make *c, uint32 len) in cdb_posplus()
59 int cdb_make_start(struct cdb_make *c, php_stream * f TSRMLS_DC) in cdb_make_start()
76 int cdb_make_addend(struct cdb_make *c, unsigned int keylen, unsigned int datalen, uint32 h TSRMLS_… in cdb_make_addend()
104 int cdb_make_addbegin(struct cdb_make *c, unsigned int keylen, unsigned int datalen TSRMLS_DC) in cdb_make_addbegin()
125 int cdb_make_add(struct cdb_make *c,char *key,unsigned int keylen,char *data,unsigned int datalen T… in cdb_make_add()
138 int cdb_make_finish(struct cdb_make *c TSRMLS_DC) in cdb_make_finish()
/PHP-5.5/ext/dba/tests/
H A Ddba_cdb_make.phpt5 $handler = 'cdb_make';
11 $handler = 'cdb_make';
14 // print md5 checksum of test.cdb which is generated by cdb_make program
24 // dba_replace cdb_make doesn't know replace
38 database handler: cdb_make
H A Dbug38698.phpt5 $handler = 'cdb_make';
17 if (($db_make=dba_open($db_file, "n", 'cdb_make'))!==FALSE) {
H A Dskipif.inc10 $handlers = array_diff($handlers, array('cdb', 'cdb_make')); /* these can only read OR write */
H A Ddba_cdb_read.phpt5 $handler = 'cdb_make';
/PHP-5.5/ext/dba/
H A Dconfig.w3210 ADD_SOURCES("ext/dba/libcdb", "cdb.c cdb_make.c uint32.c", "dba");
H A Ddba.dsp101 SOURCE=.\libcdb\cdb_make.c
161 SOURCE=.\libcdb\cdb_make.h
H A Ddba_cdb.c53 struct cdb_make m;
H A DREADME29 cdb_make Since PHP 4.3.0 we support creation (not updating) of cdb files
H A Ddba.c331 DBA_NAMED_HND(cdb_make, cdb, DBA_STREAM_OPEN|DBA_LOCK_ALL) /* No lock in lib */
H A Dconfig.m4570 cdb_sources="libcdb/cdb.c libcdb/cdb_make.c libcdb/uint32.c"
/PHP-5.5/
H A D.gitattributes15 ext/dba/libcdb/cdb_make.c ident

Completed in 51 milliseconds