Lines Matching defs:ptr

74 # define discard_const_p(type, ptr) ((type *)((intptr_t)(ptr)))  argument
76 # define discard_const_p(type, ptr) ((type *)(ptr)) argument
90 void *ptr; member
111 static struct talloc_chunk *talloc_chunk_from_ptr(const void *ptr) in talloc_chunk_from_ptr()
155 static struct talloc_chunk *talloc_parent_chunk(const void *ptr) in talloc_parent_chunk()
162 void *talloc_parent(const void *ptr) in talloc_parent()
218 void talloc_set_destructor(const void *ptr, int (*destructor)(void *)) in talloc_set_destructor()
227 void talloc_increase_ref_count(const void *ptr) in talloc_increase_ref_count()
239 static int talloc_reference_destructor(void *ptr) in talloc_reference_destructor()
261 void *talloc_reference(const void *context, const void *ptr) in talloc_reference()
286 static int talloc_unreference(const void *context, const void *ptr) in talloc_unreference()
322 int talloc_unlink(const void *context, void *ptr) in talloc_unlink()
376 static void talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) in talloc_set_name_v()
388 void talloc_set_name(const void *ptr, const char *fmt, ...) in talloc_set_name()
400 void talloc_set_name_const(const void *ptr, const char *name) in talloc_set_name_const()
414 void *ptr; in talloc_named() local
433 void *ptr; in talloc_named_const() local
448 const char *talloc_get_name(const void *ptr) in talloc_get_name()
465 void *talloc_check_name(const void *ptr, const char *name) in talloc_check_name()
483 void *ptr; in talloc_init() local
502 static void talloc_free_children(void *ptr) in talloc_free_children()
542 int talloc_free(void *ptr) in talloc_free()
606 void *_talloc_realloc(const void *context, void *ptr, size_t size, const char *name) in _talloc_realloc()
677 void *talloc_steal(const void *new_ctx, const void *ptr) in talloc_steal()
732 off_t talloc_total_size(const void *ptr) in talloc_total_size()
765 off_t talloc_total_blocks(const void *ptr) in talloc_total_blocks()
789 static int talloc_reference_count(const void *ptr) in talloc_reference_count()
804 void talloc_report_depth(const void *ptr, FILE *f, int depth) in talloc_report_depth()
836 void talloc_report_full(const void *ptr, FILE *f) in talloc_report_full()
855 void talloc_report(const void *ptr, FILE *f) in talloc_report()
916 static void talloc_report_depth_str(const void *ptr, char **pps, ssize_t *plen, size_t *pbuflen, in… in talloc_report_depth_str()
1225 void *_talloc_realloc_array(const void *ctx, void *ptr, size_t el_size, unsigned count, const char … in _talloc_realloc_array()
1238 void *talloc_realloc_fn(const void *context, void *ptr, size_t size) in talloc_realloc_fn()