HomeSort by relevance Sort by last modified time
    Searched refs:PR_CALLBACK (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prwin16.h 77 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 *getenv)( const char *name)
    [all...]
prcmon.h 91 NSPR_API(void) PR_CSetOnMonitorRecycle(void (PR_CALLBACK *callback)(void *address));
plhash.h 49 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);
prio.h 85 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 *PRFileInfoFN)(PRFileDesc *fd, PRFileInfo *info)
    [all...]
prinit.h 129 typedef PRIntn (PR_CALLBACK *PRPrimordialFn)(PRIntn argc, char **argv);
221 typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
223 typedef PRStatus (PR_CALLBACK *PRCallOnceWithArgFN)(void *arg);
prthread.h 135 void (PR_CALLBACK *start)(void *arg),
200 typedef void (PR_CALLBACK *PRThreadPrivateDTOR)(void *priv);
prtypes.h 92 #define PR_CALLBACK
108 #define PR_CALLBACK
127 #define PR_CALLBACK __cdecl __loadds
128 #define PR_STATIC_CALLBACK(__x) static __x PR_CALLBACK
141 #define PR_CALLBACK __cdecl __loadds
142 #define PR_STATIC_CALLBACK(__x) __x PR_CALLBACK
157 #define PR_CALLBACK
172 #define PR_CALLBACK
prtime.h 155 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
prtpool.h 59 typedef void (PR_CALLBACK *PRJobFn) (void *arg);
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/
pralarm.h 75 typedef PRBool (PR_CALLBACK *PRPeriodicAlarmFn)(
  /external/chromium_org/base/third_party/nspr/
prtime.h 72 #define PR_CALLBACK
179 typedef PRTimeParameters (PR_CALLBACK *PRTimeParamFn)(const PRExplodedTime *gmt);
  /external/chromium_org/net/third_party/nss/ssl/
ssl.h 212 typedef SECStatus (PR_CALLBACK *SSLNextProtoCallback)(
556 typedef SECStatus (PR_CALLBACK *SSLAuthCertificate)(void *arg, PRFileDesc *fd,
575 typedef SECStatus (PR_CALLBACK *SSLGetClientAuthData)(void *arg,
612 typedef SECStatus (PR_CALLBACK *SSLGetPlatformClientAuthData)(void *arg,
660 typedef PRInt32 (PR_CALLBACK *SSLSNISocketConfig)(PRFileDesc *fd,
    [all...]
sslsock.c     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
pprthred.h 228 typedef PRStatus (PR_CALLBACK *PREnumerator)(PRThread *t, int i, void *arg);
237 (PR_CALLBACK *PRScanStackFun)(PRThread* t,
  /external/chromium_org/net/base/
nss_memio.c 194 static PRStatus PR_CALLBACK memio_Close(PRFileDesc *fd)
204 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how)
214 static int PR_CALLBACK memio_Recv(PRFileDesc *fd, void *buf, PRInt32 len,
252 static int PR_CALLBACK memio_Read(PRFileDesc *fd, void *buf, PRInt32 len)
258 static int PR_CALLBACK memio_Send(PRFileDesc *fd, const void *buf, PRInt32 len,
286 static int PR_CALLBACK memio_Write(PRFileDesc *fd, const void *buf, PRInt32 len)
292 static PRStatus PR_CALLBACK memio_GetPeerName(PRFileDesc *fd, PRNetAddr *addr)
  /external/chromium_org/net/third_party/mozilla_security_manager/
nsPKCS12Blob.cpp 87 SECItem* PR_CALLBACK
  /external/chromium_org/net/cert/
x509_util_nss.cc 200 SECStatus PR_CALLBACK CollectCertsCallback(void* arg,

Completed in 344 milliseconds