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

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.cc 98 Handle get_handle() { return Handle(this); } function in struct:__msan::ChainedOriginDepotNode
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.cpp 54 static Handle get_handle(u32 id);
119 ChainedOriginDepotNode::Handle ChainedOriginDepotNode::get_handle(u32 id) { function in class:__sanitizer::ChainedOriginDepotNode
sanitizer_stackdepot.cpp 48 static StackDepotHandle get_handle(u32 id);
211 return StackDepotNode::get_handle(theDepot.Put(stack));
238 StackDepotHandle StackDepotNode::get_handle(u32 id) { function in class:__sanitizer::StackDepotNode
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.cpp 55 static Handle get_handle(u32 id);
120 ChainedOriginDepotNode::Handle ChainedOriginDepotNode::get_handle(u32 id) { function in class:__sanitizer::ChainedOriginDepotNode
sanitizer_stackdepot.cpp 48 static StackDepotHandle get_handle(u32 id);
103 return StackDepotNode::get_handle(theDepot.Put(stack));
124 StackDepotHandle StackDepotNode::get_handle(u32 id) { function in class:__sanitizer::StackDepotNode
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.cc 83 StackDepotHandle get_handle() { return StackDepotHandle(this); } function in struct:__sanitizer::StackDepotNode
  /src/crypto/external/bsd/openssh/dist/
sftp-client.c 108 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
286 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, function
708 handle = get_handle(conn, id, &handle_len,
1140 old_handle = get_handle(conn, id, &old_handle_len,
1161 new_handle = get_handle(conn, id, &new_handle_len,
1556 if ((handle = get_handle(conn, id, &handle_len,
sftp-server.c 499 get_handle(struct sshbuf *queue, int *hp) function
784 if ((r = get_handle(iqueue, &handle)) != 0)
803 if ((r = get_handle(iqueue, &handle)) != 0 ||
857 if ((r = get_handle(iqueue, &handle)) != 0 ||
939 if ((r = get_handle(iqueue, &handle)) != 0)
1036 if ((r = get_handle(iqueue, &handle)) != 0 ||
1120 if ((r = get_handle(iqueue, &handle)) != 0)
1393 if ((r = get_handle(iqueue, &handle)) != 0)
1431 if ((r = get_handle(iqueue, &handle)) != 0)
1591 if ((r = get_handle(iqueue, &read_handle)) != 0 |
    [all...]

Completed in 22 milliseconds