HomeSort by: relevance | last modified time | path
    Searched defs:cbor_decref (Results 1 - 1 of 1) sorted by relevancy

  /src/external/mit/libcbor/dist/src/cbor/
common.c 79 void cbor_decref(cbor_item_t **item_ref) { function
96 cbor_decref(&handle[i]);
110 cbor_decref(&handle[i]);
122 if (handle[i] != NULL) cbor_decref(&handle[i]);
130 cbor_decref(&handle->key);
131 if (handle->value != NULL) cbor_decref(&handle->value);
138 cbor_decref(&item->metadata.tag_metadata.tagged_item);
153 void cbor_intermediate_decref(cbor_item_t *item) { cbor_decref(&item); }

Completed in 23 milliseconds