Home
last modified time | relevance | path

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

/PHP-7.4/ext/dba/libcdb/
H A Dcdb.c55 if (cdb_read(c, buf, n, pos) == -1) in cdb_match()
104 int cdb_read(struct cdb *c, char *buf, unsigned int len, uint32 pos) in cdb_read() function
137 if (cdb_read(c, buf, 8, (u << 3) & 2047) == -1) in cdb_findnext()
151 if (cdb_read(c, buf, 8, c->kpos) == -1) in cdb_findnext()
162 if (cdb_read(c, buf, 8, pos) == -1) in cdb_findnext()
H A Dcdb.h44 int cdb_read(struct cdb *, char *, unsigned int, uint32);
/PHP-7.4/ext/dba/
H A Ddba_cdb.c138 # define php_cdb_read(cdb, buf, len, pos) cdb_read(cdb, buf, len, pos)
142 # 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 12 milliseconds