Searched refs:osfd (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/npapi/npspy/extern/nspr/private/
H A Dpprio.h64 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/
H A Dprobslet.h143 ** 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/
H A D_macos.h120 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,(struc
[all...]
H A D_unixos.h113 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, _MDStat6
[all...]
H A D_beos.h155 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
H A D_os2.h201 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);
H A D_win16.h82 PRInt32 osfd; member in struct:_PRWin16PollDesc
100 NSPR_API(PRInt32) _PR_WaitForFD(PRInt32 osfd, PRUintn how,
171 PRInt32 osfd; member in struct:_MDFileDesc
H A D_win95.h192 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);
H A D_winnt.h215 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/libpcap/
H A Dsavefile.c219 pcap_t* pcap_hopen_offline_with_tstamp_precision(intptr_t osfd, u_int precision, argument
225 fd = _open_osfhandle(osfd, _O_RDONLY);
243 pcap_t* pcap_hopen_offline(intptr_t osfd, char *errbuf) argument
245 return pcap_hopen_offline_with_tstamp_precision(osfd,
/external/chromium_org/net/third_party/nss/ssl/
H A Dsslsock.c439 PRFileDesc * osfd = ss->fd->lower; local
446 if (osfd->methods->setsocketoption) {
447 rv = (SECStatus) osfd->methods->setsocketoption(osfd, &opt);
2027 PRFileDesc *osfd; local
2044 osfd = ss->fd->lower;
2047 newfd = osfd->methods->accept(osfd, sockaddr, timeout);
2312 PRFileDesc * osfd; local
2316 osfd
[all...]
H A Dsslsecur.c1070 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);

Completed in 309 milliseconds