Home
last modified time | relevance | path

Searched defs:from_raw (Results 1 - 22 of 22) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/
H A Dex_data.rs24 pub unsafe fn from_raw(idx: c_int) -> Index<T, U> { in from_raw() functions
H A Dsrtp.rs57 pub fn from_raw(value: c_ulong) -> SrtpProfileId { in from_raw() functions
H A Docsp.rs50 pub fn from_raw(raw: c_int) -> OcspResponseStatus { in from_raw() functions
68 pub fn from_raw(raw: c_int) -> OcspCertStatus { in from_raw() functions
100 pub fn from_raw(raw: c_int) -> OcspRevokedStatus { in from_raw() functions
H A Drsa.rs55 pub fn from_raw(value: c_int) -> Padding { in from_raw() functions
H A Dasn1.rs151 pub fn from_raw(value: c_int) -> Self { in from_raw() functions
H A Dpkey.rs106 pub fn from_raw(value: c_int) -> Id { in from_raw() functions
/third_party/rust/crates/rustix/src/backend/libc/process/
H A Dtypes.rs295 pub fn from_raw(sig: i32) -> Option<Self> { in from_raw() functions
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
H A Dtypes.rs165 pub fn from_raw(sig: i32) -> Option<Self> { in from_raw() functions
/third_party/rust/crates/nix/src/sys/
H A Dwait.rs212 pub fn from_raw(pid: Pid, status: i32) -> Result<WaitStatus> { in from_raw() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Derror.rs41 pub fn from_raw(raw: c_int) -> ErrorCode { in from_raw() functions
H A Dmod.rs493 pub fn from_raw(raw: c_int) -> SslFiletype { in from_raw() functions
513 pub fn from_raw(raw: c_int) -> StatusType { in from_raw() functions
533 pub fn from_raw(raw: c_int) -> StatusType { in from_raw() functions
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/
H A Dmetadata.py668 def from_raw(cls, data: RawMetadata, *, validate: bool = True) -> "Metadata": member in Metadata
/third_party/rust/crates/libloading/src/os/unix/
H A Dmod.rs310 pub unsafe fn from_raw(handle: *mut raw::c_void) -> Library { in from_raw() functions
/third_party/rust/crates/libloading/src/
H A Dsafe.rs245 pub unsafe fn from_raw<L>(sym: imp::Symbol<T>, library: &'lib L) -> Symbol<'lib, T> { in from_raw() functions
/third_party/python/Tools/c-analyzer/c_analyzer/
H A Dinfo.py42 def from_raw(cls, raw, **extra): member in Analyzed
/third_party/rust/crates/cxx/src/
H A Dunique_ptr.rs104 pub unsafe fn from_raw(raw: *mut T) -> Self { in from_raw() functions
/third_party/rust/crates/libloading/src/os/windows/
H A Dmod.rs271 pub unsafe fn from_raw(handle: HMODULE) -> Library { in from_raw() functions
/third_party/python/Tools/c-analyzer/c_parser/
H A Dinfo.py164 def from_raw(cls, raw): member in FileInfo
257 def from_raw(cls, raw): member in ParsedItem
/third_party/python/Lib/test/
H A Dtest__xxsubinterpreters.py106 def from_raw(cls, raw): member in Interpreter
/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1948 pub unsafe fn from_raw(err: c_int) -> X509VerifyResult { in from_raw() functions
2462 pub fn from_raw(id: c_int) -> Self { in from_raw() functions
/third_party/rust/crates/nix/src/sys/socket/
H A Daddr.rs1010 unsafe fn from_raw( in from_raw() functions
1129 unsafe fn from_raw( in from_raw() functions
1218 unsafe fn from_raw( in from_raw() functions
1287 unsafe fn from_raw( in from_raw() functions
1406 unsafe fn from_raw( in from_raw() functions
1541 unsafe fn from_raw( in from_raw() functions
2324 unsafe fn from_raw( from_raw() functions
2374 unsafe fn from_raw( from_raw() functions
2422 unsafe fn from_raw( from_raw() functions
2567 unsafe fn from_raw(addr: *const libc::sockaddr, len: Option<libc::socklen_t>) from_raw() functions
2708 unsafe fn from_raw(addr: *const libc::sockaddr, from_raw() functions
2832 unsafe fn from_raw(addr: *const libc::sockaddr, from_raw() functions
2877 unsafe fn from_raw( from_raw() functions
[all...]
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs20343 pub unsafe fn from_raw(ptr: *const T) -> Self { from_raw() functions
21615 pub unsafe fn from_raw(ptr: *const T) -> Self { from_raw() functions
24114 pub unsafe fn from_raw(ptr: *const T) -> Self { from_raw() functions
25027 pub unsafe fn from_raw(ptr: *const T) -> Self { from_raw() functions
50925 pub unsafe fn from_raw(raw: *mut T) -> Self { from_raw() functions
[all...]

Completed in 56 milliseconds