Lines Matching refs:GlhHashBucket
80 typedef struct GlhHashBucket GlhHashBucket; typedef
88 GlhHashBucket *bucket; /* The parent hash-table bucket of this node */
112 struct GlhHashBucket { struct
116 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, argument
118 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
123 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */
1708 GlhHashBucket *b = glh->hash.bucket + i; in _glh_resize_history()
2170 GlhHashBucket *bucket; /* The hash-table bucket of the line */ in _glh_acquire_copy()
2262 GlhHashBucket *bucket = hnode->bucket; in _glh_discard_copy()
2329 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, in glh_find_bucket()
2353 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line, in glh_find_hash_node()