Home
last modified time | relevance | path

Searched defs:StoreInfo (Results 1 – 25 of 100) sorted by relevance

1234

/dports/security/vault/vault-1.8.2/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudesl/
H A Dstruct_store_info.go19 type StoreInfo struct { struct
20 CompanyId string `json:"CompanyId" xml:"CompanyId"`
21 StoreId string `json:"StoreId" xml:"StoreId"`
22 StoreName string `json:"StoreName" xml:"StoreName"`
23 Brand string `json:"Brand" xml:"Brand"`
24 OutId string `json:"OutId" xml:"OutId"`
25 Phone string `json:"Phone" xml:"Phone"`
26 Level string `json:"Level" xml:"Level"`
27 Groups string `json:"Groups" xml:"Groups"`
28 Comments string `json:"Comments" xml:"Comments"`
[all …]
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudesl/
H A Dstruct_store_info.go19 type StoreInfo struct { struct
20 CompanyId string `json:"CompanyId" xml:"CompanyId"`
21 StoreId string `json:"StoreId" xml:"StoreId"`
22 StoreName string `json:"StoreName" xml:"StoreName"`
23 Brand string `json:"Brand" xml:"Brand"`
24 OutId string `json:"OutId" xml:"OutId"`
25 Phone string `json:"Phone" xml:"Phone"`
26 Level string `json:"Level" xml:"Level"`
27 Groups string `json:"Groups" xml:"Groups"`
28 Comments string `json:"Comments" xml:"Comments"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/cloudesl/
H A Dstruct_store_info.go19 type StoreInfo struct { struct
20 StoreName string `json:"StoreName" xml:"StoreName"`
21 StoreId string `json:"StoreId" xml:"StoreId"`
22 GmtCreate string `json:"GmtCreate" xml:"GmtCreate"`
23 ParentId string `json:"ParentId" xml:"ParentId"`
24 UserStoreCode string `json:"UserStoreCode" xml:"UserStoreCode"`
25 GmtModified string `json:"GmtModified" xml:"GmtModified"`
26 Phone string `json:"Phone" xml:"Phone"`
27 Level string `json:"Level" xml:"Level"`
28 TemplateVersion string `json:"TemplateVersion" xml:"TemplateVersion"`
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/strings/
H A Dstrings.go798 // asciiSet is a 32-byte value, where each bit represents the presence of a
812 return as, false
816 return as, true
821 return (as[c>>5] & (1 << uint(c&31))) != 0
844 return TrimFunc(s, makeCutsetFunc(cutset))
855 return TrimLeftFunc(s, makeCutsetFunc(cutset))
874 for ; start < len(s); start++ {
880 }
889 c := s[stop-1]
906 func TrimPrefix(s, prefix string) string {
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c220 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
303 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
378 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
425 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
540 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
613 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
664 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
814 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
880 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
967 VARIABLE_STORE_INFO StoreInfo; in PeiGetNextVariableName() local
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/SecurityPkg/VariableAuthenticated/Pei/
H A DVariable.c219 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
302 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
377 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
424 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
539 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
612 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
663 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
813 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
879 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
966 VARIABLE_STORE_INFO StoreInfo; in PeiGetNextVariableName() local
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c299 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
383 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
458 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
506 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
560 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
678 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
751 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
802 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
952 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1019 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c298 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
382 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
457 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
505 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
559 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
677 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
750 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
801 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
951 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1018 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c299 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
383 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
458 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
506 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
560 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
678 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
751 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
802 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
952 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1019 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c298 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
382 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
457 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
505 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
559 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
677 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
750 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
801 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
951 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1018 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c299 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
383 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
458 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
506 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
560 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
678 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
751 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
802 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
952 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1019 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c298 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
382 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
457 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
505 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
559 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
677 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
750 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
801 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
951 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1018 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c299 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
383 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
458 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
506 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
560 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
678 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
751 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
802 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
952 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1019 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c298 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
382 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
457 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
505 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
559 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
677 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
750 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
801 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
951 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1018 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/sysutils/edk2/edk2-edk2-stable202102/MdeModulePkg/Universal/Variable/Pei/
H A DVariable.c299 IN VARIABLE_STORE_INFO *StoreInfo, in GetNextVariablePtr()
383 IN VARIABLE_STORE_INFO *StoreInfo, in CompareVariableName()
458 IN VARIABLE_STORE_INFO *StoreInfo, in CompareWithValidVariable()
506 OUT VARIABLE_STORE_INFO *StoreInfo, in GetHobVariableStore()
560 OUT VARIABLE_STORE_INFO *StoreInfo in GetVariableStore()
678 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableHeader()
751 IN VARIABLE_STORE_INFO *StoreInfo, in GetVariableNameOrData()
802 IN VARIABLE_STORE_INFO *StoreInfo, in FindVariableEx()
952 OUT VARIABLE_STORE_INFO *StoreInfo in FindVariable()
1019 VARIABLE_STORE_INFO StoreInfo; in PeiGetVariable() local
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h119 struct StoreInfo { struct
120 enum Kind {
139 Kind StoreKind;
141 const ExplodedNode *StoreSite;
144 const Expr *SourceOfTheValue;
146 SVal Value;
151 const MemRegion *Dest, *Origin;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h119 struct StoreInfo { struct
120 enum Kind {
139 Kind StoreKind;
141 const ExplodedNode *StoreSite;
144 const Expr *SourceOfTheValue;
146 SVal Value;
151 const MemRegion *Dest, *Origin;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h119 struct StoreInfo { struct
120 enum Kind {
139 Kind StoreKind;
141 const ExplodedNode *StoreSite;
144 const Expr *SourceOfTheValue;
146 SVal Value;
151 const MemRegion *Dest, *Origin;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h119 struct StoreInfo { struct
120 enum Kind {
139 Kind StoreKind;
141 const ExplodedNode *StoreSite;
144 const Expr *SourceOfTheValue;
146 SVal Value;
151 const MemRegion *Dest, *Origin;
/dports/lang/clang-mesa/clang-13.0.1.src/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporterVisitors.h119 struct StoreInfo { struct
120 enum Kind {
139 Kind StoreKind;
141 const ExplodedNode *StoreSite;
144 const Expr *SourceOfTheValue;
146 SVal Value;
151 const MemRegion *Dest, *Origin;
/dports/net/rclone/rclone-1.57.0/vendor/google.golang.org/api/playmoviespartner/v1/
H A Dplaymoviespartner-gen.go784 type StoreInfo struct { struct
792 Country string `json:"country,omitempty"`
823 LiveTime string `json:"liveTime,omitempty"`
833 Mid string `json:"mid,omitempty"`
839 Name string `json:"name,omitempty"`
866 ShowId string `json:"showId,omitempty"`
901 Type string `json:"type,omitempty"`
906 VideoId string `json:"videoId,omitempty"`
910 googleapi.ServerResponse `json:"-"`
918 ForceSendFields []string `json:"-"`
[all …]
/dports/net/drive/drive-0.4.0/vendor/google.golang.org/api/playmoviespartner/v1/
H A Dplaymoviespartner-gen.go784 type StoreInfo struct { struct
792 Country string `json:"country,omitempty"`
823 LiveTime string `json:"liveTime,omitempty"`
833 Mid string `json:"mid,omitempty"`
839 Name string `json:"name,omitempty"`
866 ShowId string `json:"showId,omitempty"`
901 Type string `json:"type,omitempty"`
906 VideoId string `json:"videoId,omitempty"`
910 googleapi.ServerResponse `json:"-"`
918 ForceSendFields []string `json:"-"`
[all …]
/dports/security/vault/vault-1.8.2/vendor/google.golang.org/api/playmoviespartner/v1/
H A Dplaymoviespartner-gen.go784 type StoreInfo struct { struct
792 Country string `json:"country,omitempty"`
823 LiveTime string `json:"liveTime,omitempty"`
833 Mid string `json:"mid,omitempty"`
839 Name string `json:"name,omitempty"`
866 ShowId string `json:"showId,omitempty"`
901 Type string `json:"type,omitempty"`
906 VideoId string `json:"videoId,omitempty"`
910 googleapi.ServerResponse `json:"-"`
918 ForceSendFields []string `json:"-"`
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/api/playmoviespartner/v1/
H A Dplaymoviespartner-gen.go784 type StoreInfo struct { struct
792 Country string `json:"country,omitempty"`
823 LiveTime string `json:"liveTime,omitempty"`
833 Mid string `json:"mid,omitempty"`
839 Name string `json:"name,omitempty"`
866 ShowId string `json:"showId,omitempty"`
901 Type string `json:"type,omitempty"`
906 VideoId string `json:"videoId,omitempty"`
910 googleapi.ServerResponse `json:"-"`
918 ForceSendFields []string `json:"-"`
[all …]
/dports/security/lego/lego-4.5.3/vendor/google.golang.org/api/playmoviespartner/v1/
H A Dplaymoviespartner-gen.go784 type StoreInfo struct { struct
792 Country string `json:"country,omitempty"`
823 LiveTime string `json:"liveTime,omitempty"`
833 Mid string `json:"mid,omitempty"`
839 Name string `json:"name,omitempty"`
866 ShowId string `json:"showId,omitempty"`
901 Type string `json:"type,omitempty"`
906 VideoId string `json:"videoId,omitempty"`
910 googleapi.ServerResponse `json:"-"`
918 ForceSendFields []string `json:"-"`
[all …]

1234