Home
last modified time | relevance | path

Searched refs:hash_alloc (Results 1 – 25 of 61) sorted by relevance

123

/dports/misc/rump/buildrump.sh-b914579/src/external/bsd/mdocml/dist/
H A Dmandoc_ohash.c25 static void *hash_alloc(size_t, void *);
35 info.alloc = hash_alloc; in mandoc_ohash_init()
45 hash_alloc(size_t sz, void *arg) in hash_alloc() function
/dports/textproc/mdocml/mandoc-1.14.5/
H A Dmandoc_ohash.c25 static void *hash_alloc(size_t, void *);
35 info.alloc = hash_alloc; in mandoc_ohash_init()
45 hash_alloc(size_t sz, void *arg) in hash_alloc() function
/dports/devel/tla/tla-1.3.5/src/hackerlab/hash/
H A Dhashtree.c75 #define HASH_ALLOC(rules) ((rules && rules->hash_alloc) ? rules->hash_alloc : default_hash_alloc)
116 _->hash_alloc = default_hash_alloc; in hashtree_make_rules()
144 hashtree_alloc_fn hash_alloc, in hashtree_init_rules() argument
151 rules->hash_alloc = hash_alloc; in hashtree_init_rules()
H A Dhashtree.h264 hashtree_alloc_fn hash_alloc; member
285 hashtree_alloc_fn hash_alloc,
/dports/audio/baresip/baresip-0.5.8/modules/vidbridge/
H A Dvidbridge.c41 err = hash_alloc(&ht_src, 32); in module_init()
42 err |= hash_alloc(&ht_disp, 32); in module_init()
/dports/cad/xcircuit/xcircuit-3.10.30/spiceparser/
H A Dhash.h64 #define hash_malloc(h,s) hash_alloc((h),malloc((s)))
76 void *hash_alloc (hash_t *h, void *data); /* add data to list of allocs */
/dports/security/tinc-devel/tinc-1.1pre18/src/
H A Dsubnet.c58 ipv4_cache = hash_alloc(0x100, sizeof(ipv4_t)); in init_subnets()
59 ipv6_cache = hash_alloc(0x100, sizeof(ipv6_t)); in init_subnets()
60 mac_cache = hash_alloc(0x100, sizeof(mac_t)); in init_subnets()
H A Dhash.h30 extern hash_t *hash_alloc(size_t n, size_t size) __attribute__((__malloc__));
/dports/graphics/opendx/dx-4.4.4/src/exec/libdx/
H A Dhelper.c123 for (f->hash_alloc=1; f->hash_alloc<10*npoints; f->hash_alloc*=2) in _EndFaceVolume()
126 DXAllocate(f->hash_alloc*sizeof(struct hash)); in _EndFaceVolume()
129 memset(f->hash, 0, f->hash_alloc*sizeof(struct hash)); in _EndFaceVolume()
154 h = (t.p + 17*t.q + 513*t.r) & (f->hash_alloc-1); in _EndFaceVolume()
157 h = (h+1) & (f->hash_alloc-1); in _EndFaceVolume()
311 for (i=0, ns=0, ni=0; i<f->hash_alloc; i++) { in DXEndField()
321 f->hash_alloc = 0; in DXEndField()
H A DfieldClass.X42 int hash_alloc; /* allocate size of hash table */ member
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/m4/
H A Dlook.c56 static void *hash_alloc(size_t, void *);
64 NULL, hash_alloc, hash_free, element_alloc };
70 hash_alloc(size_t s, void *u UNUSED) in hash_alloc() function
/dports/sysutils/snapraid/snapraid-12.1/cmdline/
H A Ddup.c39 struct snapraid_hash* hash_alloc(struct snapraid_state* state, struct snapraid_disk* disk, struct s… in hash_alloc() function
121 hash = hash_alloc(state, disk, file); in state_dup()
/dports/ftp/vsftpd/vsftpd-3.0.5/
H A Dstandalone.c69 s_p_ip_count_hash = hash_alloc(256, s_ipaddr_size, in vsf_standalone_main()
71 s_p_pid_ip_hash = hash_alloc(256, sizeof(int), in vsf_standalone_main()
H A Dhash.h8 struct hash* hash_alloc(unsigned int buckets, unsigned int key_size,
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhash.h8 struct hash* hash_alloc(unsigned int buckets, unsigned int key_size,
H A Dstandalone.c88 s_p_ip_count_hash = hash_alloc(256, s_ipaddr_size, in vsf_standalone_main()
90 s_p_pid_ip_hash = hash_alloc(256, sizeof(int), in vsf_standalone_main()
/dports/audio/baresip/baresip-0.5.8/modules/aubridge/
H A Daubridge.c39 err = hash_alloc(&ht_device, 32); in module_init()
/dports/editors/led/led-2.0/src/
H A Dhash.h35 void *hash_alloc(u_char *name, int buckets, int nextoffs);
/dports/security/ophcrack/ophcrack-3.8.0/src/core/
H A Dhash.c43 hash_t *hash_alloc(hash_kind_t kind, int hlen, int plen, int id) { in hash_alloc() function
223 lmhsh1 = hash_alloc(lm1, 8, lmplen1 < 8 ? 8 : lmplen1, id); in hash_extract_lmnt()
224 lmhsh2 = hash_alloc(lm2, 8, lmplen2 < 8 ? 8 : lmplen2, id); in hash_extract_lmnt()
247 nthsh = hash_alloc(nt, 16, ntplen < 16 ? 16 : ntplen, id); in hash_extract_lmnt()
H A Dhash.h88 hash_t *hash_alloc(hash_kind_t kind, int hlen, int plen, int idx);
/dports/audio/re/re-0.5.8/src/turn/
H A Dchan.c225 err = hash_alloc(&c->ht_numb, bsize); in turnc_chan_hash_alloc()
229 err = hash_alloc(&c->ht_peer, bsize); in turnc_chan_hash_alloc()
/dports/audio/re/re-0.5.8/include/
H A Dre_hash.h12 int hash_alloc(struct hash **hp, uint32_t bsize);
/dports/irc/srvx/srvx-1.3.1/rx/
H A Drxhash.h77 rx_alloc_hash hash_alloc; member
/dports/audio/baresip/baresip-0.5.8/test/sip/
H A Dsipsrv.c292 err = hash_alloc(&srv->ht_dom, 32); in sip_server_alloc()
296 err = hash_alloc(&srv->ht_aor, 32); in sip_server_alloc()
/dports/audio/re/re-0.5.8/src/sipsess/
H A Dlisten.c334 err = hash_alloc(&sock->ht_sess, htsize); in sipsess_listen()
338 err = hash_alloc(&sock->ht_ack, htsize); in sipsess_listen()

123