Home
last modified time | relevance | path

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

/freebsd/contrib/libcbor/src/cbor/
H A Dcommon.c83 void cbor_decref(cbor_item_t **item_ref) { in cbor_decref() argument
84 cbor_item_t *item = *item_ref; in cbor_decref()
152 *item_ref = NULL; in cbor_decref()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp18 lldb::addr_t item_ref, lldb_private::Address address) in QueueItem() argument
19 : m_queue_wp(), m_process_wp(), m_item_ref(item_ref), m_address(address), in QueueItem()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DSystemRuntime.h267 lldb::addr_t item_ref) {} in CompleteQueueItem() argument
H A DQueueItem.h35 lldb::addr_t item_ref, lldb_private::Address address);