Searched defs:i32 (Results 1 – 11 of 11) sorted by relevance
| /commonlibrary/c_utils/base/src/rust/ |
| D | ashmem.rs | 43 pub fn AshmemSetProt(fd: i32, prot: i32) -> i32; in AshmemSetProt() 46 pub fn AshmemGetSize(fd: i32) -> i32; in AshmemGetSize() 81 pub fn GetProtection(self: &Ashmem) -> i32; in GetProtection() 84 pub fn GetAshmemSize(self: &Ashmem) -> i32; in GetAshmemSize() 93 size: i32, in WriteToAshmem() 94 offset: i32, in WriteToAshmem() 101 pub unsafe fn ReadFromAshmem(self: &Ashmem, size: i32, offset: i32) -> *const c_void; in ReadFromAshmem() 104 pub fn GetAshmemFd(self: &Ashmem) -> i32; in GetAshmemFd() 121 pub fn get_ashmem_fd(&self) -> i32 { in get_ashmem_fd() 126 pub fn get_ashmem_size(&self) -> i32 { in get_ashmem_size() [all …]
|
| D | file_ex.rs | 30 pub fn RustLoadStringFromFd(fd: i32, content: &mut String) -> bool; in RustLoadStringFromFd() 33 pub fn RustSaveStringToFd(fd: i32, content: &String) -> bool; in RustSaveStringToFd() 56 pub fn RustCountStrInFile(fileName: &String, subStr: &String, caseSensitive: bool) -> i32; in RustCountStrInFile()
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/ |
| D | socket_addr.rs | 34 pub(crate) fn socket_addr_trans(addr: &SocketAddr) -> (SocketAddrWin, i32) { in socket_addr_trans() argument
|
| D | selector.rs | 565 fn base_socket_inner(raw_socket: RawSocket, control_code: u32) -> Result<RawSocket, i32> { in base_socket_inner() argument
|
| /commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/ |
| D | epoll.rs | 76 pub fn register(&self, fd: i32, token: Token, interests: Interest) -> io::Result<()> { in register() 89 pub fn reregister(&self, fd: i32, token: Token, interests: Interest) -> io::Result<()> { in reregister()
|
| D | kqueue.rs | 93 pub fn reregister(&self, fd: i32, token: Token, interests: Interest) -> io::Result<()> { in reregister()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/windows/ |
| D | registry.rs | 66 pub(crate) fn broadcast(&self, event_id: usize) -> i32 { in broadcast()
|
| D | mod.rs | 125 unsafe extern "system" fn signal_action(signal_kind: u32) -> i32 { in signal_action()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/examples/ |
| D | ylong_runtime_signal.rs | 21 pub fn GenerateConsoleCtrlEvent(dwCtrlEvent: u32, dwProcessGroupId: u32) -> i32; in GenerateConsoleCtrlEvent()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/ |
| D | window.rs | 91 pub(crate) fn actual_size(&self) -> i32 { in actual_size()
|
| /commonlibrary/rust/ylong_http/ylong_http/src/request/uri/ |
| D | mod.rs | 1107 colon_num: i32, in authority_parse()
|