OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PRStatus
(Results
1 - 25
of
76
) sorted by null
1
2
3
4
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
prcmon.h
67
NSPR_API(
PRStatus
) PR_CExitMonitor(void *address);
73
NSPR_API(
PRStatus
) PR_CWait(void *address, PRIntervalTime timeout);
79
NSPR_API(
PRStatus
) PR_CNotify(void *address);
85
NSPR_API(
PRStatus
) PR_CNotifyAll(void *address);
pripcsem.h
102
NSPR_API(
PRStatus
) PR_WaitSemaphore(PRSem *sem);
110
NSPR_API(
PRStatus
) PR_PostSemaphore(PRSem *sem);
118
NSPR_API(
PRStatus
) PR_CloseSemaphore(PRSem *sem);
126
NSPR_API(
PRStatus
) PR_DeleteSemaphore(const char *name);
prmon.h
74
NSPR_API(
PRStatus
) PR_ExitMonitor(PRMonitor *mon);
92
NSPR_API(
PRStatus
) PR_Wait(PRMonitor *mon, PRIntervalTime ticks);
99
NSPR_API(
PRStatus
) PR_Notify(PRMonitor *mon);
106
NSPR_API(
PRStatus
) PR_NotifyAll(PRMonitor *mon);
prpdce.h
62
NSPR_API(
PRStatus
) PRP_TryLock(PRLock *lock);
92
NSPR_API(
PRStatus
) PRP_NakedWait(
102
NSPR_API(
PRStatus
) PRP_NakedNotify(PRCondVar *cvar);
111
NSPR_API(
PRStatus
) PRP_NakedBroadcast(PRCondVar *cvar);
prcvar.h
94
NSPR_API(
PRStatus
) PR_WaitCondVar(PRCondVar *cvar, PRIntervalTime timeout);
109
NSPR_API(
PRStatus
) PR_NotifyCondVar(PRCondVar *cvar);
119
NSPR_API(
PRStatus
) PR_NotifyAllCondVar(PRCondVar *cvar);
prinit.h
155
NSPR_API(
PRStatus
) PR_Cleanup(void);
191
NSPR_API(
PRStatus
) PR_SetFDCacheSize(PRIntn low, PRIntn high);
218
PRStatus
status;
221
typedef
PRStatus
(PR_CALLBACK *PRCallOnceFN)(void);
223
typedef
PRStatus
(PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
225
NSPR_API(
PRStatus
) PR_CallOnce(
230
NSPR_API(
PRStatus
) PR_CallOnceWithArg(
prshm.h
233
** RETURNS:
PRStatus
236
NSPR_API(
PRStatus
)
255
** RETURNS:
PRStatus
258
NSPR_API(
PRStatus
)
276
** RETURNS:
PRStatus
279
NSPR_API(
PRStatus
)
prenv.h
135
**
PRStatus
.
143
NSPR_API(
PRStatus
) PR_SetEnv(const char *string);
prshma.h
188
**
PRStatus
191
NSPR_API(
PRStatus
)
237
**
PRStatus
240
NSPR_API(
PRStatus
)
prproces.h
71
NSPR_API(
PRStatus
) PR_ProcessAttrSetCurrentDirectory(
76
NSPR_API(
PRStatus
) PR_ProcessAttrSetInheritableFD(
101
NSPR_API(
PRStatus
) PR_CreateProcessDetached(
107
NSPR_API(
PRStatus
) PR_DetachProcess(PRProcess *process);
109
NSPR_API(
PRStatus
) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode);
111
NSPR_API(
PRStatus
) PR_KillProcess(PRProcess *process);
prnetdb.h
49
NSPR_API(
PRStatus
) PR_StringToNetAddr(
52
NSPR_API(
PRStatus
) PR_NetAddrToString(
102
**
PRStatus
PR_SUCCESS if the lookup succeeds. If it fails
106
NSPR_API(
PRStatus
) PR_GetHostByName(
131
**
PRStatus
PR_SUCCESS if the lookup succeeds. If it fails
142
NSPR_API(
PRStatus
) PR_GetIPNodeByName(
167
**
PRStatus
PR_SUCCESS if the lookup succeeds. If it fails
171
NSPR_API(
PRStatus
) PR_GetHostByAddr(
226
**
PRStatus
To indicate success or failure. If the latter, the
238
NSPR_API(
PRStatus
) PR_InitializeNetAddr
[
all
...]
prthread.h
155
NSPR_API(
PRStatus
) PR_JoinThread(PRThread *thread);
202
NSPR_API(
PRStatus
) PR_NewThreadPrivateIndex(
216
NSPR_API(
PRStatus
) PR_SetThreadPrivate(PRUintn tpdIndex, void *priv);
235
** that return a
PRStatus
(I/O, waiting on a condition, etc).
239
NSPR_API(
PRStatus
) PR_Interrupt(PRThread *thread);
264
NSPR_API(
PRStatus
) PR_Sleep(PRIntervalTime ticks);
prio.h
328
typedef
PRStatus
(PR_CALLBACK *PRCloseFN)(PRFileDesc *fd);
333
typedef
PRStatus
(PR_CALLBACK *PRFsyncFN)(PRFileDesc *fd);
336
typedef
PRStatus
(PR_CALLBACK *PRFileInfoFN)(PRFileDesc *fd, PRFileInfo *info);
337
typedef
PRStatus
(PR_CALLBACK *PRFileInfo64FN)(PRFileDesc *fd, PRFileInfo64 *info);
341
typedef
PRStatus
(PR_CALLBACK *PRConnectFN)(
345
typedef
PRStatus
(PR_CALLBACK *PRBindFN)(PRFileDesc *fd, const PRNetAddr *addr);
346
typedef
PRStatus
(PR_CALLBACK *PRListenFN)(PRFileDesc *fd, PRIntn backlog);
347
typedef
PRStatus
(PR_CALLBACK *PRShutdownFN)(PRFileDesc *fd, PRIntn how);
368
typedef
PRStatus
(PR_CALLBACK *PRGetsocknameFN)(PRFileDesc *fd, PRNetAddr *addr);
369
typedef
PRStatus
(PR_CALLBACK *PRGetpeernameFN)(PRFileDesc *fd, PRNetAddr *addr)
[
all
...]
prlock.h
114
NSPR_API(
PRStatus
) PR_Unlock(PRLock *lock);
prmwait.h
182
**
PRStatus
An indication of success. If equal to PR_FAILUE details
193
NSPR_API(
PRStatus
) PR_AddWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc);
245
**
PRStatus
If the wait receive object was located and associated
262
NSPR_API(
PRStatus
) PR_CancelWaitFileDesc(PRWaitGroup *group, PRRecvWait *desc);
329
**
PRStatus
Will be PR_SUCCESS if the wait group was valid and there
339
NSPR_API(
PRStatus
) PR_DestroyWaitGroup(PRWaitGroup *group);
373
**
PRStatus
379
NSPR_API(
PRStatus
) PR_DestroyMWaitEnumerator(PRMWaitEnumerator* enumerator);
prtpool.h
95
NSPR_API(
PRStatus
)
99
NSPR_API(
PRStatus
)
103
NSPR_API(
PRStatus
)
107
NSPR_API(
PRStatus
)
plresolv.h
70
PR_EXTERN(
PRStatus
) PL_ResolveName(
75
PR_EXTERN(
PRStatus
) PL_ResolveAddr(
prdtoa.h
82
NSPR_API(
PRStatus
) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits,
prsystem.h
88
NSPR_API(
PRStatus
) PR_GetSystemInfo(PRSysInfo cmd, char *buf, PRUint32 buflen);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_pcos.h
77
extern
PRStatus
_MD_OS2GetHostName(char *name, PRUint32 namelen);
80
extern
PRStatus
_MD_WindowsGetHostName(char *name, PRUint32 namelen);
82
extern
PRStatus
_MD_WindowsGetSysInfo(PRSysInfo cmd, char *name, PRUint32 namelen);
/external/chromium_org/base/time/
pr_time_unittest.cc
67
PRStatus
result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
74
PRStatus
result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT",
82
PRStatus
result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE,
90
PRStatus
result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE,
98
PRStatus
result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007",
106
PRStatus
result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM",
114
PRStatus
result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE,
122
PRStatus
result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE,
130
PRStatus
result = PR_ParseTimeString("16 Oct 2007 4:45-JST (Tuesday)",
144
PRStatus
result = PR_ParseTimeString("Sun Jan 2 00:00:00 3001"
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
pralarm.h
108
** RETURN:
PRStatus
120
NSPR_API(
PRStatus
) PR_DestroyAlarm(PRAlarm *alarm);
172
** RETURN:
PRStatus
Indication of completion.
184
NSPR_API(
PRStatus
) PR_ResetAlarm(
prsem.h
74
NSPR_API(
PRStatus
) PR_WaitSem(PRSemaphore *sem);
/external/chromium_org/net/third_party/nss/ssl/
sslerrstrs.c
22
static
PRStatus
/external/chromium/base/
pr_time_unittest.cc
66
PRStatus
result = PR_ParseTimeString(time_buf, PR_FALSE, &parsed_time);
73
PRStatus
result = PR_ParseTimeString("Mon, 15 Oct 2007 19:45:00 GMT",
81
PRStatus
result = PR_ParseTimeString("15 Oct 07 12:45:00", PR_FALSE,
89
PRStatus
result = PR_ParseTimeString("15 Oct 07 19:45 GMT", PR_FALSE,
97
PRStatus
result = PR_ParseTimeString("Mon Oct 15 12:45 PDT 2007",
105
PRStatus
result = PR_ParseTimeString("Monday, Oct 15, 2007 12:45 PM",
113
PRStatus
result = PR_ParseTimeString("10/15/07 12:45:00 PM", PR_FALSE,
121
PRStatus
result = PR_ParseTimeString("15-OCT-2007 12:45pm", PR_FALSE,
129
PRStatus
result = PR_ParseTimeString("16 Oct 2007 4:45-JST (Tuesday)",
259
PRStatus
result = PR_ParseTimeString("Sun Jan 2 00:00:00 3001"
[
all
...]
Completed in 764 milliseconds
1
2
3
4