Searched refs:clientData (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/usr.bin/make/
H A Dhash.h59 void *clientData; /* Data associated with key. */ member in struct:Hash_Entry
88 #define Hash_GetValue(h) ((h)->clientData)
93 #define Hash_SetValue(h, val) ((h)->clientData = (val))
H A Dhash.c239 e->clientData = NULL;
/freebsd-10.0-release/sbin/rcorder/
H A Dhash.h61 ClientData clientData; /* Arbitrary piece of data associated member in struct:Hash_Entry
98 #define Hash_GetValue(h) ((h)->clientData)
106 #define Hash_SetValue(h, val) ((h)->clientData = (ClientData) (val))
H A Dhash.c268 e->clientData = NULL;

Completed in 185 milliseconds