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

/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A Dx-hash.c45 x_compare_fun *compare_keys; member in struct:x_hash_table_struct
95 if (h->compare_keys == 0)
98 return (*h->compare_keys) (k1, k2) == 0;
167 h->compare_keys = compare;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A Dx-hash.c48 x_compare_fun *compare_keys; member in struct:x_hash_table_struct
98 if (h->compare_keys == 0)
101 return (*h->compare_keys)(k1, k2) == 0;
165 h->compare_keys = compare;

Completed in 5 milliseconds