Home
last modified time | relevance | path

Searched refs:ebml_crc (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/mkclean/mkclean-0.8.7/libebml2/
H A Debmlcrc.c31 struct ebml_crc struct
163 static err_t ReadData(ebml_crc *Element, stream *Input, const ebml_parser_context *ParserContext, b… in ReadData()
177 static err_t RenderData(ebml_crc *Element, stream *Output, bool_t bForceWithoutMandatory, bool_t bW… in RenderData()
190 static ebml_crc *Copy(const ebml_crc *Element, const void *Cookie) in Copy()
192 ebml_crc *Result = (ebml_crc*)EBML_ElementCreate(Element,Element->Base.Context,0,Cookie); in Copy()
211 static err_t Create(ebml_crc *Element) in Create()
220 META_CLASS(SIZE,sizeof(ebml_crc)) in META_START()
231 bool_t EBML_CRCMatches(ebml_crc *CRC, const uint8_t *Buf, size_t Size) in META_START()
260 void EBML_CRCAddBuffer(ebml_crc *CRC, const uint8_t *Buf, size_t Size) in EBML_CRCAddBuffer()
277 void EBML_CRCFinalize(ebml_crc *CRC) in EBML_CRCFinalize()
H A Debmlcrc.h32 extern bool_t EBML_CRCMatches(ebml_crc *CRC, const uint8_t *Buf, size_t Size);
33 extern void EBML_CRCAddBuffer(ebml_crc *CRC, const uint8_t *Buf, size_t Size);
34 extern void EBML_CRCFinalize(ebml_crc *CRC);
H A Debmlmaster.c297 ebml_crc *CRCElement = NULL; in ReadData()
375 CRCElement = (ebml_crc*)SubElement; in ReadData()
379 if (CRCElement != (ebml_crc*)SubElement) in ReadData()
498ebml_crc *CrcElt = (ebml_crc*)EBML_ElementCreate(Element, &EBML_ContextEbmlCrc32, 0, NULL); in RenderData()
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libebml2/
H A Debmlcrc.c31 struct ebml_crc struct
163 static err_t ReadData(ebml_crc *Element, stream *Input, const ebml_parser_context *ParserContext, b… in ReadData()
177 static err_t RenderData(ebml_crc *Element, stream *Output, bool_t bForceWithoutMandatory, bool_t bW… in RenderData()
190 static ebml_crc *Copy(const ebml_crc *Element, const void *Cookie) in Copy()
192 ebml_crc *Result = (ebml_crc*)EBML_ElementCreate(Element,Element->Base.Context,0,Cookie); in Copy()
211 static err_t Create(ebml_crc *Element) in Create()
220 META_CLASS(SIZE,sizeof(ebml_crc)) in META_START()
231 bool_t EBML_CRCMatches(ebml_crc *CRC, const uint8_t *Buf, size_t Size) in META_START()
260 void EBML_CRCAddBuffer(ebml_crc *CRC, const uint8_t *Buf, size_t Size) in EBML_CRCAddBuffer()
277 void EBML_CRCFinalize(ebml_crc *CRC) in EBML_CRCFinalize()
H A Debmlcrc.h32 extern bool_t EBML_CRCMatches(ebml_crc *CRC, const uint8_t *Buf, size_t Size);
33 extern void EBML_CRCAddBuffer(ebml_crc *CRC, const uint8_t *Buf, size_t Size);
34 extern void EBML_CRCFinalize(ebml_crc *CRC);
H A Debmlmaster.c297 ebml_crc *CRCElement = NULL; in ReadData()
375 CRCElement = (ebml_crc*)SubElement; in ReadData()
379 if (CRCElement != (ebml_crc*)SubElement) in ReadData()
498ebml_crc *CrcElt = (ebml_crc*)EBML_ElementCreate(Element, &EBML_ContextEbmlCrc32, 0, NULL); in RenderData()
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/libebml2/
H A Debmlcrc.c31 struct ebml_crc struct
163 static err_t ReadData(ebml_crc *Element, stream *Input, const ebml_parser_context *ParserContext, b… in ReadData()
177 static err_t RenderData(ebml_crc *Element, stream *Output, bool_t bForceWithoutMandatory, bool_t bW… in RenderData()
190 static ebml_crc *Copy(const ebml_crc *Element, const void *Cookie) in Copy()
192 ebml_crc *Result = (ebml_crc*)EBML_ElementCreate(Element,Element->Base.Context,0,Cookie); in Copy()
211 static err_t Create(ebml_crc *Element) in Create()
220 META_CLASS(SIZE,sizeof(ebml_crc)) in META_START()
231 bool_t EBML_CRCMatches(ebml_crc *CRC, const uint8_t *Buf, size_t Size) in META_START()
260 void EBML_CRCAddBuffer(ebml_crc *CRC, const uint8_t *Buf, size_t Size) in EBML_CRCAddBuffer()
277 void EBML_CRCFinalize(ebml_crc *CRC) in EBML_CRCFinalize()
H A Debmlcrc.h32 extern bool_t EBML_CRCMatches(ebml_crc *CRC, const uint8_t *Buf, size_t Size);
33 extern void EBML_CRCAddBuffer(ebml_crc *CRC, const uint8_t *Buf, size_t Size);
34 extern void EBML_CRCFinalize(ebml_crc *CRC);
H A Debmlmaster.c297 ebml_crc *CRCElement = NULL; in ReadData()
375 CRCElement = (ebml_crc*)SubElement; in ReadData()
379 if (CRCElement != (ebml_crc*)SubElement) in ReadData()
498ebml_crc *CrcElt = (ebml_crc*)EBML_ElementCreate(Element, &EBML_ContextEbmlCrc32, 0, NULL); in RenderData()
/dports/multimedia/mkclean/mkclean-0.8.7/libebml2/ebml/
H A Debml.h86 typedef struct ebml_crc ebml_crc; typedef
/dports/multimedia/mkvalidator/mkvalidator-0.5.0/libebml2/ebml/
H A Debml.h86 typedef struct ebml_crc ebml_crc; typedef
/dports/multimedia/bcmatroska2/bcmatroska2-0.23/libebml2/ebml/
H A Debml.h86 typedef struct ebml_crc ebml_crc; typedef