Home
last modified time | relevance | path

Searched refs:cdb_read (Results 1 – 4 of 4) sorted by relevance

/PHP-8.3/ext/dba/libcdb/
H A Dcdb.c53 if (cdb_read(c, buf, n, pos) == -1) in cdb_match()
102 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read() function
135 if (cdb_read(c, buf, 8, (u << 3) & 2047) == -1) in cdb_findnext()
149 if (cdb_read(c, buf, 8, c->kpos) == -1) in cdb_findnext()
160 if (cdb_read(c, buf, 8, pos) == -1) in cdb_findnext()
H A Dcdb.h42 int cdb_read(struct cdb *, char *, unsigned int, uint32);
/PHP-8.3/ext/dba/
H A Ddba_cdb.c136 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos)
140 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos)
H A Dconfig.m4659 PHP_CHECK_LIBRARY($LIB, cdb_read, [

Completed in 9 milliseconds