Home
last modified time | relevance | path

Searched refs:nx_cloud_module_next (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/addons/cloud/
Dnx_cloud.c558 …cloud_modules_list_header; current_module; current_module = current_module -> nx_cloud_module_next) in _nx_cloud_module_register()
580 module_ptr -> nx_cloud_module_next = cloud_ptr -> nx_cloud_modules_list_header; in _nx_cloud_module_register()
710 …_module; previous_module = current_module, current_module = current_module -> nx_cloud_module_next) in _nx_cloud_module_deregister()
736 cloud_ptr -> nx_cloud_modules_list_header = current_module -> nx_cloud_module_next; in _nx_cloud_module_deregister()
740 previous_module -> nx_cloud_module_next = current_module -> nx_cloud_module_next; in _nx_cloud_module_deregister()
1104 …-> nx_cloud_modules_list_header; cloud_module; cloud_module = cloud_module -> nx_cloud_module_next) in _nx_cloud_thread_entry()
Dnx_cloud.h114 struct NX_CLOUD_MODULE_STRUCT *nx_cloud_module_next; member