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

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprcountr.h134 #define PRCOUNTER_DESC_MAX 255 macro
181 ** PRCOUNTER_DESC_MAX.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprcountr.c101 char desc[PRCOUNTER_DESC_MAX+1];
164 PR_ASSERT( strlen(description) <= PRCOUNTER_DESC_MAX );

Completed in 46 milliseconds