Searched refs:PR_CALLBACK (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprwin16.h77 typedef PRInt32 (PR_CALLBACK *PRStdinRead)( void *buf, PRInt32 amount);
78 typedef PRInt32 (PR_CALLBACK *PRStdoutWrite)( void *buf, PRInt32 amount);
79 typedef PRInt32 (PR_CALLBACK *PRStderrWrite)( void *buf, PRInt32 amount);
103 int (PR_CALLBACK *auxOutput)(const char *outputString);
104 size_t (PR_CALLBACK *strftime)(char *s, size_t len, const char *fmt, const struct tm *p);
105 void * (PR_CALLBACK *malloc)( size_t size );
106 void * (PR_CALLBACK *calloc)(size_t n, size_t size );
107 void * (PR_CALLBACK *realloc)( void* old_blk, size_t size );
108 void (PR_CALLBACK *free)( void *ptr );
109 void * (PR_CALLBACK *geten
[all...]
H A Dprcmon.h91 NSPR_API(void) PR_CSetOnMonitorRecycle(void (PR_CALLBACK *callback)(void *address));
H A Dplhash.h49 typedef PLHashNumber (PR_CALLBACK *PLHashFunction)(const void *key);
50 typedef PRIntn (PR_CALLBACK *PLHashComparator)(const void *v1, const void *v2);
55 typedef PRIntn (PR_CALLBACK *PLHashEnumerator)(PLHashEntry *he, PRIntn i, void *arg);
68 void * (PR_CALLBACK *allocTable)(void *pool, PRSize size);
69 void (PR_CALLBACK *freeTable)(void *pool, void *item);
70 PLHashEntry * (PR_CALLBACK *allocEntry)(void *pool, const void *key);
71 void (PR_CALLBACK *freeEntry)(void *pool, PLHashEntry *he, PRUintn flag);
H A Dprio.h85 void (PR_CALLBACK *dtor)(PRFileDesc *fd);
328 typedef PRStatus (PR_CALLBACK *PRCloseFN)(PRFileDesc *fd);
329 typedef PRInt32 (PR_CALLBACK *PRReadFN)(PRFileDesc *fd, void *buf, PRInt32 amount);
330 typedef PRInt32 (PR_CALLBACK *PRWriteFN)(PRFileDesc *fd, const void *buf, PRInt32 amount);
331 typedef PRInt32 (PR_CALLBACK *PRAvailableFN)(PRFileDesc *fd);
332 typedef PRInt64 (PR_CALLBACK *PRAvailable64FN)(PRFileDesc *fd);
333 typedef PRStatus (PR_CALLBACK *PRFsyncFN)(PRFileDesc *fd);
334 typedef PROffset32 (PR_CALLBACK *PRSeekFN)(PRFileDesc *fd, PROffset32 offset, PRSeekWhence how);
335 typedef PROffset64 (PR_CALLBACK *PRSeek64FN)(PRFileDesc *fd, PROffset64 offset, PRSeekWhence how);
336 typedef PRStatus (PR_CALLBACK *PRFileInfoF
[all...]
H A Dprinit.h129 typedef PRIntn (PR_CALLBACK *PRPrimordialFn)(PRIntn argc, char **argv);
221 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
223 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
H A Dprthread.h135 void (PR_CALLBACK *start)(void *arg),
200 typedef void (PR_CALLBACK *PRThreadPrivateDTOR)(void *priv);
H A Dprtypes.h92 #define PR_CALLBACK macro
108 #define PR_CALLBACK macro
127 #define PR_CALLBACK __cdecl __loadds macro
128 #define PR_STATIC_CALLBACK(__x) static __x PR_CALLBACK
141 #define PR_CALLBACK __cdecl __loadds macro
142 #define PR_STATIC_CALLBACK(__x) __x PR_CALLBACK
157 #define PR_CALLBACK macro
172 #define PR_CALLBACK macro
H A Dprtime.h155 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
H A Dprtpool.h59 typedef void (PR_CALLBACK *PRJobFn) (void *arg);
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
H A Dpralarm.h75 typedef PRBool (PR_CALLBACK *PRPeriodicAlarmFn)(
/external/chromium/base/third_party/nspr/
H A Dprtypes.h102 #define PR_CALLBACK macro
118 #define PR_CALLBACK macro
134 #define PR_CALLBACK macro
150 #define PR_CALLBACK macro
171 #define PR_CALLBACK macro
194 #define PR_CALLBACK macro
H A Dprtime.h166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
/external/chromium_org/base/third_party/nspr/
H A Dprtypes.h102 #define PR_CALLBACK macro
118 #define PR_CALLBACK macro
134 #define PR_CALLBACK macro
150 #define PR_CALLBACK macro
171 #define PR_CALLBACK macro
194 #define PR_CALLBACK macro
H A Dprtime.h166 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl.h192 typedef SECStatus (PR_CALLBACK *SSLNextProtoCallback)(
536 typedef SECStatus (PR_CALLBACK *SSLAuthCertificate)(void *arg, PRFileDesc *fd,
555 typedef SECStatus (PR_CALLBACK *SSLGetClientAuthData)(void *arg,
592 typedef SECStatus (PR_CALLBACK *SSLGetPlatformClientAuthData)(void *arg,
640 typedef PRInt32 (PR_CALLBACK *SSLSNISocketConfig)(PRFileDesc *fd,
691 typedef SECStatus (PR_CALLBACK *SSLBadCertHandler)(void *arg, PRFileDesc *fd);
784 typedef void (PR_CALLBACK *SSLHandshakeCallback)(PRFileDesc *fd,
800 typedef SECStatus (PR_CALLBACK *SSLCanFalseStartCallback)(
1068 typedef SECStatus (PR_CALLBACK *SSLClientChannelIDCallback)(
H A Dsslsock.c2093 static PRFileDesc * PR_CALLBACK
2164 static PRStatus PR_CALLBACK
2189 static PRStatus PR_CALLBACK
2209 static PRStatus PR_CALLBACK
2229 static PRStatus PR_CALLBACK
2257 static PRStatus PR_CALLBACK
2284 static int PR_CALLBACK
2305 static int PR_CALLBACK
2326 static int PR_CALLBACK
2346 static int PR_CALLBACK
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
H A Dpprthred.h228 typedef PRStatus (PR_CALLBACK *PREnumerator)(PRThread *t, int i, void *arg);
237 (PR_CALLBACK *PRScanStackFun)(PRThread* t,
/external/chromium/net/base/
H A Dnss_memio.c189 static PRStatus PR_CALLBACK memio_Close(PRFileDesc *fd)
199 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how)
209 static int PR_CALLBACK memio_Recv(PRFileDesc *fd, void *buf, PRInt32 len,
236 static int PR_CALLBACK memio_Read(PRFileDesc *fd, void *buf, PRInt32 len)
242 static int PR_CALLBACK memio_Send(PRFileDesc *fd, const void *buf, PRInt32 len,
265 static int PR_CALLBACK memio_Write(PRFileDesc *fd, const void *buf, PRInt32 len)
271 static PRStatus PR_CALLBACK memio_GetPeerName(PRFileDesc *fd, PRNetAddr *addr)
H A Dx509_certificate_nss.cc598 SECStatus PR_CALLBACK
/external/chromium_org/net/base/
H A Dnss_memio.c193 static PRStatus PR_CALLBACK memio_Close(PRFileDesc *fd)
203 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how)
213 static int PR_CALLBACK memio_Recv(PRFileDesc *fd, void *buf, PRInt32 len,
251 static int PR_CALLBACK memio_Read(PRFileDesc *fd, void *buf, PRInt32 len)
257 static int PR_CALLBACK memio_Send(PRFileDesc *fd, const void *buf, PRInt32 len,
285 static int PR_CALLBACK memio_Write(PRFileDesc *fd, const void *buf, PRInt32 len)
291 static PRStatus PR_CALLBACK memio_GetPeerName(PRFileDesc *fd, PRNetAddr *addr)
/external/chromium_org/net/third_party/mozilla_security_manager/
H A DnsPKCS12Blob.cpp87 SECItem* PR_CALLBACK
/external/chromium_org/net/cert/
H A Dx509_util_nss.cc200 SECStatus PR_CALLBACK CollectCertsCallback(void* arg,

Completed in 325 milliseconds