[][src]Function spatialite_sys::gaiaIsCompressedXmlBlob

pub unsafe extern "C" fn gaiaIsCompressedXmlBlob(
    blob: *const c_uchar,
    size: c_int
) -> c_int

Checks if a valid XmlBLOB buffer is compressed or not

\param blob pointer to the XmlBLOB buffer. \param size XmlBLOB's size (in bytes).

\return TRUE or FALSE if the BLOB actually is a valid XmlBLOB; -1 in any other case.

\sa gaiaIsValidXmlBlob, gaiaIsSchemaValidatedXmlBlob, gaiaIsIsoMetadataXmlBlob, gaiaIsSldSeVectorStyleXmlBlob, gaiaIsSldSeRasterStyleXmlBlob, gaiaIsSldStyleXmlBlob, gaiaIsSvgXmlBlob