Lines Matching refs:description
179 ** descrioption: The description of the counter object. The
180 ** maximum length of description is defined by
192 #define PR_CREATE_COUNTER(handle,qName,rName,description)\
193 (handle) = PR_CreateCounter((qName),(rName),(description))
195 #define PR_CREATE_COUNTER(handle,qName,rName,description)
202 const char *description
277 ** description: Where to store a pointer to description.
288 #define PR_GET_COUNTER_NAME_FROM_HANDLE(handle,qName,rName,description)\
289 PR_GetCounterNameFromHandle((handle),(qName),(rName),(description))
291 #define PR_GET_COUNTER_NAME_FROM_HANDLE(handle,qName,rName,description )
299 const char **description