Home
last modified time | relevance | path

Searched refs:ht_bucket (Results 1 – 6 of 6) sorted by relevance

/dports/math/plplot-ada/plplot-5.15.0/lib/nn/
H A Dhash.c26 typedef struct ht_bucket struct
31 struct ht_bucket* next; argument
32 } ht_bucket; typedef
47 ht_bucket ** table;
57 ht_bucket** bucket; in ht_create()
111 ht_bucket* bucket; in ht_destroy()
138 ht_bucket * bucket; in ht_insert()
188 bucket = (ht_bucket *) malloc( sizeof ( ht_bucket ) ); in ht_insert()
213 ht_bucket * bucket; in ht_find()
236 ht_bucket * prev; in ht_delete()
[all …]
/dports/math/plplot/plplot-5.15.0/lib/nn/
H A Dhash.c26 typedef struct ht_bucket struct
31 struct ht_bucket* next; argument
32 } ht_bucket; typedef
47 ht_bucket ** table;
57 ht_bucket** bucket; in ht_create()
111 ht_bucket* bucket; in ht_destroy()
138 ht_bucket * bucket; in ht_insert()
188 bucket = (ht_bucket *) malloc( sizeof ( ht_bucket ) ); in ht_insert()
213 ht_bucket * bucket; in ht_find()
236 ht_bucket * prev; in ht_delete()
[all …]
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/grid/grid_gridding/nn/
H A Dhash.c28 typedef struct ht_bucket { struct
32 struct ht_bucket* next; argument
33 } ht_bucket; typedef
47 ht_bucket** table;
55 ht_bucket** bucket; in ht_create()
101 ht_bucket* bucket; in ht_destroy()
127 ht_bucket* bucket; in ht_insert()
174 bucket = (ht_bucket*) malloc(sizeof(ht_bucket)); in ht_insert()
198 ht_bucket* bucket; in ht_find()
221 ht_bucket* prev; in ht_delete()
[all …]
/dports/net/sems/sems-f89581a/core/sip/
H A Dtrans_table.h12 public ht_bucket<sip_trans>
21 typedef ht_bucket<sip_trans>::value_list trans_list;
H A Dtrans_table.cpp52 : ht_bucket<sip_trans>::ht_bucket(id) in trans_bucket()
/dports/net/sems/sems-f89581a/core/
H A Dhash_table.h45 class ht_bucket: public AmMutex
50 ht_bucket(unsigned long id) : id(id) {} in ht_bucket() function
51 virtual ~ht_bucket() {} in ~ht_bucket()