Searched refs:discard_const_p (Results 1 – 1 of 1) sorted by relevance
72 #ifndef discard_const_p74 # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr))) macro76 # define discard_const_p(type, ptr) ((type *)(ptr)) macro114 struct talloc_chunk *tc = discard_const_p(struct talloc_chunk, pp - TC_HDR_SIZE); in talloc_chunk_from_ptr()276 handle->ptr = discard_const_p(void, ptr); in talloc_reference()471 return discard_const_p(void, ptr); in talloc_check_name()710 return discard_const_p(void, ptr); in talloc_steal()716 return discard_const_p(void, ptr); in talloc_steal()733 return discard_const_p(void, ptr); in talloc_steal()
Completed in 5 milliseconds