py_talloc_reference_ex   46 third_party/talloc/pytalloc.h PyObject *py_talloc_reference_ex(PyTypeObject *py_type, TALLOC_CTX *mem_ctx, void *ptr);
py_talloc_reference_ex   48 third_party/talloc/pytalloc.h #define py_talloc_reference(py_type, talloc_ptr) py_talloc_reference_ex(py_type, talloc_ptr, talloc_ptr)