ps2sdk  1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
htab Struct Reference

#include <hashtab.h>

+ Collaboration diagram for htab:

Data Fields

struct hitem ** table
 
word logsize
 
size_t mask
 
ub4 count
 
ub4 apos
 
struct hitemipos
 
struct rerootspace
 
ub4 bcount
 

Detailed Description

Definition at line 55 of file hashtab.h.

Field Documentation

◆ apos

ub4 htab::apos

Definition at line 61 of file hashtab.h.

Referenced by hcreate(), hfirst(), and hnbucket().

◆ bcount

ub4 htab::bcount

Definition at line 64 of file hashtab.h.

Referenced by hcreate().

◆ count

ub4 htab::count

Definition at line 60 of file hashtab.h.

Referenced by hcreate().

◆ ipos

struct hitem* htab::ipos

Definition at line 62 of file hashtab.h.

Referenced by hcreate().

◆ logsize

word htab::logsize

Definition at line 58 of file hashtab.h.

Referenced by hcreate().

◆ mask

size_t htab::mask

Definition at line 59 of file hashtab.h.

Referenced by hcreate().

◆ space

struct reroot* htab::space

Definition at line 63 of file hashtab.h.

Referenced by hcreate().

◆ table

struct hitem** htab::table

Definition at line 57 of file hashtab.h.

Referenced by hcreate().


The documentation for this struct was generated from the following file: