Lines Matching refs:description
188 ** PR_CreateTrace() registers the QName, RName and description
196 ** description: pointer to string. Descriptive data about this
209 ** description is limited to 255 characters.
216 #define PR_CREATE_TRACE(handle,qName,rName,description)\
217 (handle) = PR_CreateTrace((qName),(rName),(description))
219 #define PR_CREATE_TRACE(handle,qName,rName,description)
226 const char *description /* description for this trace handle */
235 ** associated QName, RName and description data from the Trace
242 ** The QName, RName and description are removed.
470 ** rName, and description for the referenced trace handle.
475 ** rName and description. ... Don't mess with these values.
484 #define PR_GET_TRACE_NAME_FROM_HANDLE(handle,qName,rName,description)\
485 PR_GetTraceNameFromHandle((handle),(qName),(rName),(description))
487 #define PR_GET_TRACE_NAME_FROM_HANDLE(handle,qName,rName,description)
495 const char **description /* pointer to associated description */