Home
last modified time | relevance | path

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

/AliOS-Things-master/components/cjson/src/
A DcJSON.c2118 cJSON *to_detach = cJSON_GetObjectItem(object, string); in cJSON_DetachItemFromObject() local
2120 return cJSON_DetachItemViaPointer(object, to_detach); in cJSON_DetachItemFromObject()
2125 cJSON *to_detach = cJSON_GetObjectItemCaseSensitive(object, string); in cJSON_DetachItemFromObjectCaseSensitive() local
2127 return cJSON_DetachItemViaPointer(object, to_detach); in cJSON_DetachItemFromObjectCaseSensitive()

Completed in 10 milliseconds