py_talloc_steal_ex   45 third_party/talloc/pytalloc.h PyObject *py_talloc_steal_ex(PyTypeObject *py_type, TALLOC_CTX *mem_ctx, void *ptr);
py_talloc_steal_ex   47 third_party/talloc/pytalloc.h #define py_talloc_steal(py_type, talloc_ptr) py_talloc_steal_ex(py_type, talloc_ptr, talloc_ptr)