Searched defs:PR_IMPLEMENT (Results 1 - 25 of 99) sorted by relevance

1234

/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/
H A Dstrcmp.c41 PR_IMPLEMENT(PRIntn) function
50 PR_IMPLEMENT(PRIntn) function
H A Dstrccmp.c76 PR_IMPLEMENT(PRIntn) function
95 PR_IMPLEMENT(PRIntn) function
H A Dstrlen.c43 PR_IMPLEMENT(PRUint32) function
61 PR_IMPLEMENT(PRUint32) function
H A Dplgetopt.c70 PR_IMPLEMENT(PLOptState*) PL_CreateOptState(
110 PR_IMPLEMENT(void) PL_DestroyOptState(PLOptState *opt)
116 PR_IMPLEMENT(PLOptStatus) PL_GetNextOpt(PLOptState *opt) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcnetio.h63 class PR_IMPLEMENT(RCNetStreamIO): public RCIO function
H A Drcascii.h53 class PR_IMPLEMENT(RCFormatStuff) function
91 class PR_IMPLEMENT(RCFormatBuffer): public RCFormatStuff function
128 class PR_IMPLEMENT(RCFormat): pubic RCFormatBuffer function
162 class PR_IMPLEMENT(RCPrint): public RCFormat function
H A Drcmon.h52 class PR_IMPLEMENT(RCMonitor): public RCBase function
H A Drcbase.h58 class PR_IMPLEMENT(RCBase) function
H A Drccv.h64 class PR_IMPLEMENT(RCCondition): public RCBase function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprlog2.c43 PR_IMPLEMENT(PRIntn) PR_CeilingLog2(PRUint32 n) function
66 PR_IMPLEMENT(PRIntn) PR_FloorLog2(PRUint32 n) function
H A Dprolock.c48 PR_IMPLEMENT(PROrderedLock *)
63 PR_IMPLEMENT(void)
76 PR_IMPLEMENT(void)
89 PR_IMPLEMENT(PRStatus) function
H A Dprrng.c69 PR_IMPLEMENT(PRSize) PR_GetRandomNoise( function
H A Dprerror.c43 PR_IMPLEMENT(PRErrorCode) PR_GetError(void) function
49 PR_IMPLEMENT(PRInt32) PR_GetOSError(void) function
55 PR_IMPLEMENT(void) PR_SetError(PRErrorCode code, PRInt32 osErr)
63 PR_IMPLEMENT(void) PR_SetErrorText(PRIntn textLength, const char *text)
93 PR_IMPLEMENT(PRInt32) PR_GetErrorTextLength(void) function
99 PR_IMPLEMENT(PRInt32) PR_GetErrorText(char *text) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/beos/
H A Dbseg.c40 PR_IMPLEMENT(void)
45 PR_IMPLEMENT(PRStatus) function
51 PR_IMPLEMENT(void)
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/dll/
H A Dmygetval.c46 PR_IMPLEMENT(PRIntn) My_GetValue() function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/
H A Dprosdep.c100 PR_IMPLEMENT(PRInt32) PR_GetPageShift(void) function
108 PR_IMPLEMENT(PRInt32) PR_GetPageSize(void) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/bthreads/
H A Dbtcvar.c53 PR_IMPLEMENT(PRCondVar*)
79 PR_IMPLEMENT(void)
122 PR_IMPLEMENT(PRStatus) function
194 PR_IMPLEMENT(PRStatus) function
238 PR_IMPLEMENT(PRStatus) function
H A Dbtlocks.c54 PR_IMPLEMENT(PRLock*)
77 PR_IMPLEMENT(void)
88 PR_IMPLEMENT(void)
105 PR_IMPLEMENT(PRStatus) function
H A Dbtsem.c45 PR_IMPLEMENT(PRSemaphore*)
66 PR_IMPLEMENT(void)
91 PR_IMPLEMENT(PRStatus) function
106 PR_IMPLEMENT(void)
122 PR_IMPLEMENT(PRUintn) function
H A Dbtmisc.c71 PR_IMPLEMENT(void)
79 PR_IMPLEMENT(void)
88 PR_IMPLEMENT(PRWord *)
94 PR_IMPLEMENT(void *)
100 PR_IMPLEMENT(PRStatus) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprdir.c41 PR_IMPLEMENT(PRDir*) PR_OpenDir(const char *name)
59 PR_IMPLEMENT(PRDirEntry*) PR_ReadDir(PRDir *dir, PRDirFlags flags)
67 PR_IMPLEMENT(PRStatus) PR_CloseDir(PRDir *dir) function
82 PR_IMPLEMENT(PRStatus) PR_MkDir(const char *name, PRIntn mode) function
93 PR_IMPLEMENT(PRStatus) PR_MakeDir(const char *name, PRIntn mode) function
105 PR_IMPLEMENT(PRStatus) PR_RmDir(const char *name) function
120 PR_IMPLEMENT(PRDirUTF16*) PR_OpenDirUTF16(const PRUnichar *name)
138 PR_IMPLEMENT(PRDirEntryUTF16*) PR_ReadDirUTF16(PRDirUTF16 *dir, PRDirFlags flags)
149 PR_IMPLEMENT(PRStatus) PR_CloseDirUTF16(PRDirUTF16 *dir) function
H A Dprmmap.c48 PR_IMPLEMENT(PRFileMap *) PR_CreateFileMap(
72 PR_IMPLEMENT(PRInt32) PR_GetMemMapAlignment(void) function
77 PR_IMPLEMENT(void *) PR_MemMap(
85 PR_IMPLEMENT(PRStatus) PR_MemUnmap(void *addr, PRUint32 len) function
90 PR_IMPLEMENT(PRStatus) PR_CloseFileMap(PRFileMap *fmap) function
H A Dprstdio.c45 PR_IMPLEMENT(PRUint32) PR_fprintf(PRFileDesc* fd, const char *fmt, ...) function
56 PR_IMPLEMENT(PRUint32) PR_vfprintf(PRFileDesc* fd, const char *fmt, va_list ap) function
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprsem.c50 PR_IMPLEMENT(PRSemaphore*) PR_NewSem(PRUintn value)
85 PR_IMPLEMENT(void) PR_DestroySem(PRSemaphore *sem)
112 PR_IMPLEMENT(PRStatus) PR_WaitSem(PRSemaphore *sem) function
140 PR_IMPLEMENT(void) PR_PostSem(PRSemaphore *sem)
160 PR_IMPLEMENT(PRUintn) PR_GetValueSem(PRSemaphore *sem) function
/vbox/src/libs/xpcom18a4/nsprpub/lib/prstreams/
H A Dprstrms.h70 class PR_IMPLEMENT(PRfilebuf): public streambuf function
94 class PR_IMPLEMENT(PRifstream): public istream { function
113 class PR_IMPLEMENT(PRofstream) : public ostream { function
132 class PR_IMPLEMENT(PRfstream) : public iostream { function

Completed in 82 milliseconds

1234