Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
7ad05378
Commit
7ad05378
authored
Jul 11, 2018
by
Viacheslav Demydiuk
Browse files
add generated gramma source files related to commit of header Require
parent
b4f1303f
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
src/grammars/belle_sdpLexer.c
View file @
7ad05378
...
...
@@ -2,7 +2,7 @@
* This C source file was generated by $ANTLR version 3.4
*
* - From the grammar source file : ../grammars/belle_sdp.g
* - On : 2018-0
1-22
1
0
:4
8
:2
0
* - On : 2018-0
7-11
1
6
:4
6
:2
6
* - for the lexer : belle_sdpLexerLexer
*
* Editing it, at least manually, is not wise.
...
...
src/grammars/belle_sdpLexer.h
View file @
7ad05378
...
...
@@ -2,7 +2,7 @@
* This C header file was generated by $ANTLR version 3.4
*
* - From the grammar source file : ../grammars/belle_sdp.g
* - On : 2018-0
1-22
1
0
:4
8
:2
0
* - On : 2018-0
7-11
1
6
:4
6
:2
6
* - for the lexer : belle_sdpLexerLexer
*
* Editing it, at least manually, is not wise.
...
...
src/grammars/belle_sdpParser.c
View file @
7ad05378
...
...
@@ -2,7 +2,7 @@
* This C source file was generated by $ANTLR version 3.4
*
* - From the grammar source file : ../grammars/belle_sdp.g
* - On : 2018-0
1-22
1
0
:4
8:19
* - On : 2018-0
7-11
1
6
:4
6:24
* - for the parser : belle_sdpParserParser
*
* Editing it, at least manually, is not wise.
...
...
src/grammars/belle_sdpParser.h
View file @
7ad05378
...
...
@@ -2,7 +2,7 @@
* This C header file was generated by $ANTLR version 3.4
*
* - From the grammar source file : ../grammars/belle_sdp.g
* - On : 2018-0
1-22
1
0
:4
8:19
* - On : 2018-0
7-11
1
6
:4
6:24
* - for the parser : belle_sdpParserParser
*
* Editing it, at least manually, is not wise.
...
...
src/grammars/belle_sip_messageLexer.c
View file @
7ad05378
This diff is collapsed.
Click to expand it.
src/grammars/belle_sip_messageLexer.h
View file @
7ad05378
...
...
@@ -2,7 +2,7 @@
* This C header file was generated by $ANTLR version 3.4
*
* - From the grammar source file : ../grammars/belle_sip_message.g
* - On : 2018-0
1-22
1
0
:4
8:30
* - On : 2018-0
7-11
1
6
:4
7:03
* - for the lexer : belle_sip_messageLexerLexer
*
* Editing it, at least manually, is not wise.
...
...
src/grammars/belle_sip_messageParser.c
View file @
7ad05378
This diff is collapsed.
Click to expand it.
src/grammars/belle_sip_messageParser.h
View file @
7ad05378
...
...
@@ -2,7 +2,7 @@
* This C header file was generated by $ANTLR version 3.4
*
* - From the grammar source file : ../grammars/belle_sip_message.g
* - On : 2018-0
1-22
1
0
:4
8:29
* - On : 2018-0
7-11
1
6
:4
6:55
* - for the parser : belle_sip_messageParserParser
*
* Editing it, at least manually, is not wise.
...
...
@@ -587,6 +587,12 @@ has the callable functions (rules) shown below,
void
pbelle_sip_messageParser->supported_val(pbelle_sip_messageParser)
* -
belle_sip_header_require_t*
pbelle_sip_messageParser->header_require(pbelle_sip_messageParser)
* -
void
pbelle_sip_messageParser->require_val(pbelle_sip_messageParser)
* -
belle_sip_messageParser_content_disposition_value_return
pbelle_sip_messageParser->content_disposition_value(pbelle_sip_messageParser)
* -
...
...
@@ -2861,6 +2867,35 @@ typedef struct belle_sip_messageParser_header_supported_SCOPE_struct
belle_sip_messageParser_header_supported_SCOPE
,
*
pbelle_sip_messageParser_header_supported_SCOPE
;
/* ruleAttributeScopeDecl(scope)
*/
/* makeScopeSet()
*/
/** Definition of the header_require scope variable tracking
* structure. An instance of this structure is created by calling
* belle_sip_messageParser_header_requirePush().
*/
typedef
struct
belle_sip_messageParser_header_require_SCOPE_struct
{
/** Function that the user may provide to be called when the
* scope is destroyed (so you can free pANTLR3_HASH_TABLES and so on)
*
* \param POinter to an instance of this typedef/struct
*/
void
(
ANTLR3_CDECL
*
free
)
(
struct
belle_sip_messageParser_header_require_SCOPE_struct
*
frame
);
/* =============================================================================
* Programmer defined variables...
*/
belle_sip_header_require_t
*
current
;
/* End of programmer defined variables
* =============================================================================
*/
}
belle_sip_messageParser_header_require_SCOPE
,
*
pbelle_sip_messageParser_header_require_SCOPE
;
/* ruleAttributeScopeDecl(scope)
*/
/* makeScopeSet()
...
...
@@ -3869,6 +3904,17 @@ struct belle_sip_messageParser_Ctx_struct
pbelle_sip_messageParser_header_supported_SCOPE
pbelle_sip_messageParser_header_supportedTop
;
/* ruleAttributeScopeDef(scope)
*/
/** Pointer to the header_require stack for use by pbelle_sip_messageParser_header_requirePush()
* and pbelle_sip_messageParser_header_requirePop()
*/
pANTLR3_STACK
pbelle_sip_messageParser_header_requireStack
;
ANTLR3_UINT32
pbelle_sip_messageParser_header_requireStack_limit
;
pbelle_sip_messageParser_header_require_SCOPE
(
*
pbelle_sip_messageParser_header_requirePush
)(
struct
belle_sip_messageParser_Ctx_struct
*
ctx
);
pbelle_sip_messageParser_header_require_SCOPE
pbelle_sip_messageParser_header_requireTop
;
/* ruleAttributeScopeDef(scope)
*/
/** Pointer to the header_content_disposition stack for use by pbelle_sip_messageParser_header_content_dispositionPush()
...
...
@@ -4627,6 +4673,12 @@ struct belle_sip_messageParser_Ctx_struct
void
(
*
supported_val
)
(
struct
belle_sip_messageParser_Ctx_struct
*
ctx
);
belle_sip_header_require_t
*
(
*
header_require
)
(
struct
belle_sip_messageParser_Ctx_struct
*
ctx
);
void
(
*
require_val
)
(
struct
belle_sip_messageParser_Ctx_struct
*
ctx
);
belle_sip_messageParser_content_disposition_value_return
(
*
content_disposition_value
)
(
struct
belle_sip_messageParser_Ctx_struct
*
ctx
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment