ESP-IDF
asn1_hdr::identifier
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
asn1_hdr::identifier
asn1_hdr::identifier field
Syntax
Show:
Summary
Declaration
from
asn1.h:51
u8
identifier
;
Examples
References
from
examples
Code
Location
Referrer
u8
identifier
,
class
,
constructed
;
asn1.h:51
hdr
->
identifier
=
*
pos
++
;
asn1.c:184
asn1_get_next()
hdr
->
class
=
hdr
->
identifier
>
>
6
;
asn1.c:185
asn1_get_next()
hdr
->
constructed
=
!!
(
hdr
->
identifier
&
(
1
<
<
5
)
)
;
asn1.c:186
asn1_get_next()
if
(
(
hdr
->
identifier
&
0x1f
)
==
0x1f
)
{
asn1.c:188
asn1_get_next()
hdr
->
tag
=
hdr
->
identifier
&
0x1f
;
asn1.c:219
asn1_get_next()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
asn1_hdr::identifier
is written by 1 function and is read by 1 function:
asn1_get_next()
All items filtered out
asn1_hdr::identifier
asn1_get_next()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out