GlhHashBucket
static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line,
static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */
GlhHashBucket *b = glh->hash.bucket + i;
GlhHashBucket *bucket; /* The hash-table bucket of the line */
GlhHashBucket *bucket = hnode->bucket;
static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line,
static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
typedef struct GlhHashBucket GlhHashBucket;
GlhHashBucket *bucket; /* The parent hash-table bucket of this node */