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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/Windows/
H A DWindows.h47 typedef typename HandleTraits::handle_type handle_type; typedef in class:ScopedHandle
48 handle_type Handle;
56 explicit ScopedHandle(handle_type h)
64 handle_type take() {
65 handle_type t = Handle;
70 ScopedHandle &operator=(handle_type h) {
82 operator handle_type() const {
88 typedef HANDLE handle_type; typedef in struct:CommonHandleTraits
90 static handle_type GetInvali
110 typedef HCRYPTPROV handle_type; typedef in struct:CryptContextTraits
[all...]
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-run/
H A Dio.hpp72 //! The \a handle_type type is used to transparently refer to file
79 typedef int handle_type; typedef in class:atf::atf_run::file_handle
105 file_handle(handle_type h);
180 handle_type disown(void);
192 handle_type get(void) const;
216 void posix_remap(handle_type h);
227 mutable handle_type m_handle;
237 static handle_type invalid_value(void);
260 typedef int handle_type; typedef in class:atf::atf_run::systembuf
276 explicit systembuf(handle_type
[all...]
H A Dio.cpp62 impl::file_handle::file_handle(handle_type h) :
106 impl::file_handle::handle_type
111 handle_type h = m_handle;
116 impl::file_handle::handle_type
126 impl::file_handle::posix_remap(handle_type h)
146 impl::file_handle::handle_type
156 impl::systembuf::systembuf(handle_type h, std::size_t bufsize) :
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dclihamts.c117 if ( (p_handle_info->handle_type == BE_impl_handle_t_k)
118 || (p_handle_info->handle_type == BE_context_handle_k)
119 || (p_handle_info->handle_type == BE_auto_handle_k) )
123 if ( (p_handle_info->handle_type == BE_rep_as_handle_t_k)
124 || (p_handle_info->handle_type == BE_rep_as_handle_t_p_k) )
163 p_handle_info->handle_type = BE_parm_user_handle_k;
175 p_handle_info->handle_type = BE_parm_user_handle_k;
191 p_handle_info->handle_type = BE_rep_as_handle_t_k;
199 p_handle_info->handle_type = BE_parm_handle_t_k;
213 p_handle_info->handle_type
[all...]
H A Dcstubmts.c143 if ( ( BE_handle_info.handle_type == BE_auto_handle_k )
283 if ( BE_handle_info.handle_type == BE_auto_handle_k )
399 if ( BE_handle_info.handle_type == BE_auto_handle_k )
428 if ( BE_handle_info.handle_type == BE_auto_handle_k )
435 if ((BE_handle_info.handle_type == BE_parm_user_handle_k)
436 || (BE_handle_info.handle_type == BE_impl_user_handle_k))
449 if ((BE_handle_info.handle_type == BE_rep_as_handle_t_k)
450 || (BE_handle_info.handle_type == BE_rep_as_handle_t_p_k))
472 if ((BE_handle_info.handle_type == BE_parm_user_handle_k)
473 || (BE_handle_info.handle_type
[all...]
H A Dclihandl.h111 BE_handle_type_k_t handle_type; /* Type of handle for operation */ member in struct:__anon7838
/macosx-10.10.1/llvmCore-3425.0.34/utils/KillTheDoctor/
H A DKillTheDoctor.cpp75 typedef typename HandleType::handle_type handle_type; typedef in class:__anon10595::ScopedHandle
77 handle_type Handle;
83 explicit ScopedHandle(handle_type handle)
90 ScopedHandle& operator=(handle_type handle) {
102 operator handle_type() {
109 typedef HANDLE handle_type; typedef in struct:__anon10595::CommonHandle
111 static handle_type GetInvalidHandle() {
115 static void Destruct(handle_type Handle) {
119 static bool isValid(handle_type Handl
125 typedef HANDLE handle_type; typedef in struct:__anon10595::FileMappingHandle
141 typedef LPVOID handle_type; typedef in struct:__anon10595::MappedViewOfFileHandle
[all...]
/macosx-10.10.1/libresolv-57/
H A Ddns_private.h50 uint32_t handle_type; member in struct:__dns_handle_private_struct
H A Ddns.c1119 dns->handle_type = DNS_PRIVATE_HANDLE_TYPE_SUPER;
1141 dns->handle_type = DNS_PRIVATE_HANDLE_TYPE_SUPER;
1161 dns->handle_type = DNS_PRIVATE_HANDLE_TYPE_PLAIN;
1192 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
1270 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
1293 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
1322 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
1687 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
1714 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
1740 if (dns->handle_type !
[all...]
H A Ddns_util.c1277 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
2036 if (dns->handle_type == DNS_PRIVATE_HANDLE_TYPE_SUPER)
2067 if (dns->handle_type != DNS_PRIVATE_HANDLE_TYPE_SUPER) return;
/macosx-10.10.1/apr-32/apr/apr/file_io/os2/
H A Dfilestat.c55 static apr_status_t handle_type(apr_filetype_e *ftype, HFILE file) function
116 return handle_type(&finfo->filetype, thefile->filedes);
/macosx-10.10.1/Heimdal-398.1.2/appl/gssmask/
H A Dgssmask.c41 enum handle_type { handle_context, handle_cred }; enum
45 enum handle_type type;
104 add_handle(struct client *c, enum handle_type type, void *data)
150 find_handle(struct handle *h, int32_t idx, enum handle_type type)

Completed in 107 milliseconds