Home
last modified time | relevance | path

Searched refs:osfd (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/
Dsavefile.c323 pcap_t* pcap_hopen_offline_with_tstamp_precision(intptr_t osfd, u_int precision, in pcap_hopen_offline_with_tstamp_precision() argument
329 fd = _open_osfhandle(osfd, _O_RDONLY); in pcap_hopen_offline_with_tstamp_precision()
347 pcap_t* pcap_hopen_offline(intptr_t osfd, char *errbuf) in pcap_hopen_offline() argument
349 return pcap_hopen_offline_with_tstamp_precision(osfd, in pcap_hopen_offline()
/external/curl/lib/vtls/
Dnss.c80 PRFileDesc *PR_ImportTCPSocket(PRInt32 osfd);