Searched defs:handle (Results 1 - 16 of 16) sorted by relevance

/bind-9.11.3/lib/isc/unix/include/isc/
H A Ddir.h48 DIR * handle; member in struct:isc_dir
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dcondition.h25 HANDLE handle[2]; member in struct:isc_condition_thread
/bind-9.11.3/contrib/dlz/modules/filesystem/
H A Ddir.h31 DIR * handle; member in struct:dir
/bind-9.11.3/lib/dns/
H A Dgen-unix.h43 DIR *handle; member in struct:__anon109
51 dir->handle = opendir(path);
53 if (dir->handle != NULL)
66 if (dir->handle != NULL) {
67 dirent = readdir(dir->handle);
80 if (dir->handle != NULL)
81 (void)closedir(dir->handle);
83 dir->handle = NULL;
H A Dgen-win32.h209 HANDLE handle; member in struct:__anon110
238 dir->handle = FindFirstFile(pattern, &dir->find_data);
240 if (dir->handle == INVALID_HANDLE_VALUE) {
254 else if (dir->handle != INVALID_HANDLE_VALUE) {
255 if (FindNextFile(dir->handle, &dir->find_data) == TRUE)
271 if (dir->handle != INVALID_HANDLE_VALUE)
272 FindClose(dir->handle);
H A Ddyndb.c45 void *handle; member in struct:dyndb_implementation
85 load_symbol(void *handle, const char *filename, argument
91 REQUIRE(handle != NULL);
94 symbol = dlsym(handle, symbol_name);
118 void *handle = NULL; local
137 handle = dlopen(filename, flags);
138 if (handle == NULL)
144 CHECK(load_symbol(handle, filename, "dyndb_version",
158 CHECK(load_symbol(handle, filename, "dyndb_init",
160 CHECK(load_symbol(handle, filenam
212 load_symbol(HMODULE handle, const char *filename, const char *symbol_name, void **symbolp) argument
241 HMODULE handle; local
[all...]
H A Ddnstap.c849 dns_dthandle_t *handle; local
853 handle = isc_mem_get(mctx, sizeof(*handle));
854 if (handle == NULL)
857 handle->mode = mode;
858 handle->mctx = NULL;
868 handle->reader = fstrm_file_reader_init(fopt, NULL);
869 if (handle->reader == NULL)
872 res = fstrm_reader_open(handle->reader);
876 if (!dnstap_file(handle
903 dns_dt_getframe(dns_dthandle_t *handle, isc_uint8_t **bufp, size_t *sizep) argument
929 dns_dthandle_t *handle; local
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/wsock/common/
H A Dcheckdll.c96 /* Get the handle of the original winsock DLL */
140 HINSTANCE handle; local
175 if ((handle = LoadLibrary(dllpath)) == NULL) {
181 return (handle);
/bind-9.11.3/lib/isc/include/pk11/
H A Dpk11.h45 void *handle; member in struct:pk11_context
/bind-9.11.3/bin/tools/
H A Ddnstap-read.c277 dns_dthandle_t *handle = NULL; local
310 CHECKM(dns_dt_open(argv[0], dns_dtmode_file, mctx, &handle),
318 result = dns_dt_getframe(handle, &data, &datalen);
354 if (handle != NULL)
355 dns_dt_close(&handle);
/bind-9.11.3/lib/dns/tests/
H A Ddnstap_test.c120 dns_dthandle_t *handle = NULL; local
249 result = dns_dt_open(TAPFILE, dns_dtmode_file, mctx, &handle);
252 while (dns_dt_getframe(handle, &data, &dsize) == ISC_R_SUCCESS) {
277 if (handle != NULL)
278 dns_dt_close(&handle);
290 dns_dthandle_t *handle = NULL; local
300 result = dns_dt_open(TAPSAVED, dns_dtmode_file, mctx, &handle);
309 while (dns_dt_getframe(handle, &data, &dsize) == ISC_R_SUCCESS) {
349 if (handle != NULL)
350 dns_dt_close(&handle);
[all...]
/bind-9.11.3/lib/isc/unix/
H A Dentropy.c51 int handle; member in struct:__anon285
69 int fd = source->sources.file.handle;
98 source->sources.file.handle = -1;
109 int fd = source->sources.usocket.handle;
232 source->sources.usocket.handle = -1;
397 fd = source->sources.file.handle;
404 fd = source->sources.usocket.handle;
438 (void)close(source->handle);
443 close(source->handle);
567 source->sources.usocket.handle
[all...]
/bind-9.11.3/bin/win32/BINDInstall/
H A DVersionInfo.cpp43 DWORD handle; local
44 DWORD viSize = GetFileVersionInfoSize((LPTSTR)(LPCTSTR)filename, &handle);
56 if(!GetFileVersionInfo((LPTSTR)(LPCTSTR)filename, handle, viSize, m_versionInfo))
/bind-9.11.3/contrib/idn/idnkit-1.0-src/lib/
H A Dnameprep.c104 idn_nameprep_t handle; local
119 for (handle = nameprep_versions; handle->version != NULL; handle++) {
120 if (strcmp(handle->version, version) == 0) {
121 *handlep = handle;
129 idn_nameprep_destroy(idn_nameprep_t handle) { argument
130 assert(handle != NULL);
138 idn_nameprep_map(idn_nameprep_t handle, const unsigned long *from, argument
140 assert(handle !
202 idn_nameprep_isprohibited(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument
213 idn_nameprep_isunassigned(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument
249 idn_nameprep_isvalidbidi(idn_nameprep_t handle, const unsigned long *str, const unsigned long **found) argument
331 idn_nameprep_destroyproc(void *handle) argument
336 idn_nameprep_mapproc(void *handle, const unsigned long *from, unsigned long *to, size_t tolen) argument
342 idn_nameprep_prohibitproc(void *handle, const unsigned long *str, const unsigned long **found) argument
348 idn_nameprep_unassignedproc(void *handle, const unsigned long *str, const unsigned long **found) argument
354 idn_nameprep_bidiproc(void *handle, const unsigned long *str, const unsigned long **found) argument
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/tools/runidn/
H A Dstub.c68 void *handle; member in struct:__anon94
82 static void *shared_obj_findsym(void *handle, const char *name);
83 static void *shared_obj_findsymx(void *handle, const char *name);
98 shared_obj_findsym(void *handle, const char *name) { argument
110 if ((addr = shared_obj_findsymx(handle, name + 1)) != NULL) {
115 if ((addr = shared_obj_findsymx(handle, name)) != NULL) {
120 return (shared_obj_findsymx(handle, name));
122 return (shared_obj_findsymx(handle, name + 1));
128 shared_obj_findsymx(void *handle, const char *name) { argument
130 return (dlsym(handle, nam
[all...]
/bind-9.11.3/lib/isc/
H A Dentropy.c133 FILESOURCE_HANDLE_TYPE handle; member in struct:__anon222

Completed in 42 milliseconds