HomeSort by: relevance | last modified time | path
    Searched defs:clientData (Results 1 - 1 of 1) sorted by relevancy

  /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))

Completed in 31 milliseconds