Home
last modified time | relevance | path

Searched refs:oinfo (Results 1 – 3 of 3) sorted by relevance

/external/strace/
Dmtd.c58 struct otp_info oinfo; in mtd_ioctl() local
165 if (!verbose(tcp) || umove(tcp, arg, &oinfo) < 0) in mtd_ioctl()
169 oinfo.start, oinfo.length, oinfo.locked); in mtd_ioctl()
/external/chromium_org/third_party/webrtc/base/
Dschanneladapter.cc164 PCCRYPT_OID_INFO oinfo = CryptFindOIDInfo(CRYPT_OID_INFO_ALGID_KEY, in BeginSSL() local
166 LPCWSTR alg_name = (NULL != oinfo) ? oinfo->pwszName : L"Unknown"; in BeginSSL()
/external/libmtp/src/
Dptp.c4868 PTPObjectInfo oinfo; in ptp_object_want()
4870 memset (&oinfo,0,sizeof(oinfo)); in ptp_object_want()
4880 oinfo.ParentObject = xpl->propval.u32; in ptp_object_want()
4888 oinfo.ObjectFormat = xpl->propval.u16; in ptp_object_want()
4894 oinfo.ObjectCompressedSize = xpl->propval.u32; in ptp_object_want()
4897 oinfo.ObjectCompressedSize = xpl->propval.u64; in ptp_object_want()
4910 oinfo.StorageID = xpl->propval.u32; in ptp_object_want()
4918 oinfo.ProtectionStatus = xpl->propval.u16; in ptp_object_want()
4928 oinfo.Filename = strdup(xpl->propval.str); in ptp_object_want()
4930 oinfo.Filename = NULL; in ptp_object_want()
[all …]