Lines Matching refs:ctf_str_atoms
104 fp->ctf_str_atoms = ctf_dynhash_create (ctf_hash_string, ctf_hash_eq_string, in ctf_str_create_atoms()
106 if (fp->ctf_str_atoms == NULL) in ctf_str_create_atoms()
127 ctf_dynhash_destroy (fp->ctf_str_atoms); in ctf_str_create_atoms()
128 fp->ctf_str_atoms = NULL; in ctf_str_create_atoms()
137 ctf_dynhash_destroy (fp->ctf_str_atoms); in ctf_str_free_atoms()
153 atom = ctf_dynhash_lookup (fp->ctf_str_atoms, str); in ctf_str_add_ref_internal()
179 if (ctf_dynhash_insert (fp->ctf_str_atoms, newstr, atom) < 0) in ctf_str_add_ref_internal()
205 ctf_dynhash_remove (fp->ctf_str_atoms, newstr); in ctf_str_add_ref_internal()
272 atom = ctf_dynhash_lookup (fp->ctf_str_atoms, str); in ctf_str_remove_ref()
302 ctf_dynhash_iter_remove (fp->ctf_str_atoms, ctf_str_rollback_atom, &id); in ctf_str_rollback()
319 ctf_dynhash_iter (fp->ctf_str_atoms, ctf_str_purge_one_atom_refs, NULL); in ctf_str_purge_refs()
427 nullstr = ctf_dynhash_lookup (fp->ctf_str_atoms, ""); in ctf_str_write_strtab()
436 ctf_dynhash_iter (fp->ctf_str_atoms, ctf_str_count_strtab, &s); in ctf_str_write_strtab()
450 ctf_dynhash_iter (fp->ctf_str_atoms, ctf_str_populate_sorttab, &s); in ctf_str_write_strtab()