Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/include/
A DcJSON.h230 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which);
/AliOS-Things-master/components/cjson/src/
A DcJSON.c2101 CJSON_PUBLIC(cJSON *) cJSON_DetachItemFromArray(cJSON *array, int which) in cJSON_DetachItemFromArray() function
2113 cJSON_Delete(cJSON_DetachItemFromArray(array, which)); in cJSON_DeleteItemFromArray()

Completed in 7 milliseconds