/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/ |
pprio.h | 64 NSPR_API(PRFileDesc*) PR_AllocFileDesc(PRInt32 osfd, 70 NSPR_API(PRFileDesc*) PR_ImportFile(PRInt32 osfd); variable 71 NSPR_API(PRFileDesc*) PR_ImportPipe(PRInt32 osfd); variable 72 NSPR_API(PRFileDesc*) PR_ImportTCPSocket(PRInt32 osfd); variable 73 NSPR_API(PRFileDesc*) PR_ImportUDPSocket(PRInt32 osfd); variable 94 NSPR_API(PRFileDesc*) PR_CreateSocketPollFd(PRInt32 osfd); variable
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/obsolete/ |
probslet.h | 143 ** PR_FD_NSET(osfd, &fdset) includes a particular native file descriptor osfd 145 ** PR_FD_NCLR(osfd, &fdset) removes a native file descriptor osfd from fdset. 146 ** PR_FD_NISSET(osfd, &fdset) is nonzero if native file descriptor osfd is a member of 154 NSPR_API(void) PR_FD_NSET(PRInt32 osfd, PR_fd_set *set); 155 NSPR_API(void) PR_FD_NCLR(PRInt32 osfd, PR_fd_set *set); 156 NSPR_API(PRInt32) PR_FD_NISSET(PRInt32 osfd, PR_fd_set *set);
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_macos.h | 120 PRInt32 osfd; member in struct:_MDFileDesc 406 extern PRStatus _MD_LockFile(PRInt32 osfd); 408 extern PRStatus _MD_TLockFile(PRInt32 osfd); 410 extern PRStatus _MD_UnlockFile(PRInt32 osfd); 499 #define _MD_SEND(fd,buf,amount,flags,timeout) macsock_send(fd->secret->md.osfd,buf,amount,flags) 500 #define _MD_SENDTO(fd,buf,amount,flags,addr,addrlen,timeout) macsock_sendto(fd->secret->md.osfd,buf,amount,flags,(struct sockaddr *)addr,addrlen) 501 #define _MD_RECV(fd,buf,amount,flags,timeout) macsock_recv(fd->secret->md.osfd,buf,amount,flags) 502 #define _MD_RECVFROM(fd,buf,amount,flags,addr,addrlen,timeout) macsock_recvfrom(fd->secret->md.osfd,buf,amount,flags,(struct sockaddr *)addr,addrlen) 506 #define _MD_ACCEPT(fd,addr,addrlen,timeout) macsock_accept(fd->secret->md.osfd,(struct sockaddr *)addr,addrlen) 507 #define _MD_CONNECT(fd,name,namelen,timeout) macsock_connect(fd->secret->md.osfd,(struct sockaddr *)name,namelen [all...] |
_unixos.h | 113 PRInt32 osfd; member in struct:_PRUnixPollDesc 147 int osfd; member in struct:_MDFileDesc 328 extern PRInt32 _MD_AvailableSocket(PRInt32 osfd); 355 extern PRStatus _MD_LockFile(PRInt32 osfd); 356 extern PRStatus _MD_TLockFile(PRInt32 osfd); 357 extern PRStatus _MD_UnlockFile(PRInt32 osfd); 429 extern PRInt32 _MD_close(PRInt32 osfd); 438 extern PRInt32 _MD_socketpair(int af, int type, int flags, PRInt32 *osfd); 476 extern int _MD_unix_get_nonblocking_connect_error(int osfd); 606 typedef PRIntn (*_MD_Fstat64)(PRIntn osfd, _MDStat64 *buf) [all...] |
_beos.h | 155 PRInt32 osfd; member in struct:_MDFileDesc 523 NSPR_API(PRInt32) _MD_close_file(PRInt32 osfd); variable 543 NSPR_API(PRInt32) _MD_close_socket(PRInt32 osfd); variable 561 NSPR_API(PRInt32) _MD_socketpair(int af, int type, int flags, PRInt32 *osfd); 605 NSPR_API(PRStatus) _MD_lockfile(PRInt32 osfd); variable 606 NSPR_API(PRStatus) _MD_tlockfile(PRInt32 osfd); variable 607 NSPR_API(PRStatus) _MD_unlockfile(PRInt32 osfd); variable
|
_os2.h | 201 PRInt32 osfd; /* The osfd can come from one of three spaces: member in struct:_MDFileDesc 226 extern PRInt32 _MD_CloseFile(PRInt32 osfd); 285 extern PRInt32 _MD_CloseSocket(PRInt32 osfd); 583 extern int _MD_os2_get_nonblocking_connect_error(int osfd);
|
_win16.h | 82 PRInt32 osfd; member in struct:_PRWin16PollDesc 100 NSPR_API(PRInt32) _PR_WaitForFD(PRInt32 osfd, PRUintn how, 171 PRInt32 osfd; member in struct:_MDFileDesc
|
_win95.h | 192 PRInt32 osfd; /* The osfd can come from one of three spaces: member in struct:_MDFileDesc 232 extern PRInt32 _MD_CloseFile(PRInt32 osfd); 289 extern PRInt32 _MD_CloseSocket(PRInt32 osfd);
|
_winnt.h | 215 PRInt32 osfd; /* The osfd can come from one of three spaces: member in struct:_MDFileDesc 224 * for this osfd has been committed and 225 * cannot be changed. The osfd has been 228 PRBool sync_file_io; /* Use synchronous file I/O on the osfd 265 extern PRInt32 _PR_MD_CLOSE(PRInt32 osfd, PRBool socket);
|
/external/chromium_org/net/third_party/nss/ssl/ |
sslsock.c | 525 PRFileDesc * osfd = ss->fd->lower; local 532 if (osfd->methods->setsocketoption) { 533 rv = (SECStatus) osfd->methods->setsocketoption(osfd, &opt); 2099 PRFileDesc *osfd; local 2384 PRFileDesc * osfd; local [all...] |
sslsecur.c | 1070 PRFileDesc *osfd = ss->fd->lower; local 1082 rv = osfd->methods->connect(osfd, sa, ss->cTimeout); 1150 PRFileDesc *osfd = ss->fd->lower; local 1169 rv = osfd->methods->shutdown(osfd, nsprHow); [all...] |