Home
last modified time | relevance | path

Searched refs:get_handle (Results 1 – 8 of 8) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stackdepotbase.h107 if (node) return node->get_handle(); in Put()
114 return node->get_handle(); in Put()
132 return s->get_handle(); in Put()
Dsanitizer_stackdepot.cc83 StackDepotHandle get_handle() { return StackDepotHandle(this); } in get_handle() function
/external/openssh/
Dsftp-server.c470 get_handle(struct sshbuf *queue, int *hp) in get_handle() function
727 if ((r = get_handle(iqueue, &handle)) != 0) in process_close()
745 if ((r = get_handle(iqueue, &handle)) != 0 || in process_read()
786 if ((r = get_handle(iqueue, &handle)) != 0 || in process_write()
866 if ((r = get_handle(iqueue, &handle)) != 0) in process_fstat()
951 if ((r = get_handle(iqueue, &handle)) != 0 || in process_fsetstat()
1047 if ((r = get_handle(iqueue, &handle)) != 0) in process_readdir()
1326 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fstatvfs()
1364 if ((r = get_handle(iqueue, &handle)) != 0) in process_extended_fsync()
Dsftp-client.c88 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len,
227 get_handle(struct sftp_conn *conn, u_int expected_id, size_t *len, in get_handle() function
535 handle = get_handle(conn, id, &handle_len, in do_lsreaddir()
1206 handle = get_handle(conn, id, &handle_len, in do_download()
1635 handle = get_handle(conn, id, &handle_len, in do_upload()
/external/compiler-rt/lib/msan/
Dmsan_chained_origin_depot.cc92 Handle get_handle() { return Handle(this); } in get_handle() function
/external/mesa3d/src/mesa/main/
Dshaderapi.c432 get_handle(struct gl_context *ctx, GLenum pname) in get_handle() function
1252 return get_handle(ctx, pname); in _mesa_GetHandleARB()
/external/selinux/policycoreutils/semanage/
Dseobject.py191 self.sh = self.get_handle(store)
202 def get_handle(self, store): member in semanageRecords
/external/selinux/policycoreutils/
DChangeLog351 * make get_handle a method of semanageRecords