Searched refs:PR_SetFDCacheSize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dfdcach.c51 * Define ORDER_PRESERVED if the implementation of PR_SetFDCacheSize
74 PR_SetFDCacheSize(0, FD_CACHE_SIZE);
75 PR_SetFDCacheSize(0, 0);
76 PR_SetFDCacheSize(0, FD_CACHE_SIZE);
118 PR_SetFDCacheSize(0, 0);
171 PR_SetFDCacheSize(0, FD_CACHE_SIZE);
214 PR_SetFDCacheSize(0, 0);
H A Dcltsrv.c1042 rv = PR_SetFDCacheSize(low, high);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprinit.h58 #define PR_SetFDCacheSize VBoxNsprPR_SetFDCacheSize macro
212 NSPR_API(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprfdcach.c196 PR_IMPLEMENT(PRStatus) PR_SetFDCacheSize(PRIntn low, PRIntn high)
252 } /* PR_SetFDCacheSize */

Completed in 46 milliseconds