HomeSort by: relevance | last modified time | path
    Searched refs:old_handle (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
w32spawn.h 37 HANDLE old_handle = (HANDLE) _get_osfhandle (fd); local
42 old_handle, /* SourceHandle */
  /src/external/gpl3/gdb/dist/gnulib/import/
fcntl.c 60 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
72 if (old_handle == INVALID_HANDLE_VALUE
90 old_handle, /* SourceHandle */
  /src/external/gpl3/gdb.old/dist/gnulib/import/
fcntl.c 60 HANDLE old_handle = (HANDLE) _get_osfhandle (oldfd); local
72 if (old_handle == INVALID_HANDLE_VALUE
90 old_handle, /* SourceHandle */
  /src/crypto/external/cpl/trousers/dist/src/tcs/
tcs_key_mem_cache.c 537 mc_set_slot_by_slot(TCPA_KEY_HANDLE old_handle, TCPA_KEY_HANDLE new_handle)
542 if (tmp->tpm_handle == old_handle) {
545 old_handle, new_handle);
  /src/crypto/external/bsd/openssh/dist/
sftp-client.c 1089 u_char *old_handle, *new_handle; local
1140 old_handle = get_handle(conn, id, &old_handle_len,
1142 if (old_handle == NULL) {
1165 free(old_handle);
1174 (r = sshbuf_put_string(msg, old_handle, old_handle_len)) != 0 ||
1191 sftp_close(conn, old_handle, old_handle_len);
1193 free(old_handle);

Completed in 22 milliseconds