handle             41 daemons/attrd/pacemaker-attrd.c attrd_cpg_dispatch(cpg_handle_t handle,
handle             48 daemons/attrd/pacemaker-attrd.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle            237 daemons/based/pacemaker-based.c cib_cs_dispatch(cpg_handle_t handle,
handle            244 daemons/based/pacemaker-based.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle             29 daemons/controld/controld_corosync.c crmd_cs_dispatch(cpg_handle_t handle, const struct cpg_name *groupName,
handle             34 daemons/controld/controld_corosync.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle            105 daemons/controld/controld_corosync.c cpg_membership_callback(cpg_handle_t handle, const struct cpg_name *cpg_name,
handle            138 daemons/controld/controld_corosync.c     pcmk_cpg_membership(handle, cpg_name, member_list, member_list_entries,
handle            194 daemons/fenced/pacemaker-fenced.c stonith_peer_ais_callback(cpg_handle_t handle,
handle            201 daemons/fenced/pacemaker-fenced.c     char *data = pcmk_message_common_cs(handle, nodeid, pid, msg, &kind, &from);
handle             54 daemons/pacemakerd/pcmkd_corosync.c     corosync_cfg_handle_t *handle = (corosync_cfg_handle_t *) user_data;
handle             55 daemons/pacemakerd/pcmkd_corosync.c     cs_error_t rc = corosync_cfg_dispatch(*handle, CS_DISPATCH_ALL);
handle            144 include/crm/cluster.h uint32_t get_local_nodeid(cpg_handle_t handle);
handle            149 include/crm/cluster.h void pcmk_cpg_membership(cpg_handle_t handle,
handle            158 include/crm/cluster.h char *pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *msg,
handle            104 include/crm/cluster/internal.h #define pcmk__init_cmap(handle) cmap_initialize_map((handle), CMAP_MAP_ICMAP)
handle            106 include/crm/cluster/internal.h #define pcmk__init_cmap(handle) cmap_initialize(handle)
handle            266 lib/cluster/corosync.c quorum_notification_cb(quorum_handle_t handle, uint32_t quorate,
handle            499 lib/cluster/corosync.c     cmap_handle_t handle;
handle            501 lib/cluster/corosync.c     rc = pcmk__init_cmap(&handle);
handle            519 lib/cluster/corosync.c     cmap_finalize(handle);
handle            673 lib/cluster/corosync.c     cmap_handle_t handle;
handle            682 lib/cluster/corosync.c     rc = pcmk__init_cmap(&handle);
handle            689 lib/cluster/corosync.c     rc = cmap_fd_get(handle, &fd);
handle            710 lib/cluster/corosync.c     rc = cmap_get_string(handle, "totem.cluster_name", &cluster_name);
handle            719 lib/cluster/corosync.c     cmap_finalize(handle);
handle            117 lib/cluster/cpg.c get_local_nodeid(cpg_handle_t handle)
handle            122 lib/cluster/cpg.c     cpg_handle_t local_handle = handle;
handle            134 lib/cluster/cpg.c     if(handle == 0) {
handle            177 lib/cluster/cpg.c     if(handle == 0) {
handle            216 lib/cluster/cpg.c     cpg_handle_t *handle = (cpg_handle_t *) data;
handle            218 lib/cluster/cpg.c     if (*handle == 0) {
handle            240 lib/cluster/cpg.c         rc = cpg_mcast_joined(*handle, CPG_TYPE_AGREED, iov, 1);
handle            441 lib/cluster/cpg.c pcmk_message_common_cs(cpg_handle_t handle, uint32_t nodeid, uint32_t pid, void *content,
handle            447 lib/cluster/cpg.c     if(handle) {
handle            449 lib/cluster/cpg.c         uint32_t local_nodeid = get_local_nodeid(handle);
handle            687 lib/cluster/cpg.c pcmk_cpg_membership(cpg_handle_t handle,
handle            696 lib/cluster/cpg.c     uint32_t local_nodeid = get_local_nodeid(handle);
handle            792 lib/cluster/cpg.c     cpg_handle_t handle = 0;
handle            821 lib/cluster/cpg.c     cs_repeat(rc, retries, 30, cpg_model_initialize(&handle, CPG_MODEL_V1, (cpg_model_data_t *)&cpg_model_info, NULL));
handle            828 lib/cluster/cpg.c     rc = cpg_fd_get(handle, &fd);
handle            851 lib/cluster/cpg.c     id = get_local_nodeid(handle);
handle            860 lib/cluster/cpg.c     cs_repeat(rc, retries, 30, cpg_join(handle, &cluster->group));
handle            866 lib/cluster/cpg.c     pcmk_cpg_handle = handle;
handle            867 lib/cluster/cpg.c     cluster->cpg_handle = handle;
handle            872 lib/cluster/cpg.c         cpg_finalize(handle);
handle             54 lib/fencing/st_lha.c find_library_function(void **handle, const char *lib, const char *fn)
handle             58 lib/fencing/st_lha.c     if (*handle == NULL) {
handle             59 lib/fencing/st_lha.c         *handle = dlopen(lib, RTLD_LAZY);
handle             60 lib/fencing/st_lha.c         if ((*handle) == NULL) {
handle             66 lib/fencing/st_lha.c     a_function = dlsym(*handle, fn);
handle            366 libltdl/loaders/preopen.c 		  lt_dlhandle handle = lt_dlopen (symbol->name);
handle            367 libltdl/loaders/preopen.c 		  if (handle == 0)
handle            373 libltdl/loaders/preopen.c 		      errors += (*func) (handle);
handle            159 libltdl/lt_dlloader.c   lt_dlhandle		handle = 0;
handle            171 libltdl/lt_dlloader.c   while ((handle = lt_dlhandle_iterate (iface, handle)))
handle            173 libltdl/lt_dlloader.c       lt_dlhandle cur = handle;
handle            177 libltdl/lt_dlloader.c 	  if (lt_dlisresident (handle))
handle             71 libltdl/ltdl.c #define LT_DLIS_RESIDENT(handle)  ((handle)->info.is_resident)
handle             72 libltdl/ltdl.c #define LT_DLIS_SYMGLOBAL(handle) ((handle)->info.is_symglobal)
handle             73 libltdl/ltdl.c #define LT_DLIS_SYMLOCAL(handle)  ((handle)->info.is_symlocal)
handle            124 libltdl/ltdl.c 				       lt_dlhandle *handle,
handle            126 libltdl/ltdl.c static	int	find_module	      (lt_dlhandle *handle, const char *dir,
handle            131 libltdl/ltdl.c static	int	load_deplibs	      (lt_dlhandle handle,  char *deplibs);
handle            133 libltdl/ltdl.c static	int	try_dlopen	      (lt_dlhandle *handle,
handle            136 libltdl/ltdl.c static	int	tryall_dlopen	      (lt_dlhandle *handle,
handle            140 libltdl/ltdl.c static	int	unload_deplibs	      (lt_dlhandle handle);
handle            154 libltdl/ltdl.c static	int	loader_init_callback  (lt_dlhandle handle);
handle            178 libltdl/ltdl.c loader_init_callback (lt_dlhandle handle)
handle            180 libltdl/ltdl.c   lt_get_vtable *vtable_func = (lt_get_vtable *) lt_dlsym (handle, "get_vtable");
handle            269 libltdl/ltdl.c   lt_dlhandle  handle   = handles;
handle            290 libltdl/ltdl.c       for (level = 1; handle; ++level)
handle            371 libltdl/ltdl.c   lt_dlhandle	handle		= handles;
handle            384 libltdl/ltdl.c   for (;handle; handle = handle->next)
handle            386 libltdl/ltdl.c       if ((handle->info.filename == filename) /* dlopen self: 0 == 0 */
handle            387 libltdl/ltdl.c 	  || (handle->info.filename && filename
handle            388 libltdl/ltdl.c 	      && STREQ (handle->info.filename, filename)))
handle            394 libltdl/ltdl.c   if (handle)
handle            396 libltdl/ltdl.c       ++handle->info.ref_count;
handle            397 libltdl/ltdl.c       *phandle = handle;
handle            401 libltdl/ltdl.c   handle = *phandle;
handle            416 libltdl/ltdl.c       handle->info.filename = lt__strdup (filename);
handle            417 libltdl/ltdl.c       if (!handle->info.filename)
handle            425 libltdl/ltdl.c       handle->info.filename = 0;
handle            444 libltdl/ltdl.c 	handle->module = (*loader_vtable->module_open) (loader_vtable->dlloader_data,
handle            447 libltdl/ltdl.c 	if (!handle->module) {
handle            458 libltdl/ltdl.c 	if (handle->module != 0)
handle            462 libltdl/ltdl.c 		handle->info.is_resident  = advise->is_resident;
handle            463 libltdl/ltdl.c 		handle->info.is_symglobal = advise->is_symglobal;
handle            464 libltdl/ltdl.c 		handle->info.is_symlocal  = advise->is_symlocal;
handle            474 libltdl/ltdl.c     if ((vtable && !handle->module)
handle            477 libltdl/ltdl.c 	FREE (handle->info.filename);
handle            482 libltdl/ltdl.c     handle->vtable = loader_vtable;
handle            493 libltdl/ltdl.c tryall_dlopen_module (lt_dlhandle *handle, const char *prefix,
handle            502 libltdl/ltdl.c   assert (handle);
handle            529 libltdl/ltdl.c       error += tryall_dlopen_module (handle, (const char *) 0,
handle            532 libltdl/ltdl.c   else if (tryall_dlopen (handle, filename, advise, 0) != 0)
handle            542 libltdl/ltdl.c find_module (lt_dlhandle *handle, const char *dir, const char *libdir,
handle            549 libltdl/ltdl.c   if (old_name && tryall_dlopen (handle, old_name,
handle            561 libltdl/ltdl.c 	  if (tryall_dlopen_module (handle, (const char *) 0,
handle            569 libltdl/ltdl.c 	  if (tryall_dlopen_module (handle, dir, objdir,
handle            576 libltdl/ltdl.c 	  if (dir && (tryall_dlopen_module (handle, (const char *) 0,
handle            818 libltdl/ltdl.c load_deplibs (lt_dlhandle handle, char * deplibs LT__UNUSED)
handle            820 libltdl/ltdl.c   handle->depcount = 0;
handle            826 libltdl/ltdl.c load_deplibs (lt_dlhandle handle, char *deplibs)
handle            834 libltdl/ltdl.c   handle->depcount = 0;
handle            944 libltdl/ltdl.c       lt_dlhandle cur = handle;
handle            982 libltdl/ltdl.c unload_deplibs (lt_dlhandle handle)
handle            986 libltdl/ltdl.c   lt_dlhandle cur = handle;
handle           1637 libltdl/ltdl.c   lt_dlhandle	handle	= 0;
handle           1641 libltdl/ltdl.c     handle = lt_dlopenadvise (filename, advise);
handle           1644 libltdl/ltdl.c   return handle;
handle           1651 libltdl/ltdl.c   lt_dlhandle	handle	= 0;
handle           1671 libltdl/ltdl.c       if (try_dlopen (&handle, filename, NULL, advise) != 0)
handle           1674 libltdl/ltdl.c       return handle;
handle           1680 libltdl/ltdl.c       errors += try_dlopen (&handle, filename, archive_ext, advise);
handle           1687 libltdl/ltdl.c       if (handle || ((errors > 0) && !file_not_found ()))
handle           1688 libltdl/ltdl.c 	return handle;
handle           1693 libltdl/ltdl.c       errors = try_dlopen (&handle, filename, shlib_ext, advise);
handle           1697 libltdl/ltdl.c       if (handle || ((errors > 0) && !file_not_found ()))
handle           1698 libltdl/ltdl.c 	return handle;
handle           1704 libltdl/ltdl.c       errors = try_dlopen (&handle, filename, shared_ext, advise);
handle           1708 libltdl/ltdl.c       if (handle || ((errors > 0) && !file_not_found ()))
handle           1709 libltdl/ltdl.c 	return handle;
handle           1949 libltdl/ltdl.c lt_dlclose (lt_dlhandle handle)
handle           1956 libltdl/ltdl.c   while (cur && handle != cur)
handle           1969 libltdl/ltdl.c   cur = handle;
handle           1990 libltdl/ltdl.c       errors += unload_deplibs (handle);
handle           2002 libltdl/ltdl.c   if (LT_DLIS_RESIDENT (handle))
handle           2020 libltdl/ltdl.c   lt_dlhandle handle;
handle           2028 libltdl/ltdl.c   handle = place;
handle           2036 libltdl/ltdl.c   lensym = LT_STRLEN (symbol) + LT_STRLEN (handle->vtable->sym_prefix)
handle           2037 libltdl/ltdl.c 					+ LT_STRLEN (handle->info.name);
handle           2053 libltdl/ltdl.c   data = handle->vtable->dlloader_data;
handle           2054 libltdl/ltdl.c   if (handle->info.name)
handle           2061 libltdl/ltdl.c       if (handle->vtable->sym_prefix)
handle           2063 libltdl/ltdl.c 	  strcpy(sym, handle->vtable->sym_prefix);
handle           2064 libltdl/ltdl.c 	  strcat(sym, handle->info.name);
handle           2068 libltdl/ltdl.c 	  strcpy(sym, handle->info.name);
handle           2075 libltdl/ltdl.c       address = handle->vtable->find_sym (data, handle->module, sym);
handle           2088 libltdl/ltdl.c   if (handle->vtable->sym_prefix)
handle           2090 libltdl/ltdl.c       strcpy(sym, handle->vtable->sym_prefix);
handle           2098 libltdl/ltdl.c   address = handle->vtable->find_sym (data, handle->module, sym);
handle           2257 libltdl/ltdl.c lt_dlmakeresident (lt_dlhandle handle)
handle           2261 libltdl/ltdl.c   if (!handle)
handle           2268 libltdl/ltdl.c       handle->info.is_resident = 1;
handle           2275 libltdl/ltdl.c lt_dlisresident	(lt_dlhandle handle)
handle           2277 libltdl/ltdl.c   if (!handle)
handle           2283 libltdl/ltdl.c   return LT_DLIS_RESIDENT (handle);
handle           2322 libltdl/ltdl.c lt_dlcaller_set_data (lt_dlinterface_id key, lt_dlhandle handle, void *data)
handle           2326 libltdl/ltdl.c   lt_dlhandle cur = handle;
handle           2369 libltdl/ltdl.c lt_dlcaller_get_data (lt_dlinterface_id key, lt_dlhandle handle)
handle           2372 libltdl/ltdl.c   lt_dlhandle cur = handle;
handle           2392 libltdl/ltdl.c lt_dlgetinfo (lt_dlhandle handle)
handle           2394 libltdl/ltdl.c   if (!handle)
handle           2400 libltdl/ltdl.c   return &(handle->info);
handle           2407 libltdl/ltdl.c   lt_dlhandle handle = place;
handle           2412 libltdl/ltdl.c   if (!handle)
handle           2413 libltdl/ltdl.c     handle = handles;
handle           2415 libltdl/ltdl.c     handle = handle->next;
handle           2418 libltdl/ltdl.c   while (handle && iterator->iface
handle           2419 libltdl/ltdl.c 	 && ((*iterator->iface) (handle, iterator->id_string) != 0))
handle           2421 libltdl/ltdl.c       handle = handle->next;
handle           2424 libltdl/ltdl.c   return handle;
handle           2431 libltdl/ltdl.c   lt_dlhandle handle = 0;
handle           2435 libltdl/ltdl.c   while ((handle = lt_dlhandle_iterate (iface, handle)))
handle           2437 libltdl/ltdl.c       lt_dlhandle cur = handle;
handle           2442 libltdl/ltdl.c   return handle;
handle           2448 libltdl/ltdl.c 		 int (*func) (lt_dlhandle handle, void *data), void *data)
handle             81 libltdl/ltdl.h LT_SCOPE void *	    lt_dlsym		(lt_dlhandle handle, const char *name);
handle             83 libltdl/ltdl.h LT_SCOPE int	    lt_dlclose		(lt_dlhandle handle);
handle             97 libltdl/ltdl.h typedef int lt_dlpreload_callback_func (lt_dlhandle handle);
handle            119 libltdl/ltdl.h typedef int lt_dlhandle_interface (lt_dlhandle handle, const char *id_string);
handle            125 libltdl/ltdl.h 					  lt_dlhandle handle, void *data);
handle            127 libltdl/ltdl.h 					  lt_dlhandle handle);
handle            143 libltdl/ltdl.h LT_SCOPE const lt_dlinfo *lt_dlgetinfo	    (lt_dlhandle handle);
handle            150 libltdl/ltdl.h 				int (*func) (lt_dlhandle handle, void *data),
handle            156 libltdl/ltdl.h LT_SCOPE int	    lt_dlmakeresident	(lt_dlhandle handle);
handle            157 libltdl/ltdl.h LT_SCOPE int	    lt_dlisresident	(lt_dlhandle handle);
handle            231 maint/gnulib/lib/fcntl.c         HANDLE handle = (HANDLE) _get_osfhandle (fd);
handle            233 maint/gnulib/lib/fcntl.c         if (handle == INVALID_HANDLE_VALUE
handle            234 maint/gnulib/lib/fcntl.c             || GetHandleInformation (handle, &flags) == 0)
handle            127 maint/gnulib/lib/ftruncate.c   HANDLE handle = (HANDLE) _get_osfhandle (fd);
handle            129 maint/gnulib/lib/ftruncate.c   if (handle == INVALID_HANDLE_VALUE)
handle            139 maint/gnulib/lib/ftruncate.c   if (!SetFileSize (handle, length))
handle            256 maint/gnulib/lib/gc-gnulib.c gc_cipher_setkey (gc_cipher_handle handle, size_t keylen, const char *key)
handle            258 maint/gnulib/lib/gc-gnulib.c   _gc_cipher_ctx *ctx = handle;
handle            320 maint/gnulib/lib/gc-gnulib.c gc_cipher_setiv (gc_cipher_handle handle, size_t ivlen, const char *iv)
handle            322 maint/gnulib/lib/gc-gnulib.c   _gc_cipher_ctx *ctx = handle;
handle            374 maint/gnulib/lib/gc-gnulib.c gc_cipher_encrypt_inline (gc_cipher_handle handle, size_t len, char *data)
handle            376 maint/gnulib/lib/gc-gnulib.c   _gc_cipher_ctx *ctx = handle;
handle            444 maint/gnulib/lib/gc-gnulib.c gc_cipher_decrypt_inline (gc_cipher_handle handle, size_t len, char *data)
handle            446 maint/gnulib/lib/gc-gnulib.c   _gc_cipher_ctx *ctx = handle;
handle            516 maint/gnulib/lib/gc-gnulib.c gc_cipher_close (gc_cipher_handle handle)
handle            518 maint/gnulib/lib/gc-gnulib.c   _gc_cipher_ctx *ctx = handle;
handle            632 maint/gnulib/lib/gc-gnulib.c gc_hash_clone (gc_hash_handle handle, gc_hash_handle * outhandle)
handle            634 maint/gnulib/lib/gc-gnulib.c   _gc_hash_ctx *in = handle;
handle            693 maint/gnulib/lib/gc-gnulib.c gc_hash_write (gc_hash_handle handle, size_t len, const char *data)
handle            695 maint/gnulib/lib/gc-gnulib.c   _gc_hash_ctx *ctx = handle;
handle            747 maint/gnulib/lib/gc-gnulib.c gc_hash_read (gc_hash_handle handle)
handle            749 maint/gnulib/lib/gc-gnulib.c   _gc_hash_ctx *ctx = handle;
handle            811 maint/gnulib/lib/gc-gnulib.c gc_hash_close (gc_hash_handle handle)
handle            813 maint/gnulib/lib/gc-gnulib.c   _gc_hash_ctx *ctx = handle;
handle            196 maint/gnulib/lib/gc-libgcrypt.c gc_cipher_setkey (gc_cipher_handle handle, size_t keylen, const char *key)
handle            200 maint/gnulib/lib/gc-libgcrypt.c   err = gcry_cipher_setkey ((gcry_cipher_hd_t) handle, key, keylen);
handle            208 maint/gnulib/lib/gc-libgcrypt.c gc_cipher_setiv (gc_cipher_handle handle, size_t ivlen, const char *iv)
handle            212 maint/gnulib/lib/gc-libgcrypt.c   err = gcry_cipher_setiv ((gcry_cipher_hd_t) handle, iv, ivlen);
handle            220 maint/gnulib/lib/gc-libgcrypt.c gc_cipher_encrypt_inline (gc_cipher_handle handle, size_t len, char *data)
handle            222 maint/gnulib/lib/gc-libgcrypt.c   if (gcry_cipher_encrypt ((gcry_cipher_hd_t) handle,
handle            230 maint/gnulib/lib/gc-libgcrypt.c gc_cipher_decrypt_inline (gc_cipher_handle handle, size_t len, char *data)
handle            232 maint/gnulib/lib/gc-libgcrypt.c   if (gcry_cipher_decrypt ((gcry_cipher_hd_t) handle,
handle            240 maint/gnulib/lib/gc-libgcrypt.c gc_cipher_close (gc_cipher_handle handle)
handle            242 maint/gnulib/lib/gc-libgcrypt.c   gcry_cipher_close (handle);
handle            369 maint/gnulib/lib/gc-libgcrypt.c gc_hash_clone (gc_hash_handle handle, gc_hash_handle * outhandle)
handle            371 maint/gnulib/lib/gc-libgcrypt.c   _gc_hash_ctx *in = handle;
handle            446 maint/gnulib/lib/gc-libgcrypt.c gc_hash_hmac_setkey (gc_hash_handle handle, size_t len, const char *key)
handle            448 maint/gnulib/lib/gc-libgcrypt.c   _gc_hash_ctx *ctx = handle;
handle            459 maint/gnulib/lib/gc-libgcrypt.c gc_hash_write (gc_hash_handle handle, size_t len, const char *data)
handle            461 maint/gnulib/lib/gc-libgcrypt.c   _gc_hash_ctx *ctx = handle;
handle            477 maint/gnulib/lib/gc-libgcrypt.c gc_hash_read (gc_hash_handle handle)
handle            479 maint/gnulib/lib/gc-libgcrypt.c   _gc_hash_ctx *ctx = handle;
handle            507 maint/gnulib/lib/gc-libgcrypt.c gc_hash_close (gc_hash_handle handle)
handle            509 maint/gnulib/lib/gc-libgcrypt.c   _gc_hash_ctx *ctx = handle;
handle            126 maint/gnulib/lib/gc.h extern Gc_rc gc_cipher_setkey (gc_cipher_handle handle,
handle            128 maint/gnulib/lib/gc.h extern Gc_rc gc_cipher_setiv (gc_cipher_handle handle,
handle            130 maint/gnulib/lib/gc.h extern Gc_rc gc_cipher_encrypt_inline (gc_cipher_handle handle,
handle            132 maint/gnulib/lib/gc.h extern Gc_rc gc_cipher_decrypt_inline (gc_cipher_handle handle,
handle            134 maint/gnulib/lib/gc.h extern Gc_rc gc_cipher_close (gc_cipher_handle handle);
handle            140 maint/gnulib/lib/gc.h extern Gc_rc gc_hash_clone (gc_hash_handle handle, gc_hash_handle *outhandle);
handle            143 maint/gnulib/lib/gc.h extern void gc_hash_hmac_setkey (gc_hash_handle handle,
handle            145 maint/gnulib/lib/gc.h extern void gc_hash_write (gc_hash_handle handle,
handle            147 maint/gnulib/lib/gc.h extern const char *gc_hash_read (gc_hash_handle handle);
handle            148 maint/gnulib/lib/gc.h extern void gc_hash_close (gc_hash_handle handle);
handle            175 maint/gnulib/lib/spawni.c       HANDLE handle = handles[fd];
handle            177 maint/gnulib/lib/spawni.c       if (handle != INVALID_HANDLE_VALUE)
handle            178 maint/gnulib/lib/spawni.c         CloseHandle (handle);
handle            277 maint/gnulib/lib/spawni.c   HANDLE handle =
handle            302 maint/gnulib/lib/spawni.c   if (handle == INVALID_HANDLE_VALUE)
handle            357 maint/gnulib/lib/spawni.c   return handle;
handle            398 maint/gnulib/lib/spawni.c   HANDLE handle = open_handle (filename, flags, mode);
handle            399 maint/gnulib/lib/spawni.c   if (handle == INVALID_HANDLE_VALUE)
handle            406 maint/gnulib/lib/spawni.c   if (!DuplicateHandle (curr_process, handle,
handle             94 maint/gnulib/lib/utime.c   HANDLE handle =
handle            105 maint/gnulib/lib/utime.c   if (handle == INVALID_HANDLE_VALUE)
handle            119 maint/gnulib/lib/utime.c           CloseHandle (handle);
handle            124 maint/gnulib/lib/utime.c           CloseHandle (handle);
handle            166 maint/gnulib/lib/utime.c     if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))
handle            168 maint/gnulib/lib/utime.c         CloseHandle (handle);
handle            179 maint/gnulib/lib/utime.c         CloseHandle (handle);
handle            312 maint/gnulib/lib/utimens.c       HANDLE handle;
handle            317 maint/gnulib/lib/utimens.c       handle = (HANDLE) _get_osfhandle (fd);
handle            318 maint/gnulib/lib/utimens.c       if (handle == INVALID_HANDLE_VALUE)
handle            368 maint/gnulib/lib/utimens.c       if (SetFileTime (handle, NULL, &last_access_time, &last_write_time))
handle            324 maint/gnulib/lib/windows-spawn.c         HANDLE handle = (HANDLE) _get_osfhandle (fd);
handle            325 maint/gnulib/lib/windows-spawn.c         if (handle != INVALID_HANDLE_VALUE)
handle            330 maint/gnulib/lib/windows-spawn.c             if (GetHandleInformation (handle, &hflags))
handle            369 maint/gnulib/lib/windows-spawn.c         HANDLE handle = (HANDLE) _get_osfhandle (fd);
handle            370 maint/gnulib/lib/windows-spawn.c         if (handle != INVALID_HANDLE_VALUE)
handle            375 maint/gnulib/lib/windows-spawn.c             if (GetHandleInformation (handle, &hflags))
handle            382 maint/gnulib/lib/windows-spawn.c                         if (!DuplicateHandle (curr_process, handle,
handle            397 maint/gnulib/lib/windows-spawn.c                       handles_array[fd] = handle;
handle            474 maint/gnulib/lib/windows-spawn.c         HANDLE handle = inh_handles->handles[fd];
handle            475 maint/gnulib/lib/windows-spawn.c         if (handle != INVALID_HANDLE_VALUE
handle            483 maint/gnulib/lib/windows-spawn.c             if (GetHandleInformation (handle, &hflags))
handle            488 maint/gnulib/lib/windows-spawn.c                     handles_aligned[fd] = handle;
handle            494 maint/gnulib/lib/windows-spawn.c                     switch (GetFileType (handle))
handle             59 maint/gnulib/lib/windows-thread.c   HANDLE volatile handle;
handle            108 maint/gnulib/lib/windows-thread.c       thread->handle = get_current_thread_handle ();
handle            128 maint/gnulib/lib/windows-thread.c   if (thread->handle == NULL)
handle            129 maint/gnulib/lib/windows-thread.c     thread->handle = get_current_thread_handle ();
handle            147 maint/gnulib/lib/windows-thread.c       CloseHandle (thread->handle);
handle            163 maint/gnulib/lib/windows-thread.c   thread->handle = NULL;
handle            185 maint/gnulib/lib/windows-thread.c     if (thread->handle == NULL)
handle            186 maint/gnulib/lib/windows-thread.c       thread->handle = thread_handle;
handle            209 maint/gnulib/lib/windows-thread.c   if (WaitForSingleObject (thread->handle, INFINITE) == WAIT_FAILED)
handle            216 maint/gnulib/lib/windows-thread.c   CloseHandle (thread->handle);