Searched refs:destroy_value (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Dx-hash.c47 x_destroy_fun *destroy_value; member in struct:x_hash_table_struct
79 if (h->destroy_value != 0)
80 (*h->destroy_value) (v);
169 h->destroy_value = value_destroy;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Dx-hash.c50 x_destroy_fun *destroy_value; member in struct:x_hash_table_struct
82 if (h->destroy_value != 0)
83 (*h->destroy_value)(v);
167 h->destroy_value = value_destroy;

Completed in 2 milliseconds