Home | Sort by: relevance | last modified time | path |
/src/sbin/rcorder/ | |
hash.h | 93 void *clientData; /* Arbitrary piece of data associated 130 #define Hash_GetValue(h) ((h)->clientData) 138 #define Hash_SetValue(h, val) ((h)->clientData = (void *) (val)) |