Lines Matching refs:PRCounterHandle

131 typedef void *  PRCounterHandle;
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 of the counter to be destroyed.
230 PRCounterHandle handle
249 ** PRCounterHandle or PRCounterError.
261 NSPR_API(PRCounterHandle)
296 PRCounterHandle handle,
310 ** handle: The PRCounterHandle of the counter to be incremented
327 PRCounterHandle handle
338 ** handle: The PRCounterHandle of the coutner to be
356 PRCounterHandle handle
365 ** handle: the PRCounterHandle of the counter to be added to.
385 PRCounterHandle handle,
398 ** handle: the PRCounterHandle of the counter to be subtracted
419 PRCounterHandle handle,
449 PRCounterHandle handle
460 ** handle: the PRCounterHandle of the counter whose contents
480 PRCounterHandle handle,
498 ** handle: PRCounterHandle or NULL.
502 ** RETURNS: PRCounterHandle or NULL when no more QName counter
509 ** A PRCounterHandle returned from this function may only be used
521 NSPR_API(PRCounterHandle)
523 PRCounterHandle handle
539 ** handle: PRCounterHandle or NULL.
540 ** qhandle: PRCounterHandle of a previously aquired via
545 ** RETURNS: PRCounterHandle or NULL when no more RName counter
552 ** A PRCounterHandle returned from this function may only be used
564 NSPR_API(PRCounterHandle)
566 PRCounterHandle rhandle,
567 PRCounterHandle qhandle