Searched refs:new_table (Results 1 – 3 of 3) sorted by relevance
/AliOS-Things-master/components/littlevgl/src/lv_objx/ |
A D | lv_table.c | 58 lv_obj_t * new_table = lv_obj_create(par, copy); in lv_table_create() local 59 lv_mem_assert(new_table); in lv_table_create() 60 if(new_table == NULL) return NULL; in lv_table_create() 63 lv_table_ext_t * ext = lv_obj_allocate_ext_attr(new_table, sizeof(lv_table_ext_t)); in lv_table_create() 66 if(ancestor_signal == NULL) ancestor_signal = lv_obj_get_signal_cb(new_table); in lv_table_create() 84 lv_obj_set_signal_cb(new_table, lv_table_signal); in lv_table_create() 85 lv_obj_set_design_cb(new_table, lv_table_design); in lv_table_create() 92 lv_table_set_style(new_table, LV_TABLE_STYLE_BG, th->style.table.bg); in lv_table_create() 98 lv_table_set_style(new_table, LV_TABLE_STYLE_BG, &lv_style_plain_color); in lv_table_create() 113 lv_obj_refresh_style(new_table); in lv_table_create() [all …]
|
/AliOS-Things-master/components/linkkit/external/nghttp2/ |
A D | nghttp2_map.c | 125 nghttp2_map_entry **new_table; in resize() local 127 new_table = in resize() 129 if (new_table == NULL) { in resize() 139 insert(new_table, new_tablelen, entry); in resize() 145 map->table = new_table; in resize()
|
/AliOS-Things-master/components/py_engine/engine/py/ |
A D | map.c | 115 mp_map_elem_t *new_table = m_new0(mp_map_elem_t, new_alloc); in mp_map_rehash() local 120 map->table = new_table; in mp_map_rehash()
|
Completed in 8 milliseconds