Home
last modified time | relevance | path

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/
Dntdef.h384 typedef CHAR *NPSTR, *LPSTR, *PSTR; typedef
Dwinnt.h336 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 Dwindows_sys.rs611 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 Dwindows_sys.rs611 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 Dwindows_sys.rs2854 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 Dwindows_sys.rs2854 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 Dwindows_sys.rs2854 pub type PSTR = *mut u8; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs21250 pub type PSTR = *mut CHAR; typedef
21252 pub type PCZPSTR = *const PSTR; constant
286577 pStringBuf: PSTR, in inet_ntop()