Searched refs:cil_strpool_tab (Results 1 – 1 of 1) sorted by relevance
46 static hashtab_t cil_strpool_tab = NULL; variable76 strpool_ref = hashtab_search(cil_strpool_tab, (hashtab_key_t)str); in cil_strpool_add()80 int rc = hashtab_insert(cil_strpool_tab, (hashtab_key_t)strpool_ref->str, strpool_ref); in cil_strpool_add()103 if (cil_strpool_tab == NULL) { in cil_strpool_init()104 cil_strpool_tab = hashtab_create(cil_strpool_hash, cil_strpool_compare, CIL_STRPOOL_TABLE_SIZE); in cil_strpool_init()105 if (cil_strpool_tab == NULL) { in cil_strpool_init()120 hashtab_map(cil_strpool_tab, cil_strpool_entry_destroy, NULL); in cil_strpool_destroy()121 hashtab_destroy(cil_strpool_tab); in cil_strpool_destroy()122 cil_strpool_tab = NULL; in cil_strpool_destroy()