SYMBOL INDEX (74 symbols across 10 files) FILE: examples/iothub_client_sample_mqtt/main/azure_main.c function esp_err_t (line 43) | static esp_err_t event_handler(void *ctx, system_event_t *event) function event_handler (line 64) | static void event_handler(void* arg, esp_event_base_t event_base, function initialise_wifi (line 80) | static void initialise_wifi(void) function azure_task (line 116) | void azure_task(void *pvParameter) function app_main (line 127) | void app_main() FILE: examples/iothub_client_sample_mqtt/main/iothub_client_sample_mqtt.c type EVENT_INSTANCE (line 42) | typedef struct EVENT_INSTANCE_TAG function IOTHUBMESSAGE_DISPOSITION_RESULT (line 48) | static IOTHUBMESSAGE_DISPOSITION_RESULT ReceiveMessageCallback(IOTHUB_ME... function SendConfirmationCallback (line 111) | static void SendConfirmationCallback(IOTHUB_CLIENT_CONFIRMATION_RESULT r... function connection_status_callback (line 124) | void connection_status_callback(IOTHUB_CLIENT_CONNECTION_STATUS result, ... function iothub_client_sample_mqtt_run (line 130) | void iothub_client_sample_mqtt_run(void) function main (line 243) | int main(void) FILE: examples/iothub_devicetwin_samples_and_methods/main/azure_main.c function esp_err_t (line 45) | static esp_err_t event_handler(void *ctx, system_event_t *event) function event_handler (line 66) | static void event_handler(void* arg, esp_event_base_t event_base, function initialise_wifi (line 82) | static void initialise_wifi(void) function azure_task (line 119) | void azure_task(void *pvParameter) function app_main (line 130) | void app_main() FILE: examples/iothub_devicetwin_samples_and_methods/main/iothub_client_device_twin_and_methods_sample.c type Maker (line 61) | typedef struct MAKER_TAG type Geo (line 68) | typedef struct GEO_TAG type CarState (line 74) | typedef struct CAR_STATE_TAG type CarSettings (line 81) | typedef struct CAR_SETTINGS_TAG type Car (line 87) | typedef struct CAR_TAG function Car (line 120) | static Car* parseFromJson(const char* json, DEVICE_TWIN_UPDATE_STATE upd... function deviceMethodCallback (line 193) | static int deviceMethodCallback(const char* method_name, const unsigned ... function deviceTwinCallback (line 231) | static void deviceTwinCallback(DEVICE_TWIN_UPDATE_STATE update_state, co... function reportedStateCallback (line 293) | static void reportedStateCallback(int status_code, void* userContextCall... function iothub_client_device_twin_and_methods_sample_run (line 300) | static void iothub_client_device_twin_and_methods_sample_run(void) function iothub_client_device_twin_init (line 382) | int iothub_client_device_twin_init(void) FILE: examples/prov_dev_client_ll_sample/main/azure_main.c function esp_err_t (line 43) | static esp_err_t event_handler(void *ctx, system_event_t *event) function event_handler (line 64) | static void event_handler(void* arg, esp_event_base_t event_base, function initialise_wifi (line 80) | static void initialise_wifi(void) function azure_task (line 117) | void azure_task(void *pvParameter) function app_main (line 128) | void app_main() FILE: examples/prov_dev_client_ll_sample/main/custom_hsm_x509.c type CUSTOM_HSM_SAMPLE_INFO (line 30) | typedef struct CUSTOM_HSM_SAMPLE_INFO_TAG function hsm_client_x509_init (line 43) | int hsm_client_x509_init() function hsm_client_x509_deinit (line 48) | void hsm_client_x509_deinit() function HSM_CLIENT_HANDLE (line 53) | HSM_CLIENT_HANDLE custom_hsm_create() function custom_hsm_destroy (line 79) | void custom_hsm_destroy(HSM_CLIENT_HANDLE handle) function HSM_CLIENT_X509_INTERFACE (line 182) | const HSM_CLIENT_X509_INTERFACE* hsm_client_x509_interface() FILE: examples/prov_dev_client_ll_sample/main/prov_dev_client_ll_sample.c type CLIENT_SAMPLE_INFO (line 77) | typedef struct CLIENT_SAMPLE_INFO_TAG type IOTHUB_CLIENT_SAMPLE_INFO (line 87) | typedef struct IOTHUB_CLIENT_SAMPLE_INFO_TAG function IOTHUBMESSAGE_DISPOSITION_RESULT (line 93) | static IOTHUBMESSAGE_DISPOSITION_RESULT receive_msg_callback(IOTHUB_MESS... function registration_status_callback (line 102) | static void registration_status_callback(PROV_DEVICE_REG_STATUS reg_stat... function iothub_connection_status (line 108) | static void iothub_connection_status(IOTHUB_CLIENT_CONNECTION_STATUS res... function register_device_callback (line 130) | static void register_device_callback(PROV_DEVICE_RESULT register_result,... function IO_INTERFACE_DESCRIPTION (line 154) | const IO_INTERFACE_DESCRIPTION* socketio_get_interface_description(void) function prov_dev_client_ll_sample_run (line 159) | int prov_dev_client_ll_sample_run() FILE: port/src/agenttime_esp.c function initialize_sntp (line 13) | void initialize_sntp(void) function obtain_time (line 21) | static void obtain_time(void) function time_t (line 36) | time_t sntp_get_current_timestamp() function time_t (line 53) | time_t get_time(time_t* currentTime) function get_difftime (line 59) | double get_difftime(time_t stopTime, time_t startTime) type tm (line 64) | struct tm FILE: port/src/platform_esp.c function platform_init (line 22) | int platform_init(void) function IO_INTERFACE_DESCRIPTION (line 38) | const IO_INTERFACE_DESCRIPTION* platform_get_default_tlsio(void) function platform_deinit (line 44) | void platform_deinit(void) function STRING_HANDLE (line 49) | STRING_HANDLE platform_get_platform_info(PLATFORM_INFO_OPTION options) FILE: port/src/tlsio_esp_tls.c type PENDING_TRANSMISSION (line 25) | typedef struct type TLSIO_STATE (line 42) | typedef enum TLSIO_STATE_TAG function is_an_opening_state (line 50) | bool is_an_opening_state(TLSIO_STATE state) type TLS_IO_INSTANCE (line 56) | typedef struct TLS_IO_INSTANCE_TAG function enter_tlsio_error_state (line 74) | static void enter_tlsio_error_state(TLS_IO_INSTANCE* tls_io_instance) function process_and_destroy_head_message (line 84) | static bool process_and_destroy_head_message(TLS_IO_INSTANCE* tls_io_ins... function internal_close (line 121) | static void internal_close(TLS_IO_INSTANCE* tls_io_instance) function tlsio_esp_tls_destroy (line 140) | static void tlsio_esp_tls_destroy(CONCRETE_IO_HANDLE tls_io) function CONCRETE_IO_HANDLE (line 174) | static CONCRETE_IO_HANDLE tlsio_esp_tls_create(void* io_create_parameters) function tlsio_esp_tls_open_async (line 257) | static int tlsio_esp_tls_open_async(CONCRETE_IO_HANDLE tls_io, function tlsio_esp_tls_close_async (line 342) | static int tlsio_esp_tls_close_async(CONCRETE_IO_HANDLE tls_io, ON_IO_CL... function dowork_read (line 390) | static int dowork_read(TLS_IO_INSTANCE* tls_io_instance) function dowork_send (line 425) | static int dowork_send(TLS_IO_INSTANCE* tls_io_instance) function tlsio_esp_tls_dowork (line 463) | static void tlsio_esp_tls_dowork(CONCRETE_IO_HANDLE tls_io) function tlsio_esp_tls_send_async (line 513) | static int tlsio_esp_tls_send_async(CONCRETE_IO_HANDLE tls_io, const voi... function tlsio_esp_tls_setoption (line 608) | static int tlsio_esp_tls_setoption(CONCRETE_IO_HANDLE tls_io, const char... function OPTIONHANDLER_HANDLE (line 638) | static OPTIONHANDLER_HANDLE tlsio_esp_tls_retrieveoptions(CONCRETE_IO_HA... function IO_INTERFACE_DESCRIPTION (line 669) | const IO_INTERFACE_DESCRIPTION* tlsio_pal_get_interface_description(void)