Home
last modified time | relevance | path

Searched refs:VERS_2_0 (Results 1 – 20 of 20) sorted by relevance

/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/schema/
H A Dschema-lex.l168 <VERSION_STATE>2\.0 { yy_pop_state ( yyscanner ); return VERS_2_0; }
169 <VERSION_STATE>2 { yy_pop_state ( yyscanner ); return VERS_2_0; }
H A Dschema-ast-tokens.h65 VERS_2_0 = 274, enumerator
H A Dschema-tokens.h65 VERS_2_0 = 274, enumerator
H A Dschema-ast.y95 %token VERS_2_0
276 : PT_VERSION_2 '(' KW_version VERS_2_0 ';' ')' { $$ = $1; }
H A Dschema-grammar.y169 %token VERS_2_0
1012 …: KW_version VERS_2_0 ';' { $$ . subtree = MakeTree ( PT_VERSION_2, T ( $1 ), T ( $2 ), T ( $…
H A Dschema-lex.c1814 { yy_pop_state ( yyscanner ); return VERS_2_0; }
1818 { yy_pop_state ( yyscanner ); return VERS_2_0; }
H A Dschema-ast.cpp146 VERS_2_0 = 274, enumerator
H A Dschema-grammar.cpp224 VERS_2_0 = 274, enumerator
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/schema/
H A Dschema-lex.l168 <VERSION_STATE>2\.0 { yy_pop_state ( yyscanner ); return VERS_2_0; }
169 <VERSION_STATE>2 { yy_pop_state ( yyscanner ); return VERS_2_0; }
H A Dschema-ast-tokens.h65 VERS_2_0 = 274, enumerator
H A Dschema-tokens.h65 VERS_2_0 = 274, enumerator
H A Dschema-ast.y95 %token VERS_2_0
276 : PT_VERSION_2 '(' KW_version VERS_2_0 ';' ')' { $$ = $1; }
H A Dschema-grammar.y169 %token VERS_2_0
1012 …: KW_version VERS_2_0 ';' { $$ . subtree = MakeTree ( PT_VERSION_2, T ( $1 ), T ( $2 ), T ( $…
H A Dschema-lex.c1814 { yy_pop_state ( yyscanner ); return VERS_2_0; }
1818 { yy_pop_state ( yyscanner ); return VERS_2_0; }
H A Dschema-ast.cpp146 VERS_2_0 = 274, enumerator
H A Dschema-grammar.cpp224 VERS_2_0 = 274, enumerator
/dports/security/snort3/snort3-3.1.19.0/src/service_inspectors/http_inspect/
H A Dhttp_msg_start.cc63 version_id = VERS_2_0; in derive_version_id()
H A Dhttp_enum.h87 VERS__NOT_PRESENT=-11, VERS__OTHER=1, VERS_1_0, VERS_1_1, VERS_2_0, VERS_0_9 }; enumerator
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/test/schema/
H A Dwb-test-schema-lex.cpp281 REQUIRE_EQ ( ( Token :: TokenType ) VERS_2_0, s . NextToken () . GetType () ); in TEST_CASE()
288 REQUIRE_EQ ( ( Token :: TokenType ) VERS_2_0, s . NextToken () . GetType () ); in TEST_CASE()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/test/schema/
H A Dwb-test-schema-lex.cpp281 REQUIRE_EQ ( ( Token :: TokenType ) VERS_2_0, s . NextToken () . GetType () ); in TEST_CASE()
288 REQUIRE_EQ ( ( Token :: TokenType ) VERS_2_0, s . NextToken () . GetType () ); in TEST_CASE()