Home
last modified time | relevance | path

Searched refs:value_free (Results 1 – 25 of 26) sorted by relevance

12

/netbsd/external/gpl3/binutils.old/dist/libctf/
H A Dctf-hash.c39 ctf_hash_free_fun value_free; member
46 ctf_hash_free_fun value_free; member
118 if (helem->value_free && helem->value) in ctf_dynhash_item_free()
119 helem->value_free (helem->value); in ctf_dynhash_item_free()
125 ctf_hash_free_fun key_free, ctf_hash_free_fun value_free) in ctf_dynhash_create() argument
142 dynhash->value_free = value_free; in ctf_dynhash_create()
157 ctf_hash_free_fun value_free) in ctf_hashtab_insert() argument
179 if (value_free) in ctf_hashtab_insert()
180 value_free ((*slot)->value); in ctf_hashtab_insert()
193 hp->key_free, hp->value_free); in ctf_dynhash_insert()
[all …]
/netbsd/external/gpl3/gdb/dist/libctf/
H A Dctf-hash.c58 ctf_hash_free_fun value_free; member
175 if (key_free || value_free) in ctf_dynhash_create()
193 if (key_free || value_free) in ctf_dynhash_create()
196 dynhash->value_free = value_free; in ctf_dynhash_create()
212 ctf_hash_free_fun value_free) in ctf_hashtab_insert() argument
228 if (key_free || value_free) in ctf_hashtab_insert()
240 if (value_free) in ctf_hashtab_insert()
241 value_free ((*slot)->value); in ctf_hashtab_insert()
256 value_free = hp->value_free; in ctf_dynhash_insert()
259 key_free, value_free); in ctf_dynhash_insert()
[all …]
H A DChangeLog478 <value_free>: Likewise.
482 allocate space for the key_free and value_free fields fields
486 value_free if they will exist. Set the slot's owner, but only
/netbsd/external/gpl3/binutils/dist/libctf/
H A Dctf-hash.c58 ctf_hash_free_fun value_free; member
166 if (key_free || value_free) in ctf_dynhash_create()
184 if (key_free || value_free) in ctf_dynhash_create()
187 dynhash->value_free = value_free; in ctf_dynhash_create()
203 ctf_hash_free_fun value_free) in ctf_hashtab_insert() argument
219 if (key_free || value_free) in ctf_hashtab_insert()
231 if (value_free) in ctf_hashtab_insert()
232 value_free ((*slot)->value); in ctf_hashtab_insert()
247 value_free = hp->value_free; in ctf_dynhash_insert()
250 key_free, value_free); in ctf_dynhash_insert()
[all …]
H A DChangeLog-2020761 <value_free>: Likewise.
765 allocate space for the key_free and value_free fields fields
769 value_free if they will exist. Set the slot's owner, but only
/netbsd/external/gpl3/gdb.old/dist/libctf/
H A Dctf-hash.c58 ctf_hash_free_fun value_free; member
175 if (key_free || value_free) in ctf_dynhash_create()
193 if (key_free || value_free) in ctf_dynhash_create()
196 dynhash->value_free = value_free; in ctf_dynhash_create()
212 ctf_hash_free_fun value_free) in ctf_hashtab_insert() argument
228 if (key_free || value_free) in ctf_hashtab_insert()
240 if (value_free) in ctf_hashtab_insert()
241 value_free ((*slot)->value); in ctf_hashtab_insert()
256 value_free = hp->value_free; in ctf_dynhash_insert()
259 key_free, value_free); in ctf_dynhash_insert()
[all …]
H A DChangeLog478 <value_free>: Likewise.
482 allocate space for the key_free and value_free fields fields
486 value_free if they will exist. Set the slot's owner, but only
/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_crypto.c1253 value_free(&vtemp); in crypto_xmit()
1263 value_free(&vtemp); in crypto_xmit()
1276 value_free(&vtemp); in crypto_xmit()
1286 value_free(&vtemp); in crypto_xmit()
1299 value_free(&vtemp); in crypto_xmit()
1309 value_free(&vtemp); in crypto_xmit()
1324 value_free(&vtemp); in crypto_xmit()
1355 value_free(&vtemp); in crypto_xmit()
1990 value_free( in value_free() function
3651 value_free(&cinf->cert); in cert_free()
H A Dntp_proto.c3172 value_free(&peer->cookval); in peer_clear()
3173 value_free(&peer->recval); in peer_clear()
3174 value_free(&peer->encrypt); in peer_clear()
3175 value_free(&peer->sndval); in peer_clear()
4952 value_free(&peer->sndval); in key_expire()
/netbsd/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h270 void (*value_free)(sqlite3_value*); member
565 #define sqlite3_value_free sqlite3_api->value_free
/netbsd/external/bsd/ntp/dist/include/
H A Dntpd.h212 extern void value_free (struct value *);
/netbsd/external/gpl3/gdb/dist/gdb/
H A DChangeLog-201813593 (value_decref): Rename from value_free.
13602 (value_decref): Rename from value_free.
13608 * stack.c (info_frame_command): Don't call value_free.
13613 * mi/mi-main.c (register_changed_p): Don't call value_free.
13614 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13615 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13617 value_free.
13622 (put_frame_register_bytes): Don't call value_free.
13623 * findvar.c (address_from_register): Don't call value_free.
13624 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
[all …]
H A DChangeLog-20094482 (value_free): Free the parent also.
4497 (value_free): Check the reference count.
11712 * varobj.c (free_variable): Call value_free.
12508 (value_free): For computed lvalues, call the closure's
13500 * value.c (set_internalvar): Use value_free, not xfree.
H A DChangeLog-20115103 (value_free, value_copy, set_value_component_location): Make the funcs
6844 (free_pieced_value_closure): Call value_free as needed.
10772 (value_free): Free `unavailable'.
H A DChangeLog-19902054 * value.h: Add value_free. Declare a few functions.
H A DChangeLog-2008418 (value_free): Remove macro, make it a function.
426 (value_free): New function.
H A DChangeLog-20019342 * value.h (value_free): Likewise.
H A DChangeLog-20147930 (value_free): Free the associated xmethod worker when freeing
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-201813593 (value_decref): Rename from value_free.
13602 (value_decref): Rename from value_free.
13608 * stack.c (info_frame_command): Don't call value_free.
13613 * mi/mi-main.c (register_changed_p): Don't call value_free.
13614 * mep-tdep.c (mep_frame_prev_register): Don't call value_free.
13615 * m88k-tdep.c (m88k_frame_prev_register): Don't call value_free.
13617 value_free.
13622 (put_frame_register_bytes): Don't call value_free.
13623 * findvar.c (address_from_register): Don't call value_free.
13624 * dwarf2read.c (dwarf2_compute_name): Don't call value_free.
[all …]
H A DChangeLog-20094482 (value_free): Free the parent also.
4497 (value_free): Check the reference count.
11712 * varobj.c (free_variable): Call value_free.
12508 (value_free): For computed lvalues, call the closure's
13500 * value.c (set_internalvar): Use value_free, not xfree.
H A DChangeLog-20115103 (value_free, value_copy, set_value_component_location): Make the funcs
6844 (free_pieced_value_closure): Call value_free as needed.
10772 (value_free): Free `unavailable'.
H A DChangeLog-19902054 * value.h: Add value_free. Declare a few functions.
H A DChangeLog-2008418 (value_free): Remove macro, make it a function.
426 (value_free): New function.
H A DChangeLog-20019342 * value.h (value_free): Likewise.
H A DChangeLog-20147930 (value_free): Free the associated xmethod worker when freeing

12