Home
last modified time | relevance | path

Searched defs:CPLXMLNode (Results 1 – 17 of 17) sorted by relevance

/dports/devel/upp/upp/bazaar/plugin/geotiff/libgeotiff/port/
H A Dcpl_minixml.h65 typedef struct CPLXMLNode struct
73 CPLXMLNodeType eType; argument
105 struct CPLXMLNode *psNext; argument
117 struct CPLXMLNode *psChild; argument
118 } CPLXMLNode; typedef
/dports/devel/upp/upp/bazaar/plugin/gdal/port/
H A Dcpl_minixml.h65 typedef struct CPLXMLNode struct
73 CPLXMLNodeType eType; argument
105 struct CPLXMLNode *psNext; argument
117 struct CPLXMLNode *psChild; argument
118 } CPLXMLNode; typedef
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_minizip_ioapi.cpp54 return VSIFOpenExL(filename, mode_fopen, true);
69 return ret;
70 }
77 static_cast<uLong>(VSIFWriteL(buf, 1, static_cast<size_t>(size),
100 case ZLIB_FILEFUNC_SEEK_END :
112 int ZCALLBACK fclose_file_func ( voidpf /* opaque */, voidpf stream )
121 return 0;
122 }
123
124 void cpl_fill_fopen_filefunc (zlib_filefunc_def* pzlib_filefunc_def)
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_minixml.h54 typedef struct CPLXMLNode CPLXMLNode; typedef
69 struct CPLXMLNode struct
77 CPLXMLNodeType eType; argument
109 struct CPLXMLNode *psNext; argument
121 struct CPLXMLNode *psChild; argument
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_minixml.h54 typedef struct CPLXMLNode CPLXMLNode; typedef
69 struct CPLXMLNode struct
77 CPLXMLNodeType eType; argument
109 struct CPLXMLNode *psNext; argument
121 struct CPLXMLNode *psChild; argument
/dports/graphics/py-gdal/gdal-3.3.3/swig/include/
H A DXMLNode.i45 typedef struct CPLXMLNode struct
48 CPLXMLNodeType eType; argument
50 struct CPLXMLNode *psNext; argument
51 struct CPLXMLNode *psChild; argument
53 } CPLXMLNode; typedef
57 CPLXMLNode(const char *pszString) in CPLXMLNode() function
63 CPLXMLNode(CPLXMLNodeType eType, const char *pszText ) in CPLXMLNode() function
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/swig/include/
H A DXMLNode.i45 typedef struct CPLXMLNode struct
48 CPLXMLNodeType eType; argument
50 struct CPLXMLNode *psNext; argument
51 struct CPLXMLNode *psChild; argument
53 } CPLXMLNode; typedef
57 CPLXMLNode(const char *pszString) in CPLXMLNode() function
63 CPLXMLNode(CPLXMLNodeType eType, const char *pszText ) in CPLXMLNode() function
/dports/graphics/gdal/gdal-3.3.3/swig/include/
H A DXMLNode.i45 typedef struct CPLXMLNode struct
48 CPLXMLNodeType eType; argument
50 struct CPLXMLNode *psNext; argument
51 struct CPLXMLNode *psChild; argument
53 } CPLXMLNode; typedef
57 CPLXMLNode(const char *pszString) in CPLXMLNode() function
63 CPLXMLNode(CPLXMLNodeType eType, const char *pszText ) in CPLXMLNode() function
/dports/astro/opencpn/OpenCPN-5.2.4/libs/gdal/include/gdal/
H A Dcpl_minixml.h160 } CPLXMLNode; typedef
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/vrt/
H A Dvrtdataset.h874 virtual CPLErr XMLInit( CPLXMLNode *, const char *) { return CE_Failure; } in XMLInit() argument
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/gdal-sys-0.2.0/prebuilt-bindings/
H A Dgdal_1.11.rs3662 pub struct CPLXMLNode { struct
3693 pub psNext: *mut CPLXMLNode, argument
3767 poRoot: *mut CPLXMLNode, in CPLSearchXMLNode()
3769 ) -> *mut CPLXMLNode; in CPLSearchXMLNode()
3773 poRoot: *mut CPLXMLNode, in CPLGetXMLValue()
3783 ) -> *mut CPLXMLNode; in CPLCreateXMLNode()
3789 pub fn CPLAddXMLChild(psParent: *mut CPLXMLNode, psChild: *mut CPLXMLNode); in CPLAddXMLChild()
3795 pub fn CPLAddXMLSibling(psOlderSibling: *mut CPLXMLNode, psNewSibling: *mut CPLXMLNode); in CPLAddXMLSibling()
3802 ) -> *mut CPLXMLNode; in CPLCreateXMLElementAndValue()
3809 psRoot: *mut CPLXMLNode, in CPLSetXMLValue()
[all …]
H A Dgdal_2.0.rs2000 pub struct CPLXMLNode { struct
2031 pub psNext: *mut CPLXMLNode, argument
2105 poRoot: *mut CPLXMLNode, in CPLSearchXMLNode()
2107 ) -> *mut CPLXMLNode; in CPLSearchXMLNode()
2111 poRoot: *mut CPLXMLNode, in CPLGetXMLValue()
2121 ) -> *mut CPLXMLNode; in CPLCreateXMLNode()
2127 pub fn CPLAddXMLChild(psParent: *mut CPLXMLNode, psChild: *mut CPLXMLNode); in CPLAddXMLChild()
2133 pub fn CPLAddXMLSibling(psOlderSibling: *mut CPLXMLNode, psNewSibling: *mut CPLXMLNode); in CPLAddXMLSibling()
2140 ) -> *mut CPLXMLNode; in CPLCreateXMLElementAndValue()
6466 ) -> *mut CPLXMLNode; in GDALGetJPEG2000Structure()
[all …]
H A Dgdal_2.1.rs2093 pub struct CPLXMLNode { struct
2124 pub psNext: *mut CPLXMLNode, argument
2198 poRoot: *mut CPLXMLNode, in CPLSearchXMLNode()
2200 ) -> *mut CPLXMLNode; in CPLSearchXMLNode()
2204 poRoot: *mut CPLXMLNode, in CPLGetXMLValue()
2214 ) -> *mut CPLXMLNode; in CPLCreateXMLNode()
2220 pub fn CPLAddXMLChild(psParent: *mut CPLXMLNode, psChild: *mut CPLXMLNode); in CPLAddXMLChild()
2226 pub fn CPLAddXMLSibling(psOlderSibling: *mut CPLXMLNode, psNewSibling: *mut CPLXMLNode); in CPLAddXMLSibling()
2233 ) -> *mut CPLXMLNode; in CPLCreateXMLElementAndValue()
6786 ) -> *mut CPLXMLNode; in GDALGetJPEG2000Structure()
[all …]
H A Dgdal_2.2.rs2188 pub struct CPLXMLNode { struct
2219 pub psNext: *mut CPLXMLNode, argument
2293 poRoot: *mut CPLXMLNode, in CPLSearchXMLNode()
2295 ) -> *mut CPLXMLNode; in CPLSearchXMLNode()
2299 poRoot: *mut CPLXMLNode, in CPLGetXMLValue()
2309 ) -> *mut CPLXMLNode; in CPLCreateXMLNode()
2315 pub fn CPLAddXMLChild(psParent: *mut CPLXMLNode, psChild: *mut CPLXMLNode); in CPLAddXMLChild()
2321 pub fn CPLAddXMLSibling(psOlderSibling: *mut CPLXMLNode, psNewSibling: *mut CPLXMLNode); in CPLAddXMLSibling()
2328 ) -> *mut CPLXMLNode; in CPLCreateXMLElementAndValue()
7046 ) -> *mut CPLXMLNode; in GDALGetJPEG2000Structure()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/frmts/wms/
H A Dwmsdriver.h231 GDALWMSCacheImpl(const CPLString& soPath, CPLXMLNode * /*pConfig*/) : in GDALWMSCacheImpl() argument
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/wms/
H A Dwmsdriver.h231 GDALWMSCacheImpl(const CPLString& soPath, CPLXMLNode * /*pConfig*/) : in GDALWMSCacheImpl() argument
/dports/graphics/gdal/gdal-3.3.3/frmts/wms/
H A Dwmsdriver.h231 GDALWMSCacheImpl(const CPLString& soPath, CPLXMLNode * /*pConfig*/) : in GDALWMSCacheImpl() argument