py_ret            302 source4/lib/ldb/pyldb.c 	PyLdbDnObject *py_ret;
py_ret            322 source4/lib/ldb/pyldb.c 	py_ret = (PyLdbDnObject *)type->tp_alloc(type, 0);
py_ret            327 source4/lib/ldb/pyldb.c 	py_ret->dn = ret;
py_ret            328 source4/lib/ldb/pyldb.c 	return (PyObject *)py_ret;
py_ret            333 source4/lib/ldb/pyldb.c 	PyLdbDnObject *py_ret;
py_ret            334 source4/lib/ldb/pyldb.c 	py_ret = (PyLdbDnObject *)PyLdbDn.tp_alloc(&PyLdbDn, 0);
py_ret            335 source4/lib/ldb/pyldb.c 	if (py_ret == NULL) {
py_ret            339 source4/lib/ldb/pyldb.c 	py_ret->mem_ctx = talloc_new(NULL);
py_ret            340 source4/lib/ldb/pyldb.c 	py_ret->dn = talloc_reference(py_ret->mem_ctx, dn);
py_ret            341 source4/lib/ldb/pyldb.c 	return (PyObject *)py_ret;
py_ret           1616 source4/lib/ldb/pyldb.c 	PyLdbMessageObject *py_ret;
py_ret           1633 source4/lib/ldb/pyldb.c 	py_ret = (PyLdbMessageObject *)type->tp_alloc(type, 0);
py_ret           1634 source4/lib/ldb/pyldb.c 	if (py_ret == NULL) {
py_ret           1639 source4/lib/ldb/pyldb.c 	py_ret->mem_ctx = talloc_new(NULL);
py_ret           1640 source4/lib/ldb/pyldb.c 	py_ret->msg = talloc_reference(py_ret->mem_ctx, ret);
py_ret           1641 source4/lib/ldb/pyldb.c 	return (PyObject *)py_ret;