Home
last modified time | relevance | path

Searched defs:piface (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/wpa_supplicant_8/src/ap/
H A Dpreauth_auth.c44 struct rsn_preauth_interface *piface = ctx; in rsn_preauth_receive() local
99 struct rsn_preauth_interface *piface; in rsn_preauth_iface_add() local
135 struct rsn_preauth_interface *piface, *prev; in rsn_preauth_iface_deinit() local
234 struct rsn_preauth_interface *piface; in rsn_preauth_send() local
/aosp_15_r20/external/golang-protobuf/internal/fuzz/wirefuzz/
H A Dfuzz.go14 piface "google.golang.org/protobuf/runtime/protoiface" packageName
/aosp_15_r20/external/golang-protobuf/proto/
H A Dvalidate_test.go12 piface "google.golang.org/protobuf/runtime/protoiface" packageName
/aosp_15_r20/external/golang-protobuf/internal/impl/
H A Dencode.go14 piface "google.golang.org/protobuf/runtime/protoiface" packageName
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dwabdefs.h430 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**pi… argument
435 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface argument
437 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface argument
Dmapidefs.h433 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface##Vtbl iface##Vtbl,*iface,**pi… argument
438 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) struct iface; typedef iface *piface argument
440 #define DECLARE_MAPI_INTERFACE_PTR(iface,piface) typedef struct iface iface,*piface argument