ESP-IDF
json_check_tree_state()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
components
app_trace
app_update
bootloader_support
bt
cmock
console
cxx
driver
efuse
esp_adc
esp_app_format
esp_bootloader_format
esp_coex
esp_common
esp_driver_ana_cmpr
esp_driver_cam
esp_driver_dac
esp_driver_gpio
esp_driver_gptimer
esp_driver_i2c
esp_driver_i2s
esp_driver_jpeg
esp_driver_ledc
esp_driver_mcpwm
esp_driver_parlio
esp_driver_pcnt
esp_driver_rmt
esp_driver_sdio
esp_driver_sdm
esp_driver_sdmmc
esp_driver_sdspi
esp_driver_spi
esp_driver_tsens
esp_driver_uart
esp_driver_usb_serial_jtag
esp_eth
esp_event
esp_gdbstub
esp_hid
esp_http_client
esp_http_server
esp_https_ota
esp_https_server
esp_hw_support
esp_lcd
esp_local_ctrl
esp_mm
esp_netif
esp_partition
esp_phy
esp_pm
esp_psram
esp_ringbuf
esp_rom
esp_security
esp_system
esp_timer
esp_vfs_console
esp_wifi
esp-tls
espcoredump
hal
heap
http_parser
ieee802154
log
mqtt
newlib
nvs_flash
nvs_sec_provider
openthread
perfmon
protobuf-c
protocomm
pthread
rt
sdmmc
soc
spi_flash
spiffs
tcp_transport
ulp
unity
vfs
wear_levelling
wifi_provisioning
wpa_supplicant
esp_supplicant
include
port
src
ap
common
crypto
drivers
eap_common
eap_peer
eap_server
eapol_auth
rsn_supp
tls
utils
base64.c
base64.h
bitfield.c
bitfield.h
common.c
common.h
const_time.h
eloop.h
ext_password_i.h
ext_password.c
ext_password.h
includes.h
json.c
json_escape_string()
json_parse_string()
json_parse_number()
json_check_tree_state()
json_alloc_token()
json_parse()
json_free()
json_get_member()
json_get_member_base64url()
json_type_str()
json_print_token()
json_print_tree()
json_add_int()
json_add_string()
json_add_string_escape()
json_add_base64url()
json_start_object()
json_end_object()
json_start_array()
json_end_array()
json_value_sep()
json.h
list.h
state_machine.h
uuid.c
uuid.h
wpa_debug.c
wpabuf.c
wps
xtensa
examples
lwIP
FreeRTOS
cJSON
mbedTLS
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
json_check_tree_state()
json_check_tree_state() function
Syntax
Show:
Summary
Declaration
from
json.c:191
static
int
json_check_tree_state
(
struct
json_token
*
token
)
;
Arguments
Argument
token
Related Functions
Found 10 other functions taking a
json_token
argument:
Function
json_get_member()
json_free()
json_get_member_base64url()
json_print_token()
dpp_parse_jwk()
dpp_parse_cred_legacy()
json_print_tree()
dpp_parse_cred_dpp()
dpp_connector_compatible_group()
dpp_connector_match_groups()
Examples
References
from
examples
Code
Location
Referrer
static
int
json_check_tree_state
(
struct
json_token
*
token
)
json.c:191
if
(
json_check_tree_state
(
token
->
child
)
<
0
||
json.c:195
json_check_tree_state()
json_check_tree_state
(
token
->
sibling
)
<
0
)
json.c:196
json_check_tree_state()
if
(
json_check_tree_state
(
root
)
<
0
)
{
json.c:468
json_parse()
Call Tree
from
examples
json_check_tree_state()
is called by 2 functions and calls 1 function:
json_check_tree_state()
json_parse()
All items filtered out
json_check_tree_state()
json_check_tree_state()
All items filtered out
Data Use
from
examples
json_check_tree_state()
reads 4 variables:
json_parsing_state::JSON_COMPLETED
json_token::state
json_token::child
json_token::sibling
All items filtered out
json_check_tree_state()
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