ESP-IDF
arg_hashtable_itr::parent
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
arg_hashtable_itr::parent
arg_hashtable_itr::parent field
Syntax
Show:
Summary
Declaration
from
argtable3_private.h:203
struct
arg_hashtable_entry
*
parent
;
Examples
References
from
examples
Code
Location
Referrer
struct
arg_hashtable_entry
*
parent
;
argtable3_private.h:203
itr
->
parent
=
NULL
;
arg_hashtable.c:290
arg_hashtable_itr_create()
itr
->
parent
=
itr
->
e
;
arg_hashtable.c:329
arg_hashtable_itr_advance()
itr
->
parent
=
NULL
;
arg_hashtable.c:335
arg_hashtable_itr_advance()
if
(
(
itr
->
parent
)
==
NULL
)
{
arg_hashtable.c:361
arg_hashtable_itr_remove()
itr
->
parent
->
next
=
itr
->
e
->
next
;
arg_hashtable.c:366
arg_hashtable_itr_remove()
remember_parent
=
itr
->
parent
;
arg_hashtable.c:375
arg_hashtable_itr_remove()
if
(
itr
->
parent
==
remember_e
)
{
arg_hashtable.c:377
arg_hashtable_itr_remove()
itr
->
parent
=
remember_parent
;
arg_hashtable.c:378
arg_hashtable_itr_remove()
itr
->
parent
=
parent
;
arg_hashtable.c:400
arg_hashtable_itr_search()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
arg_hashtable_itr::parent
is written by 4 functions and is read by 1 function:
arg_hashtable_itr_create()
arg_hashtable_itr_advance()
arg_hashtable_itr_remove()
arg_hashtable_itr_search()
All items filtered out
arg_hashtable_itr::parent
arg_hashtable_itr_remove()
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