Searched defs:cdb_make (Results 1 - 1 of 1) sorted by relevance
| /PHP_TRUNK/ext/dba/libcdb/ |
| H A D | cdb_make.h | 42 struct cdb_make { struct 57 int cdb_make_start(struct cdb_make *, php_stream * TSRMLS_DC); 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);
|
Completed in 2 milliseconds