py_other          210 source4/lib/ldb/pyldb.c 	PyObject *py_other;
py_other          212 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_other))
py_other          217 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_other, dn_ldb_ctx(dn), &other))
py_other          225 source4/lib/ldb/pyldb.c 	PyObject *py_other;
py_other          227 source4/lib/ldb/pyldb.c 	if (!PyArg_ParseTuple(args, "O", &py_other))
py_other          232 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_other, dn_ldb_ctx(dn), &other))
py_other          280 source4/lib/ldb/pyldb.c static PyObject *py_ldb_dn_concat(PyLdbDnObject *self, PyObject *py_other)
py_other          285 source4/lib/ldb/pyldb.c 	if (!PyObject_AsDn(NULL, py_other, NULL, &other))
py_other           44 source4/librpc/ndr/py_security.c static int py_dom_sid_cmp(PyObject *py_self, PyObject *py_other)
py_other           47 source4/librpc/ndr/py_security.c 	other = py_talloc_get_ptr(py_other);