Home
last modified time | relevance | path

Searched defs:DecodeData (Results 1 – 25 of 77) sorted by relevance

1234

/dports/dns/rdap/rdap-e2ea151/
H A Ddecode_data.go19 type DecodeData struct { struct
20 isKnown map[string]bool
21 values map[string]interface{}
22 overrideKnownValue map[string]bool
23 notes map[string][]string
27 func (r DecodeData) String() string {
46 func (r DecodeData) Notes(name string) []string {
64 func (r DecodeData) Value(name string) interface{} {
78 func (r DecodeData) Fields() []string {
89 func (r DecodeData) UnknownFields() []string {
[all …]
H A Dcommon.go17 DecodeData *DecodeData member
32 DecodeData *DecodeData member
44 DecodeData *DecodeData member
62 DecodeData *DecodeData member
86 DecodeData *DecodeData member
H A Dsearch_results.go11 DecodeData *DecodeData member
24 DecodeData *DecodeData member
37 DecodeData *DecodeData member
H A Ddomain.go11 DecodeData *DecodeData member
42 DecodeData *DecodeData member
52 DecodeData *DecodeData member
61 DecodeData *DecodeData member
73 DecodeData *DecodeData member
86 DecodeData *DecodeData member
H A Dnameserver.go11 DecodeData *DecodeData member
34 DecodeData *DecodeData member
H A Dhelp.go11 DecodeData *DecodeData member
H A Derror.go11 DecodeData *DecodeData member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jpx/
H A Djpx_decode_utils.h20 struct DecodeData { struct
21 DecodeData(const uint8_t* data, OPJ_SIZE_T size) in DecodeData() function
24 const uint8_t* src_data;
25 OPJ_SIZE_T src_size;
26 OPJ_SIZE_T offset;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jpx/
H A Djpx_decode_utils.h20 struct DecodeData { struct
21 DecodeData(const uint8_t* data, OPJ_SIZE_T size) in DecodeData() function
24 const uint8_t* src_data;
25 OPJ_SIZE_T src_size;
26 OPJ_SIZE_T offset;
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/codec/
H A Dcodec_int.h23 struct DecodeData { struct
25 DecodeData(uint8_t* data, OPJ_SIZE_T size) in DecodeData() function
27 uint8_t* src_data;
28 OPJ_SIZE_T src_size;
29 OPJ_SIZE_T offset;
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/codec/
H A Dcodec_int.h23 struct DecodeData { struct
25 DecodeData(uint8_t* data, OPJ_SIZE_T size) in DecodeData() function
27 uint8_t* src_data;
28 OPJ_SIZE_T src_size;
29 OPJ_SIZE_T offset;
/dports/www/firefox-legacy/firefox-52.8.0esr/media/gmp-clearkey/0.1/
H A DVideoDecoder.h63 struct DecodeData { struct
64 DecodeData() in DecodeData() function
76 void DecodeTask(DecodeData* aData); argument
/dports/security/snort3/snort3-3.1.19.0/src/framework/
H A Ddecode_data.h114 struct DecodeData struct
135 memset(this, 0, offsetof(DecodeData, ip_api)); in reset() argument
141 inline void set_pkt_type(PktType pkt_type) in set_pkt_type()
144 inline PktType get_pkt_type() const in get_pkt_type()
/dports/www/firefox-esr/firefox-91.8.0/media/gmp-clearkey/0.1/
H A DVideoDecoder.h50 struct DecodeData { struct
51 std::vector<uint8_t> mBuffer;
52 uint64_t mTimestamp = 0;
53 CryptoMetaData mCrypto;
/dports/lang/spidermonkey60/firefox-60.9.0/media/gmp-clearkey/0.1/
H A DVideoDecoder.h50 struct DecodeData { struct
51 std::vector<uint8_t> mBuffer;
52 uint64_t mTimestamp = 0;
53 CryptoMetaData mCrypto;
/dports/www/firefox/firefox-99.0/media/gmp-clearkey/0.1/
H A DVideoDecoder.h51 struct DecodeData { struct
52 std::vector<uint8_t> mBuffer;
53 uint64_t mTimestamp = 0;
54 CryptoMetaData mCrypto;
/dports/mail/thunderbird/thunderbird-91.8.0/media/gmp-clearkey/0.1/
H A DVideoDecoder.h50 struct DecodeData { struct
51 std::vector<uint8_t> mBuffer;
52 uint64_t mTimestamp = 0;
53 CryptoMetaData mCrypto;
/dports/lang/spidermonkey78/firefox-78.9.0/media/gmp-clearkey/0.1/
H A DVideoDecoder.h50 struct DecodeData { struct
51 std::vector<uint8_t> mBuffer;
52 uint64_t mTimestamp = 0;
53 CryptoMetaData mCrypto;
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/net/
H A Ddata_loader.rs16 pub type DecodeData = (Mime, Vec<u8>); typedef
18 pub fn decode(url: &ServoUrl) -> Result<DecodeData, DecodeError> { in decode()
/dports/www/node10/node-v10.24.1/src/
H A Dstring_decoder.cc56 MaybeLocal<String> StringDecoder::DecodeData(Isolate* isolate, in DecodeData() function in node::StringDecoder
256 void DecodeData(const FunctionCallbackInfo<Value>& args) { in DecodeData() function
/dports/security/snort3/snort3-3.1.19.0/src/codecs/link/
H A Dcd_fabricpath.cc75 bool FabricPathCodec::decode(const RawData& raw, CodecData& codec, DecodeData&) in decode() argument
126 void FabricPathCodec::format(bool reverse, uint8_t* raw_pkt, DecodeData&) in format() argument
/dports/security/snort3/snort3-3.1.19.0/src/codecs/root/
H A Dcd_eth.cc85 bool EthCodec::decode(const RawData& raw, CodecData& codec, DecodeData&) in decode() argument
191 void EthCodec::format(bool reverse, uint8_t* raw_pkt, DecodeData&) in format() argument
/dports/security/snort3/snort3-3.1.19.0/src/codecs/ip/
H A Dcd_bad_proto.cc50 bool BadProtocalCodec::decode(const RawData&, CodecData& codec, DecodeData&) in decode() argument
H A Dcd_no_next.cc45 bool Ipv6NoNextCodec::decode(const RawData& raw, CodecData& codec, DecodeData&) in decode() argument
/dports/security/snort3/snort3-3.1.19.0/src/codecs/misc/
H A Dcd_default.cc41 bool decode(const RawData&, CodecData&, DecodeData&) override in decode() argument

1234