Home
last modified time | relevance | path

Searched defs:parent (Results 1 – 25 of 44) sorted by relevance

12

/hal_espressif-2.7.6/components/console/argtable3/
Dargtable3.c850 static void arg_date_resetfn(struct arg_date *parent) in arg_date_resetfn()
857 static int arg_date_scanfn(struct arg_date *parent, const char *argval) in arg_date_scanfn()
888 static int arg_date_checkfn(struct arg_date *parent) in arg_date_checkfn()
898 struct arg_date *parent, in arg_date_errorfn()
1479 static void arg_dbl_resetfn(struct arg_dbl *parent) in arg_dbl_resetfn()
1486 static int arg_dbl_scanfn(struct arg_dbl *parent, const char *argval) in arg_dbl_scanfn()
1522 static int arg_dbl_checkfn(struct arg_dbl *parent) in arg_dbl_checkfn()
1532 struct arg_dbl *parent, in arg_dbl_errorfn()
1674 static void arg_end_resetfn(struct arg_end *parent) in arg_end_resetfn()
1681 void *parent, in arg_end_errorfn()
[all …]
Dargtable3.h83 void *parent; /* Pointer to parent arg_xxx struct */ member
153 void **parent; /* Array of pointers to offending arg_xxx struct */ member
/hal_espressif-2.7.6/tools/kconfig/
Dqconf.h48 ConfigView* parent(void) const in parent() function
126 ConfigItem(ConfigList *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem()
131 ConfigItem(ConfigItem *parent, ConfigItem *after, struct menu *m, bool v) in ConfigItem() function
136 ConfigItem(ConfigList *parent, ConfigItem *after, bool v) in ConfigItem()
197 ConfigView* parent(void) const in parent() function
Dqconf.cc268 ConfigLineEdit::ConfigLineEdit(ConfigView* parent) in ConfigLineEdit()
578 void ConfigList::updateMenuList(ConfigItem *parent, struct menu* menu) in updateMenuList()
643 void ConfigList::updateMenuList(ConfigList *parent, struct menu* menu) in updateMenuList()
914 ConfigView::ConfigView(QWidget* parent, const char *name) in ConfigView()
1009 ConfigInfoView::ConfigInfoView(QWidget* parent, const char *name) in ConfigInfoView()
1244 ConfigSearchWindow::ConfigSearchWindow(ConfigMainWindow* parent, const char *name) in ConfigSearchWindow()
1567 struct menu *parent; in setMenuLink() local
Dzconf.l31 struct buffer *parent; member
Dexpr.h22 struct file *parent; member
169 struct menu *parent; member
/hal_espressif-2.7.6/tools/ldgen/
Dgeneration.py51 def __init__(self, parent, name, sections): argument
157 def __init__(self, parent, name, sections): argument
178 def __init__(self, parent, name, sections): argument
241 def __init__(self, parent, name, sections): argument
/hal_espressif-2.7.6/examples/protocols/pppos_client/components/modem/private_include/
Dbg96_private.h36 modem_dce_t parent; /*!< DCE parent class */ member
/hal_espressif-2.7.6/tools/test_apps/protocols/pppos/main/
Dnull_dce.c24 modem_dce_t parent; /*!< DCE parent class */ member
/hal_espressif-2.7.6/components/esp-tls/
Desp_tls_error_capture.c19 struct esp_tls_last_error parent; /*!< standard esp-tls last error container */ member
/hal_espressif-2.7.6/components/jsmn/include/
Djsmn.h76 int parent; member
/hal_espressif-2.7.6/components/wpa_supplicant/src/utils/
Djson.h31 struct json_token *parent, *child, *sibling; member
/hal_espressif-2.7.6/examples/peripherals/pcnt/rotary_encoder/components/rotary_encoder/src/
Drotary_encoder_pcnt_ec11.c39 rotary_encoder_t parent; member
/hal_espressif-2.7.6/examples/peripherals/rmt/musical_buzzer/components/musical_buzzer/src/
Dmusical_buzzer_rmt.c35 musical_buzzer_t parent; member
/hal_espressif-2.7.6/examples/mesh/manual_networking/main/
Dmesh_main.c55 wifi_config_t parent = { 0, }; in mesh_scan_done_handler() local
/hal_espressif-2.7.6/components/mbedtls/esp_crt_bundle/
Desp_crt_bundle.c50 mbedtls_x509_crt parent; in esp_crt_check_signature() local
/hal_espressif-2.7.6/examples/peripherals/rmt/ir_protocols/components/infrared_tools/src/
Dir_builder_rmt_rc5.c34 ir_builder_t parent; member
Dir_parser_rmt_rc5.c36 ir_parser_t parent; member
Dir_builder_rmt_nec.c33 ir_builder_t parent; member
Dir_parser_rmt_nec.c37 ir_parser_t parent; member
/hal_espressif-2.7.6/examples/peripherals/rmt/led_strip/components/led_strip/src/
Dled_strip_rmt_ws2812.c46 led_strip_t parent; member
/hal_espressif-2.7.6/components/esp_eth/src/
Desp_eth_phy_w5500.c56 esp_eth_phy_t parent; member
/hal_espressif-2.7.6/examples/peripherals/uart/nmea0183_parser/main/
Dnmea_parser.c55 gps_t parent; /*!< Parent class */ member
/hal_espressif-2.7.6/examples/protocols/pppos_client/components/modem/src/
Dsim800.c43 modem_dce_t parent; /*!< DCE parent class */ member
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_common/
Dmesh_buf.c634 void net_buf_frag_insert(struct net_buf *parent, struct net_buf *frag) in net_buf_frag_insert()
660 struct net_buf *net_buf_frag_del_debug(struct net_buf *parent, in net_buf_frag_del_debug()

12