Utility for array list handling. */
| 498 | |
| 499 | /* Utility for array list handling. */ |
| 500 | static void suffix_object(cJSON *prev,cJSON *item) {prev->next=item;item->prev=prev;} |
| 501 | /* Utility for handling references. */ |
| 502 | static cJSON* |
| 503 | create_reference(cJSON* item) |
no outgoing calls
no test coverage detected