Lines Matching defs:key_destroy_func
38 FcDestroyFunc key_destroy_func;
57 FcDestroyFunc key_destroy_func,
69 ret->key_destroy_func = key_destroy_func;
86 if (table->key_destroy_func)
87 table->key_destroy_func (bucket->key);
149 if (bucket->key && table->key_destroy_func)
150 table->key_destroy_func (bucket->key);
214 if (table->key_destroy_func)
215 table->key_destroy_func (bucket->key);