Searched refs:get_handle (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepot.cpp48 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
H A Dsanitizer_chained_origin_depot.cpp55 static Handle get_handle(u32 id);
120 ChainedOriginDepotNode::Handle ChainedOriginDepotNode::get_handle(u32 id) { function in class:__sanitizer::ChainedOriginDepotNode
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_stackdepotbase.h108 if (node) return node->get_handle();
115 return node->get_handle();
133 return s->get_handle();
H A Dsanitizer_stackdepot.cc83 StackDepotHandle get_handle() { return StackDepotHandle(this); } function in struct:__sanitizer::StackDepotNode
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_stackdepotbase.h106 if (node) return node->get_handle();
113 return node->get_handle();
131 return s->get_handle();
H A Dsanitizer_stackdepot.cc81 StackDepotHandle get_handle() { return StackDepotHandle(this); } function in struct:__sanitizer::StackDepotNode
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/
H A Dmsan_chained_origin_depot.cc98 Handle get_handle() { return Handle(this); } function in struct:__msan::ChainedOriginDepotNode
/netbsd-current/crypto/external/bsd/openssh/dist/
H A Dsftp-server.c499 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(iqueu
[all...]
H A Dsftp-client.c109 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
287 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, function
712 handle = get_handle(conn, id, &handle_len,
1144 old_handle = get_handle(conn, id, &old_handle_len,
1165 new_handle = get_handle(conn, id, &new_handle_len,
1560 if ((handle = get_handle(conn, id, &handle_len,

Completed in 191 milliseconds