HomeSort by: relevance | last modified time | path
    Searched defs:handle_len (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
sftp-client.c 669 sftp_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len)
681 (r = sshbuf_put_string(msg, handle, handle_len)) != 0)
702 size_t handle_len; local
720 handle = get_handle(conn, id, &handle_len,
741 (r = sshbuf_put_string(msg, handle, handle_len)) != 0)
822 sftp_close(conn, handle, handle_len);
946 sftp_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
955 handle_len);
980 sftp_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
989 handle_len, a)
1540 size_t handle_len; local
1602 size_t handle_len; local
2037 size_t handle_len; local
    [all...]
  /src/external/gpl3/gdb/dist/gdbserver/
server.cc 2011 int handle_len; local
2013 bool handle_status = target_thread_handle (ptid, &handle, &handle_len);
2037 char *handle_s = (char *) alloca (handle_len * 2 + 1);
2038 bin2hex (handle, handle_s, handle_len);
  /src/external/gpl3/gdb.old/dist/gdbserver/
server.cc 2006 int handle_len; local
2008 bool handle_status = target_thread_handle (ptid, &handle, &handle_len);
2032 char *handle_s = (char *) alloca (handle_len * 2 + 1);
2033 bin2hex (handle, handle_s, handle_len);

Completed in 45 milliseconds