Home
last modified time | relevance | path

Searched refs:pszAttributeName (Results 1 – 25 of 26) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.DirectoryServices/src/System/DirectoryServices/ActiveDirectory/
H A DAttributeMetaData.cs28 Name = Marshal.PtrToStringUni(attrMetaData.pszAttributeName); in AttributeMetadata()
43 Name = Marshal.PtrToStringUni(attrMetaData.pszAttributeName); in AttributeMetadata()
H A DUnsafeNativeMethods.cs304 public IntPtr pszAttributeName; field in System.DirectoryServices.ActiveDirectory.DS_REPL_ATTR_META_DATA_2
327 public IntPtr pszAttributeName; field in System.DirectoryServices.ActiveDirectory.DS_REPL_ATTR_META_DATA
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp1154 const char* pszAttributeName = in OGRGeoRSSLayerWriteSimpleElement() local
1264 char* pszAttributeName = nullptr; in ICreateFeature() local
1266 &pszAttributeName); in ICreateFeature()
1279 pszAttributeName != nullptr ) in ICreateFeature()
1363 if( pszAttributeName == nullptr ) in ICreateFeature()
1374 if( pszAttributeName != nullptr && in ICreateFeature()
1375 strcmp(pszAttributeName, "url") == 0 ) in ICreateFeature()
1387 if( pszAttributeName != nullptr && in ICreateFeature()
1389 strcmp(pszAttributeName, "term") == 0) || in ICreateFeature()
1391 strcmp(pszAttributeName, "href") == 0)) ) in ICreateFeature()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp1154 const char* pszAttributeName = in OGRGeoRSSLayerWriteSimpleElement() local
1264 char* pszAttributeName = nullptr; in ICreateFeature() local
1266 &pszAttributeName); in ICreateFeature()
1279 pszAttributeName != nullptr ) in ICreateFeature()
1363 if( pszAttributeName == nullptr ) in ICreateFeature()
1374 if( pszAttributeName != nullptr && in ICreateFeature()
1375 strcmp(pszAttributeName, "url") == 0 ) in ICreateFeature()
1387 if( pszAttributeName != nullptr && in ICreateFeature()
1389 strcmp(pszAttributeName, "term") == 0) || in ICreateFeature()
1391 strcmp(pszAttributeName, "href") == 0)) ) in ICreateFeature()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp1154 const char* pszAttributeName = in OGRGeoRSSLayerWriteSimpleElement() local
1264 char* pszAttributeName = nullptr; in ICreateFeature() local
1266 &pszAttributeName); in ICreateFeature()
1279 pszAttributeName != nullptr ) in ICreateFeature()
1363 if( pszAttributeName == nullptr ) in ICreateFeature()
1374 if( pszAttributeName != nullptr && in ICreateFeature()
1375 strcmp(pszAttributeName, "url") == 0 ) in ICreateFeature()
1387 if( pszAttributeName != nullptr && in ICreateFeature()
1389 strcmp(pszAttributeName, "term") == 0) || in ICreateFeature()
1391 strcmp(pszAttributeName, "href") == 0)) ) in ICreateFeature()
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/georss/
H A Dogrgeorsslayer.cpp1080 const char* pszAttributeName = papszNames[k] + strlen(pszElementName) + 1; in OGRGeoRSSLayerWriteSimpleElement() local
1087 VSIFPrintfL(fp, " %s=\"%s\"", pszAttributeName, pszValue); in OGRGeoRSSLayerWriteSimpleElement()
1178 char* pszAttributeName; in ICreateFeature() local
1179 OGRGeoRSSLayerSplitComposedField(pszName, &pszElementName, &pszNumber, &pszAttributeName); in ICreateFeature()
1190 pszAttributeName != NULL) in ICreateFeature()
1269 if (pszAttributeName == NULL) in ICreateFeature()
1279 if (pszAttributeName != NULL && strcmp(pszAttributeName, "url") == 0) in ICreateFeature()
1289 if (pszAttributeName != NULL && in ICreateFeature()
1290 … ((strcmp(pszElementName, "category") == 0 && strcmp(pszAttributeName, "term") == 0) || in ICreateFeature()
1291 (strcmp(pszElementName, "link") == 0 && strcmp(pszAttributeName, "href") == 0))) in ICreateFeature()
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsclient.h131 typedef HRESULT (CALLBACK *LPDSENUMATTRIBUTES)(LPARAM lParam,LPCWSTR pszAttributeName,LPCWSTR pszDi…
156 …STDMETHOD(GetFriendlyAttributeName)(THIS_ LPCWSTR pszObjectClass,LPCWSTR pszAttributeName,LPWSTR p… in DECLARE_INTERFACE_()
160 STDMETHOD_(ADSTYPE,GetAttributeADsType)(THIS_ LPCWSTR pszAttributeName) PURE; in DECLARE_INTERFACE_()
H A Dntdsapi.h688 LPWSTR pszAttributeName; member
697 LPWSTR pszAttributeName; member
787 LPWSTR pszAttributeName; member
801 LPWSTR pszAttributeName; member
855 …E InfoType,LPCWSTR pszObject,UUID *puuidForSourceDsaObjGuid,LPCWSTR pszAttributeName,LPCWSTR pszVa…
H A Diads.h5185 …virtual HRESULT WINAPI CreateAttributeDefinition(LPWSTR pszAttributeName,PADS_ATTR_DEF pAttributeD…
5186 …virtual HRESULT WINAPI WriteAttributeDefinition(LPWSTR pszAttributeName,PADS_ATTR_DEF pAttributeDe…
5187 virtual HRESULT WINAPI DeleteAttributeDefinition(LPWSTR pszAttributeName) = 0;
5200 …INAPI *CreateAttributeDefinition)(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName,PADS_ATTR_DEF…
5201 …HRESULT (WINAPI *WriteAttributeDefinition)(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName,PADS…
5202 … HRESULT (WINAPI *DeleteAttributeDefinition)(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName);
5217 …AttributeDefinition(This,pszAttributeName,pAttributeDefinition) (This)->lpVtbl->CreateAttributeDef… argument
5218 …eAttributeDefinition(This,pszAttributeName,pAttributeDefinition) (This)->lpVtbl->WriteAttributeDef… argument
5219 …Mgmt_DeleteAttributeDefinition(This,pszAttributeName) (This)->lpVtbl->DeleteAttributeDefinition(Th… argument
5230 …mt_WriteAttributeDefinition_Proxy(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName,PADS_ATTR_DEF…
[all …]
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddsclient.h131 typedef HRESULT (CALLBACK *LPDSENUMATTRIBUTES)(LPARAM lParam,LPCWSTR pszAttributeName,LPCWSTR pszDi…
156 …STDMETHOD(GetFriendlyAttributeName)(THIS_ LPCWSTR pszObjectClass,LPCWSTR pszAttributeName,LPWSTR p… in DECLARE_INTERFACE_()
160 STDMETHOD_(ADSTYPE,GetAttributeADsType)(THIS_ LPCWSTR pszAttributeName) PURE; in DECLARE_INTERFACE_()
H A Dntdsapi.h688 LPWSTR pszAttributeName; member
697 LPWSTR pszAttributeName; member
787 LPWSTR pszAttributeName; member
801 LPWSTR pszAttributeName; member
855 …E InfoType,LPCWSTR pszObject,UUID *puuidForSourceDsaObjGuid,LPCWSTR pszAttributeName,LPCWSTR pszVa…
H A Diads.h5185 …virtual HRESULT WINAPI CreateAttributeDefinition(LPWSTR pszAttributeName,PADS_ATTR_DEF pAttributeD…
5186 …virtual HRESULT WINAPI WriteAttributeDefinition(LPWSTR pszAttributeName,PADS_ATTR_DEF pAttributeDe…
5187 virtual HRESULT WINAPI DeleteAttributeDefinition(LPWSTR pszAttributeName) = 0;
5200 …INAPI *CreateAttributeDefinition)(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName,PADS_ATTR_DEF…
5201 …HRESULT (WINAPI *WriteAttributeDefinition)(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName,PADS…
5202 … HRESULT (WINAPI *DeleteAttributeDefinition)(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName);
5217 …AttributeDefinition(This,pszAttributeName,pAttributeDefinition) (This)->lpVtbl->CreateAttributeDef… argument
5218 …eAttributeDefinition(This,pszAttributeName,pAttributeDefinition) (This)->lpVtbl->WriteAttributeDef… argument
5219 …Mgmt_DeleteAttributeDefinition(This,pszAttributeName) (This)->lpVtbl->DeleteAttributeDefinition(Th… argument
5230 …mt_WriteAttributeDefinition_Proxy(IDirectorySchemaMgmt *This,LPWSTR pszAttributeName,PADS_ATTR_DEF…
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/gml/
H A Dgmlreaderp.h196 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) = 0;
306 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName);
335 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName);
H A Dgmlhandler.cpp228 char* GMLXercesHandler::GetAttributeValue(void* attr, const char* pszAttributeName) in GetAttributeValue() argument
234 if (strcmp(pszString, pszAttributeName) == 0) in GetAttributeValue()
410 char* GMLExpatHandler::GetAttributeValue(void* attr, const char* pszAttributeName) in GetAttributeValue() argument
415 if (strcmp(*papszIter, pszAttributeName) == 0) in GetAttributeValue()
/dports/lang/fpc-source/fpc-3.2.2/packages/winunits-jedi/src/
H A Djwadsclient.pas384 LPDSENUMATTRIBUTES = function(lParam: LPARAM; pszAttributeName: LPCWSTR;
430 function GetFriendlyAttributeName(pszObjectClass, pszAttributeName,
438 function GetAttributeADsType(pszAttributeName: LPCWSTR): ADSTYPEENUM; stdcall;
H A Djwantdsapi.pas2501 pszAttributeName: LPWSTR;
2515 pszAttributeName: LPWSTR;
2673 pszAttributeName: LPWSTR;
2692 pszAttributeName: LPWSTR;
2791 …ype: DS_REPL_INFO_TYPE; pszObject: LPCWSTR; const puuidForSourceDsaObjGuid: UUID; pszAttributeName,
H A Djwaadstlb.pas3330 function CreateAttributeDefinition(pszAttributeName: PWideChar; in CreateAttributeDefinition()
3332 function WriteAttributeDefinition(pszAttributeName: PWideChar; in WriteAttributeDefinition()
3334 function DeleteAttributeDefinition(pszAttributeName: PWideChar): HResult; stdcall; in DeleteAttributeDefinition()
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/gml/
H A Dgmlreaderp.h209 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) = 0;
249 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) override;
277 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) override;
H A Dgmlhandler.cpp217 const char* pszAttributeName ) in GetAttributeValue() argument
223 if (m_osAttrName == pszAttributeName) in GetAttributeValue()
406 GMLExpatHandler::GetAttributeValue(void* attr, const char* pszAttributeName) in GetAttributeValue() argument
411 if (strcmp(*papszIter, pszAttributeName) == 0) in GetAttributeValue()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/gml/
H A Dgmlreaderp.h209 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) = 0;
249 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) override;
277 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) override;
H A Dgmlhandler.cpp217 const char* pszAttributeName ) in GetAttributeValue() argument
223 if (m_osAttrName == pszAttributeName) in GetAttributeValue()
406 GMLExpatHandler::GetAttributeValue(void* attr, const char* pszAttributeName) in GetAttributeValue() argument
411 if (strcmp(*papszIter, pszAttributeName) == 0) in GetAttributeValue()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/gml/
H A Dgmlreaderp.h209 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) = 0;
249 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) override;
277 virtual char* GetAttributeValue(void* attr, const char* pszAttributeName) override;
H A Dgmlhandler.cpp217 const char* pszAttributeName ) in GetAttributeValue() argument
223 if (m_osAttrName == pszAttributeName) in GetAttributeValue()
406 GMLExpatHandler::GetAttributeValue(void* attr, const char* pszAttributeName) in GetAttributeValue() argument
411 if (strcmp(*papszIter, pszAttributeName) == 0) in GetAttributeValue()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmapogcsld.c4616 char *pszAttributeName = NULL; in msSLDGetAttributeNameOrValue() local
4699 pszAttributeName = msStrdup(aszValues[0]); in msSLDGetAttributeNameOrValue()
4720 pszAttributeName[iValue] = '\0'; in msSLDGetAttributeNameOrValue()
4748 pszAttributeName[iValue] = '\0'; in msSLDGetAttributeNameOrValue()
4756 if (!pszAttributeName) { in msSLDGetAttributeNameOrValue()
4761 nLength = strlen(pszAttributeName); in msSLDGetAttributeNameOrValue()
4769 if (pszAttributeName[i] == '[') { in msSLDGetAttributeNameOrValue()
4773 if (pszAttributeName[i] == ']') in msSLDGetAttributeNameOrValue()
4781 msFree(pszAttributeName); in msSLDGetAttributeNameOrValue()
4787 msFree(pszAttributeName); in msSLDGetAttributeNameOrValue()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Networking/ActiveDirectory/
H A Dmod.rs2073 pub pszAttributeName: super::super::Foundation::PWSTR, field
2091 pub pszAttributeName: super::super::Foundation::PWSTR, field
2541 pub pszAttributeName: super::super::Foundation::PWSTR, field
2564 pub pszAttributeName: super::super::Foundation::PWSTR, field
2639 pub pszAttributeName: super::super::Foundation::PWSTR, field

12