Home
last modified time | relevance | path

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

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/tests/internal/
H A Daws_util.c44 #define TAG_DELIMITER "." macro
96 s3_key_format = flb_get_s3_key(S3_KEY_FORMAT_TAG_PART, t, TAG, TAG_DELIMITER, 0); in test_flb_get_s3_key_multi_tag_exists()
119 TAG_DELIMITER, 0); in test_flb_get_s3_key_tag_special_characters()
173 s3_key_format = flb_get_s3_key(buf, t, TAG, TAG_DELIMITER, 0); in test_flb_get_s3_key_invalid_key_length()
185 TAG_DELIMITER, 0); in test_flb_get_s3_key_static_string()
197 TAG_DELIMITER, 12); in test_flb_get_s3_key_valid_index()
210 TAG_DELIMITER, 5); in test_flb_get_s3_key_increment_index()
217 TAG_DELIMITER, 10); in test_flb_get_s3_key_increment_index()
232 TAG_DELIMITER, index); in test_flb_get_s3_key_index_overflow()
238 TAG_DELIMITER, index); in test_flb_get_s3_key_index_overflow()
[all …]
/dports/biology/freebayes/freebayes-1.3.5/contrib/SeqLib/src/
H A DBamRecord.cpp10 #define TAG_DELIMITER "^" macro
221 if (val.find(TAG_DELIMITER) != std::string::npos) in SmartAddTag()
222 …std::cerr << "BamRecord::SmartAddTag -- Tag delimiter " << TAG_DELIMITER << " is in the value to b… in SmartAddTag()
225 tmp += TAG_DELIMITER + val; in SmartAddTag()
526 if (tmp.find(TAG_DELIMITER) != std::string::npos) { in GetSmartStringTag()
551 if (tmp.find(TAG_DELIMITER) != std::string::npos) { in GetSmartIntTag()
574 if (tmp.find(TAG_DELIMITER) != std::string::npos) { in GetSmartDoubleTag()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/xml/
H A Dwe_xmltag.h41 TAG_DELIMITER, enumerator
H A Dwe_xmljob.cpp350 else if ( isTag( pNode, TAG_DELIMITER)) in processNode()
351 setJobData( pNode, TAG_DELIMITER, true, TYPE_CHAR); in processNode()
473 case TAG_DELIMITER: in setJobData()
H A Dwe_xmlgenproc.cpp132 xmlTextWriterWriteElement(fWriter, BAD_CAST xmlTagTable[TAG_DELIMITER], in startXMLFile()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/writeengine/xml/
H A Dwe_xmltag.h41 TAG_DELIMITER, enumerator
H A Dwe_xmljob.cpp350 else if ( isTag( pNode, TAG_DELIMITER)) in processNode()
351 setJobData( pNode, TAG_DELIMITER, true, TYPE_CHAR); in processNode()
473 case TAG_DELIMITER: in setJobData()
H A Dwe_xmlgenproc.cpp132 xmlTextWriterWriteElement(fWriter, BAD_CAST xmlTagTable[TAG_DELIMITER], in startXMLFile()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-irc.c65 static const guint8 TAG_DELIMITER[] = {0x01, 0x00}; variable
551 ws_mempbrk_compile(&pbrk_tag_delimiter, TAG_DELIMITER); in proto_register_irc()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-irc.c65 static const guint8 TAG_DELIMITER[] = {0x01, 0x00}; variable
551 ws_mempbrk_compile(&pbrk_tag_delimiter, TAG_DELIMITER); in proto_register_irc()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-irc.c65 static const guint8 TAG_DELIMITER[] = {0x01, 0x00}; variable
551 ws_mempbrk_compile(&pbrk_tag_delimiter, TAG_DELIMITER); in proto_register_irc()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-irc.c65 static const guint8 TAG_DELIMITER[] = {0x01, 0x00}; variable
551 ws_mempbrk_compile(&pbrk_tag_delimiter, TAG_DELIMITER); in proto_register_irc()