HomeSort by: relevance | last modified time | path
    Searched refs:clientData (Results 1 - 2 of 2) 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))
hash.c 300 e->clientData = NULL;

Completed in 50 milliseconds