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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprcountr.h121 #define PR_FindNextCounterRname VBoxNsprPR_FindNextCounterRname macro
527 ** FUNCTION: PR_FindNextCounterRname() -- Retreive the next RName counter
531 ** PR_FindNextCounterRname() retreives the first or next RNname
553 ** in another PR_FindNextCounterRname() function call; other
559 (next) = PR_FindNextCounterRname((rhandle),(qhandle))
565 PR_FindNextCounterRname(
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprcountr.c299 rh = PR_FindNextCounterRname( NULL, qh );
309 rh = PR_FindNextCounterRname( rh, qh );
484 PR_FindNextCounterRname(
506 } /* end PR_FindNextCounterRname() */

Completed in 81 milliseconds