PyLdbObject       372 source4/lib/ldb/pyldb.c static PyObject *py_ldb_set_debug(PyLdbObject *self, PyObject *args)
PyLdbObject       408 source4/lib/ldb/pyldb.c static PyObject *py_ldb_transaction_start(PyLdbObject *self)
PyLdbObject       414 source4/lib/ldb/pyldb.c static PyObject *py_ldb_transaction_commit(PyLdbObject *self)
PyLdbObject       420 source4/lib/ldb/pyldb.c static PyObject *py_ldb_transaction_cancel(PyLdbObject *self)
PyLdbObject       426 source4/lib/ldb/pyldb.c static PyObject *py_ldb_setup_wellknown_attributes(PyLdbObject *self)
PyLdbObject       432 source4/lib/ldb/pyldb.c static PyObject *py_ldb_repr(PyLdbObject *self)
PyLdbObject       437 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_root_basedn(PyLdbObject *self)
PyLdbObject       446 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_schema_basedn(PyLdbObject *self)
PyLdbObject       455 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_config_basedn(PyLdbObject *self)
PyLdbObject       464 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_default_basedn(PyLdbObject *self)
PyLdbObject       493 source4/lib/ldb/pyldb.c static int py_ldb_init(PyLdbObject *self, PyObject *args, PyObject *kwargs)
PyLdbObject       549 source4/lib/ldb/pyldb.c static PyObject *py_ldb_connect(PyLdbObject *self, PyObject *args, PyObject *kwargs)
PyLdbObject       579 source4/lib/ldb/pyldb.c static PyObject *py_ldb_modify(PyLdbObject *self, PyObject *args)
PyLdbObject       597 source4/lib/ldb/pyldb.c static PyObject *py_ldb_add(PyLdbObject *self, PyObject *args)
PyLdbObject       656 source4/lib/ldb/pyldb.c static PyObject *py_ldb_delete(PyLdbObject *self, PyObject *args)
PyLdbObject       676 source4/lib/ldb/pyldb.c static PyObject *py_ldb_rename(PyLdbObject *self, PyObject *args)
PyLdbObject       698 source4/lib/ldb/pyldb.c static PyObject *py_ldb_schema_attribute_remove(PyLdbObject *self, PyObject *args)
PyLdbObject       709 source4/lib/ldb/pyldb.c static PyObject *py_ldb_schema_attribute_add(PyLdbObject *self, PyObject *args)
PyLdbObject       738 source4/lib/ldb/pyldb.c static PyObject *py_ldb_parse_ldif(PyLdbObject *self, PyObject *args)
PyLdbObject       754 source4/lib/ldb/pyldb.c static PyObject *py_ldb_schema_format_value(PyLdbObject *self, PyObject *args)
PyLdbObject       790 source4/lib/ldb/pyldb.c static PyObject *py_ldb_search(PyLdbObject *self, PyObject *args, PyObject *kwargs)
PyLdbObject       875 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_opaque(PyLdbObject *self, PyObject *args)
PyLdbObject       893 source4/lib/ldb/pyldb.c static PyObject *py_ldb_set_opaque(PyLdbObject *self, PyObject *args)
PyLdbObject       908 source4/lib/ldb/pyldb.c static PyObject *py_ldb_modules(PyLdbObject *self)
PyLdbObject      1015 source4/lib/ldb/pyldb.c static PyObject *py_ldb_get_firstmodule(PyLdbObject *self, void *closure)
PyLdbObject      1025 source4/lib/ldb/pyldb.c static int py_ldb_contains(PyLdbObject *self, PyObject *obj)
PyLdbObject      1067 source4/lib/ldb/pyldb.c static void py_ldb_dealloc(PyLdbObject *self)
PyLdbObject        39 source4/lib/ldb/pyldb.h #define PyLdb_AsLdbContext(pyobj) ((PyLdbObject *)pyobj)->ldb_ctx
PyLdbObject       141 source4/scripting/python/pyglue.c static PyObject *py_samdb_set_domain_sid(PyLdbObject *self, PyObject *args)