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 657 sftp_close(struct sftp_conn *conn, const u_char *handle, u_int handle_len)
669 (r = sshbuf_put_string(msg, handle, handle_len)) != 0)
690 size_t handle_len; local
708 handle = get_handle(conn, id, &handle_len,
729 (r = sshbuf_put_string(msg, handle, handle_len)) != 0)
810 sftp_close(conn, handle, handle_len);
934 sftp_fstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
943 handle_len);
968 sftp_fsetstat(struct sftp_conn *conn, const u_char *handle, u_int handle_len,
977 handle_len, a)
1528 size_t handle_len; local
1590 size_t handle_len; local
2025 size_t handle_len; local
    [all...]
  /src/external/gpl3/gdb.old/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/dist/gdbserver/
server.cc 1982 int handle_len; local
1984 bool handle_status = target_thread_handle (ptid, &handle, &handle_len);
2011 char *handle_s = (char *) alloca (handle_len * 2 + 1);
2012 bin2hex (handle, handle_s, handle_len);

Completed in 49 milliseconds