talloc_get_name   964 third_party/talloc/talloc.c 	pname = talloc_get_name(ptr);
talloc_get_name   998 third_party/talloc/talloc.c 	pname = talloc_get_name(ptr);
talloc_get_name  1390 third_party/talloc/talloc.c 	const char *name = talloc_get_name(ptr);
talloc_get_name  1989 third_party/talloc/talloc.c 	fprintf(file, "talloc parents of '%s'\n", talloc_get_name(context));
talloc_get_name  1991 third_party/talloc/talloc.c 		fprintf(file, "\t'%s'\n", talloc_get_name(TC_PTR_FROM_CHUNK(tc)));
talloc_get_name   146 third_party/talloc/talloc.h const char *talloc_get_name(const void *ptr);
talloc_get_name   415 third_party/talloc/testsuite.c 	torture_assert_str_equal("misc", talloc_get_name(p1), "my name is foo",
talloc_get_name   421 third_party/talloc/testsuite.c 	torture_assert_str_equal ("misc", talloc_get_name(p1), "UNNAMED",
talloc_get_name  1002 third_party/talloc/testsuite.c 	if (strcmp(location1, talloc_get_name(s1)) != 0) {
talloc_get_name  1005 third_party/talloc/testsuite.c 			talloc_get_name(s1), location1);
talloc_get_name  1020 third_party/talloc/testsuite.c 	if (strcmp(location2, talloc_get_name(s2)) != 0) {
talloc_get_name  1023 third_party/talloc/testsuite.c 			talloc_get_name(s2), location2);
talloc_get_name  1038 third_party/talloc/testsuite.c 	torture_assert_str_equal("ptrtype", location3, talloc_get_name(s3),
talloc_get_name  1052 third_party/talloc/testsuite.c 	torture_assert_str_equal("ptrtype", location4, talloc_get_name(s4),