Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
6b9382d8
Commit
6b9382d8
authored
Oct 27, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add comments to the auto-generated table
parent
2c335dbc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
lib/nghttp2_helper.c
lib/nghttp2_helper.c
+3
-0
No files found.
lib/nghttp2_helper.c
View file @
6b9382d8
...
@@ -88,6 +88,7 @@ void* nghttp2_memdup(const void* src, size_t n)
...
@@ -88,6 +88,7 @@ void* nghttp2_memdup(const void* src, size_t n)
return
dest
;
return
dest
;
}
}
/* Generated by gendowncasetbl.py */
static
const
int
DOWNCASE_TBL
[]
=
{
static
const
int
DOWNCASE_TBL
[]
=
{
0
/* NUL */
,
1
/* SOH */
,
2
/* STX */
,
3
/* ETX */
,
0
/* NUL */
,
1
/* SOH */
,
2
/* STX */
,
3
/* ETX */
,
4
/* EOT */
,
5
/* ENQ */
,
6
/* ACK */
,
7
/* BEL */
,
4
/* EOT */
,
5
/* ENQ */
,
6
/* ACK */
,
7
/* BEL */
,
...
@@ -329,6 +330,7 @@ void nghttp2_free(void *ptr)
...
@@ -329,6 +330,7 @@ void nghttp2_free(void *ptr)
free
(
ptr
);
free
(
ptr
);
}
}
/* Generated by gennmchartbl.py */
static
int
VALID_HD_NAME_CHARS
[]
=
{
static
int
VALID_HD_NAME_CHARS
[]
=
{
0
/* NUL */
,
0
/* SOH */
,
0
/* STX */
,
0
/* ETX */
,
0
/* NUL */
,
0
/* SOH */
,
0
/* STX */
,
0
/* ETX */
,
0
/* EOT */
,
0
/* ENQ */
,
0
/* ACK */
,
0
/* BEL */
,
0
/* EOT */
,
0
/* ENQ */
,
0
/* ACK */
,
0
/* BEL */
,
...
@@ -417,6 +419,7 @@ int nghttp2_check_header_name(const uint8_t *name, size_t len)
...
@@ -417,6 +419,7 @@ int nghttp2_check_header_name(const uint8_t *name, size_t len)
return
1
;
return
1
;
}
}
/* Generated by genvchartbl.py */
static
int
VALID_HD_VALUE_CHARS
[]
=
{
static
int
VALID_HD_VALUE_CHARS
[]
=
{
0
/* NUL */
,
0
/* SOH */
,
0
/* STX */
,
0
/* ETX */
,
0
/* NUL */
,
0
/* SOH */
,
0
/* STX */
,
0
/* ETX */
,
0
/* EOT */
,
0
/* ENQ */
,
0
/* ACK */
,
0
/* BEL */
,
0
/* EOT */
,
0
/* ENQ */
,
0
/* ACK */
,
0
/* BEL */
,
...
...
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