talloc_get_type    40 third_party/talloc/pytalloc.h #define py_talloc_get_type(py_obj, type) (talloc_get_type(py_talloc_get_ptr(py_obj), type))
talloc_get_type   658 third_party/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el1) == el1,
talloc_get_type   660 third_party/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == NULL,
talloc_get_type   663 third_party/talloc/testsuite.c 	torture_assert("type", talloc_get_type(el1, struct el2) == (struct el2 *)el1,