Searched defs:PSTR (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | ntdef.h | 384 typedef CHAR *NPSTR, *LPSTR, *PSTR; typedef
|
D | winnt.h | 336 typedef CHAR *NPSTR,*LPSTR,*PSTR; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 611 lpmultibytestr: PSTR, in WideCharToMultiByte() 783 pub fn getsockopt(s: SOCKET, level: i32, optname: i32, optval: PSTR, optlen: *mut i32) -> i32; in getsockopt() 795 pub fn recv(s: SOCKET, buf: PSTR, len: i32, flags: SEND_RECV_FLAGS) -> i32; in recv() 801 buf: PSTR, in recvfrom() 3809 pub type PSTR = *mut u8; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 611 lpmultibytestr: PSTR, in WideCharToMultiByte() 783 pub fn getsockopt(s: SOCKET, level: i32, optname: i32, optval: PSTR, optlen: *mut i32) -> i32; in getsockopt() 795 pub fn recv(s: SOCKET, buf: PSTR, len: i32, flags: SEND_RECV_FLAGS) -> i32; in recv() 801 buf: PSTR, in recvfrom() 3809 pub type PSTR = *mut u8; typedef
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 2854 pub type PSTR = *mut u8; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 2854 pub type PSTR = *mut u8; typedef
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/sys/pal/windows/c/ |
H A D | windows_sys.rs | 2854 pub type PSTR = *mut u8; typedef
|
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/ |
H A D | bindings.rs | 21250 pub type PSTR = *mut CHAR; typedef 21252 pub type PCZPSTR = *const PSTR; constant 286577 pStringBuf: PSTR, in inet_ntop()
|