Asterisk - The Open Source Telephony Project
21.4.1
|
Functions implementing ao2_global_obj routines. More...
Go to the source code of this file.
Functions | |
void * | __ao2_global_obj_ref (struct ao2_global_obj *holder, const char *tag, const char *file, int line, const char *func, const char *name) |
void * | __ao2_global_obj_replace (struct ao2_global_obj *holder, void *obj, const char *tag, const char *file, int line, const char *func, const char *name) |
int | __ao2_global_obj_replace_unref (struct ao2_global_obj *holder, void *obj, const char *tag, const char *file, int line, const char *func, const char *name) |
Functions implementing ao2_global_obj routines.
Definition in file astobj2_global.c.