Home
last modified time | relevance | path

Searched defs:PCSTR (Results 1 – 8 of 8) sorted by relevance

/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.rs401 lpmultibytestr: PCSTR, in MultiByteToWideChar()
613 lpdefaultchar: PCSTR, in WideCharToMultiByte()
767 pnodename: PCSTR, in getaddrinfo()
768 pservicename: PCSTR, in getaddrinfo()
820 pub fn send(s: SOCKET, buf: PCSTR, len: i32, flags: SEND_RECV_FLAGS) -> i32; in send()
826 buf: PCSTR, in sendto()
835 pub fn setsockopt(s: SOCKET, level: i32, optname: i32, optval: PCSTR, optlen: i32) -> i32; in setsockopt()
3765 pub type PCSTR = *const 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.rs401 lpmultibytestr: PCSTR, in MultiByteToWideChar()
613 lpdefaultchar: PCSTR, in WideCharToMultiByte()
767 pnodename: PCSTR, in getaddrinfo()
768 pservicename: PCSTR, in getaddrinfo()
820 pub fn send(s: SOCKET, buf: PCSTR, len: i32, flags: SEND_RECV_FLAGS) -> i32; in send()
826 buf: PCSTR, in sendto()
835 pub fn setsockopt(s: SOCKET, level: i32, optname: i32, optval: PCSTR, optlen: i32) -> i32; in setsockopt()
3765 pub type PCSTR = *const u8; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dntdef.h387 typedef CONST CHAR *LPCSTR, *PCSTR; typedef
Dwinnt.h339 typedef CONST CHAR *LPCSTR,*PCSTR; 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.rs2815 pub type PCSTR = *const 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.rs2815 pub type PCSTR = *const 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.rs2815 pub type PCSTR = *const u8; typedef
/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs21254 pub type PCSTR = *const CHAR; typedef
21256 pub type PCZPCSTR = *const PCSTR; constant
286449 pNodeName: PCSTR, in getaddrinfo()
286450 pServiceName: PCSTR, in getaddrinfo()
286468 pName: PCSTR, in GetAddrInfoExA()
286469 pServiceName: PCSTR, in GetAddrInfoExA()
286502 pName: PCSTR, in SetAddrInfoExA()
286503 pServiceName: PCSTR, in SetAddrInfoExA()
286568 pub fn inet_pton(Family: INT, pszAddrString: PCSTR, pAddrBuf: PVOID) -> INT; in inet_pton()
286579 ) -> PCSTR; in inet_ntop()