Home
last modified time | relevance | path

Searched refs:current_element (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON_Utils.cpp308 cJSON *current_element = object; in get_item_from_pointer() local
316 while ((pointer[0] == '/') && (current_element != NULL)) in get_item_from_pointer()
319 if (cJSON_IsArray(current_element)) in get_item_from_pointer()
327 current_element = get_array_item(current_element, index); in get_item_from_pointer()
329 else if (cJSON_IsObject(current_element)) in get_item_from_pointer()
331 current_element = current_element->child; in get_item_from_pointer()
333 …while ((current_element != NULL) && !compare_pointers((unsigned char*)current_element->string, (co… in get_item_from_pointer()
335 current_element = current_element->next; in get_item_from_pointer()
350 return current_element; in get_item_from_pointer()
H A DcJSON.cpp1548 cJSON *current_element = item->child; in print_array() local
1567 while (current_element != NULL) in print_array()
1569 if (!print_value(current_element, output_buffer)) in print_array()
1574 if (current_element->next) in print_array()
1590 current_element = current_element->next; in print_array()
1887 cJSON *current_element = NULL; in get_object_item() local
1894 current_element = object->child; in get_object_item()
1897 …while ((current_element != NULL) && (current_element->string != NULL) && (strcmp(name, current_ele… in get_object_item()
1899 current_element = current_element->next; in get_object_item()
1904 …while ((current_element != NULL) && (case_insensitive_strcmp((const unsigned char*)name, (const un… in get_object_item()
[all …]
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c1539 cJSON *current_element = item->child; in print_array() local
1558 while (current_element != NULL) in print_array()
1560 if (!print_value(current_element, output_buffer)) in print_array()
1565 if (current_element->next) in print_array()
1581 current_element = current_element->next; in print_array()
1878 cJSON *current_element = NULL; in get_object_item() local
1885 current_element = object->child; in get_object_item()
1888 …while ((current_element != NULL) && (current_element->string != NULL) && (strcmp(name, current_ele… in get_object_item()
1890 current_element = current_element->next; in get_object_item()
1895 …while ((current_element != NULL) && (case_insensitive_strcmp((const unsigned char*)name, (const un… in get_object_item()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/
H A Dinsert.hpp217 element_type & current_element() const in current_element() function
318 … &n == &rtree::get<Node>(*m_traverse_data.current_element().second), in post_traverse()
394 m_traverse_data.current_element().first = n_box; in split()
/OK3568_Linux_fs/kernel/scripts/coccinelle/api/
H A Dkfree_sensitive.cocci25 return not (filter & {el.current_element for el in p})
H A Dmemdup_user.cocci23 return not (filter & {el.current_element for el in p})
H A Dkvmalloc.cocci21 return not (filter & {el.current_element for el in p})
/OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/connman/connman/
H A DCVE-2022-32293_p2.patch27 msg->current_element = NULL;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/rstar/
H A Dinsert.hpp246 base::m_traverse_data.current_element().first = in recalculate_aabb()
252 base::m_traverse_data.current_element().first = in recalculate_aabb()