Home
last modified time | relevance | path

Searched refs:hslots (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/dba/libcdb/
H A Dcdb.c139 uint32_unpack(buf + 4,&c->hslots); in cdb_findnext()
140 if (!c->hslots) in cdb_findnext()
145 u %= c->hslots; in cdb_findnext()
150 while (c->loop < c->hslots) { in cdb_findnext()
158 if (c->kpos == c->hpos + (c->hslots << 3)) in cdb_findnext()
H A Dcdb.h36 uint32 hslots; /* initialized if loop is nonzero */ member

Completed in 6 milliseconds