Lines Matching refs:GlhHashBucket
82 typedef struct GlhHashBucket GlhHashBucket; typedef
90 GlhHashBucket *bucket; /* The parent hash-table bucket of this node */
114 struct GlhHashBucket { struct
118 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, argument
120 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line,
125 GlhHashBucket bucket[GLH_HASH_SIZE]; /* The buckets of the hash table */
1710 GlhHashBucket *b = glh->hash.bucket + i; in _glh_resize_history()
2172 GlhHashBucket *bucket; /* The hash-table bucket of the line */ in _glh_acquire_copy()
2264 GlhHashBucket *bucket = hnode->bucket; in _glh_discard_copy()
2331 static GlhHashBucket *glh_find_bucket(GlHistory *glh, const char *line, in glh_find_bucket()
2355 static GlhHashNode *glh_find_hash_node(GlhHashBucket *bucket, const char *line, in glh_find_hash_node()