Searched defs:PRCounterHandle (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprcountr.h131 typedef void * PRCounterHandle; typedef
139 ** FUNCTION: PR_DEFINE_COUNTER() -- Define a PRCounterHandle
145 #define PR_DEFINE_COUNTER(name) PRCounterHandle name
148 ** FUNCTION: PR_INIT_COUNTER_HANDLE() -- Set the value of a PRCounterHandle
151 ** PR_INIT_COUNTER_HANDLE() sets the value of a PRCounterHandle
157 (handle) = (PRCounterHandle)(value)
169 ** PRCounterHandle to receive the handle returned from
186 ** PRCounterHandle.
198 NSPR_API(PRCounterHandle)
212 ** handle: the PRCounterHandle o
[all...]

Completed in 52 milliseconds