py_tree          1118 source4/lib/ldb/pyldb.c 	PyObject *py_base, *py_tree, *py_attrs;
py_tree          1126 source4/lib/ldb/pyldb.c 					 &py_base, &scope, &py_tree, &py_attrs))
py_tree          1735 source4/lib/ldb/pyldb.c 	PyObject *py_result, *py_base, *py_attrs, *py_tree;
py_tree          1742 source4/lib/ldb/pyldb.c 	py_tree = PyLdbTree_FromTree(req->op.search.tree);
py_tree          1744 source4/lib/ldb/pyldb.c 	if (py_tree == NULL)
py_tree          1759 source4/lib/ldb/pyldb.c 					py_base, req->op.search.scope, py_tree, py_attrs);
py_tree          1762 source4/lib/ldb/pyldb.c 	Py_DECREF(py_tree);