Searched refs:PRTraceHandle (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprtrace.h121 typedef void * PRTraceHandle; typedef
131 PRTraceHandle handle; /* PRTraceHandle creating the trace entry */
156 ** FUNCTION: PR_DEFINE_TRACE() -- Define a PRTraceHandle
162 #define PR_DEFINE_TRACE(name) PRTraceHandle name
165 ** FUNCTION: PR_INIT_TRACE_HANDLE() -- Set the value of a PRTraceHandle
168 ** PR_INIT_TRACE_HANDLE() sets the value of a PRTraceHandle
204 ** PRTraceHandle
222 NSPR_API(PRTraceHandle)
238 ** INPUTS: handle. A PRTraceHandle
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprtrace.c228 PR_IMPLEMENT(PRTraceHandle)
318 return((PRTraceHandle)rnp);
326 PRTraceHandle handle /* Handle to be destroyed */
370 PRTraceHandle handle, /* use this trace handle */
568 PR_IMPLEMENT(PRTraceHandle)
575 PRTraceHandle qh, rh = NULL;
609 PRTraceHandle handle, /* handle as search argument */
632 PR_IMPLEMENT(PRTraceHandle)
634 PRTraceHandle handle
651 return((PRTraceHandle)qn
[all...]

Completed in 98 milliseconds