Lines Matching +refs:val +refs:offset
5595 isc_uint32_t val;
5597 isc_random_get(&val);
5601 force_expire = ISC_TF(rbtnode->down == NULL && val % 4 == 0);
7532 deserialize32(void *arg, FILE *f, off_t offset) {
7566 header = (rbtdb_file_header_t *)(base + offset);
7788 * Round size up to the next pointer sized offset so it
8826 * to the first entry in the offset table.
8848 * Skip forward one record (length + 4) or one offset (4).
8870 unsigned int offset;
8884 offset = (raw[0] << 24) + (raw[1] << 16) +
8887 raw += offset;