Searched refs:PR_SUCCESS (Results 176 - 200 of 233) sorted by relevance

12345678910

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/windows/
H A Dw16sock.c84 return PR_SUCCESS;
515 return PR_SUCCESS;
529 return PR_SUCCESS;
543 return PR_SUCCESS;
557 return PR_SUCCESS;
H A Dntthread.c194 return PR_SUCCESS;
253 return PR_SUCCESS;
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver.cpp638 if (PR_CreatePipe(&readable, &writable) != PR_SUCCESS)
646 if (PR_ProcessAttrSetInheritableFD(attr, writable, VBOXSVC_STARTUP_PIPE_NAME) != PR_SUCCESS)
657 if (PR_CreateProcessDetached(pszPath, (char * const *)args, nsnull, attr) != PR_SUCCESS)
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_win16.h357 #define _MD_CREATE_THREAD(t,f,p,sc,st,stsiz) (PR_SUCCESS)
380 #define _MD_NEW_LOCK(l) (PR_SUCCESS)
H A D_win95.h384 #define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),(lock)->notified.length=0,(lock)->notified.link=NULL,PR_SUCCESS)
531 #define _MD_DELETE_SEMAPHORE(name) PR_SUCCESS /* no op */
H A D_winnt.h398 #define _MD_NEW_LOCK(lock) (InitializeCriticalSection(&((lock)->mutex)),PR_SUCCESS)
592 #define _MD_DELETE_SEMAPHORE(name) PR_SUCCESS /* no op */
H A D_aix.h229 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_darwin.h253 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_freebsd.h230 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_netbsd.h286 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_nextstep.h208 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_openvms.h272 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_reliantunix.h176 #define _MD_NEW_LOCK(lock) PR_SUCCESS
H A D_sunos4.h210 #define _MD_NEW_LOCK(lock) PR_SUCCESS
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprscanf.c335 return PR_SUCCESS;
412 return PR_SUCCESS;
H A Dprfdcach.c251 return PR_SUCCESS;
H A Dprlayer.c243 PR_ASSERT(PR_SUCCESS == rv);
364 PR_ASSERT(PR_SUCCESS == rv);
531 return PR_SUCCESS;
572 return PR_SUCCESS;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcfileio.cpp70 return (NULL == fd) ? PR_FAILURE : PR_SUCCESS;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Duxrng.c158 return((-1 == fdDevRandom)? PR_FAILURE : PR_SUCCESS );
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dpratom.c380 return PR_SUCCESS;
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dprucpu.c261 return PR_SUCCESS;
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dstack.c184 PR_ASSERT(rc == PR_SUCCESS);
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DxcDll.cpp306 if (ret == PR_SUCCESS)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c444 PRStatus rv = PR_SUCCESS;
770 ** PR_SUCCESS if successful.
891 return (err == noErr) ? PR_SUCCESS : PR_FAILURE;
950 return (bundle != NULL) ? PR_SUCCESS : PR_FAILURE;
967 return (lm->dlh != NULL || lm->image != NULL) ? PR_SUCCESS : PR_FAILURE;
1072 if ((status = loadProcs[i](name, lm)) == PR_SUCCESS)
1075 if (status != PR_SUCCESS) {
1409 PRStatus status = PR_SUCCESS;
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileWin.cpp350 if (status != PR_SUCCESS)
402 NS_ASSERTION(status == PR_SUCCESS, "close failed");
522 if (status != PR_SUCCESS)
547 if (status != PR_SUCCESS)
1026 if (status == PR_SUCCESS)
1453 if (PR_GetFileInfo64(mWorkingPath.get(), &info) != PR_SUCCESS)

Completed in 100 milliseconds

12345678910