METH_NOARGS       322 lib/tdb/pytdb.c 	{ "transaction_cancel", (PyCFunction)obj_transaction_cancel, METH_NOARGS, 
METH_NOARGS       325 lib/tdb/pytdb.c 	{ "transaction_commit", (PyCFunction)obj_transaction_commit, METH_NOARGS,
METH_NOARGS       328 lib/tdb/pytdb.c 	{ "transaction_recover", (PyCFunction)obj_transaction_recover, METH_NOARGS,
METH_NOARGS       331 lib/tdb/pytdb.c 	{ "transaction_start", (PyCFunction)obj_transaction_start, METH_NOARGS,
METH_NOARGS       334 lib/tdb/pytdb.c 	{ "reopen", (PyCFunction)obj_reopen, METH_NOARGS, "Reopen this file." },
METH_NOARGS       335 lib/tdb/pytdb.c 	{ "lock_all", (PyCFunction)obj_lockall, METH_NOARGS, NULL },
METH_NOARGS       336 lib/tdb/pytdb.c 	{ "unlock_all", (PyCFunction)obj_unlockall, METH_NOARGS, NULL },
METH_NOARGS       337 lib/tdb/pytdb.c 	{ "read_lock_all", (PyCFunction)obj_lockall_read, METH_NOARGS, NULL },
METH_NOARGS       338 lib/tdb/pytdb.c 	{ "read_unlock_all", (PyCFunction)obj_unlockall_read, METH_NOARGS, NULL },
METH_NOARGS       339 lib/tdb/pytdb.c 	{ "close", (PyCFunction)obj_close, METH_NOARGS, NULL },
METH_NOARGS       344 lib/tdb/pytdb.c 	{ "firstkey", (PyCFunction)obj_firstkey, METH_NOARGS, "S.firstkey() -> data\n"
METH_NOARGS       346 lib/tdb/pytdb.c 	{ "nextkey", (PyCFunction)obj_nextkey, METH_NOARGS, "S.nextkey(key) -> data\n"
METH_NOARGS       354 lib/tdb/pytdb.c 	{ "iterkeys", (PyCFunction)tdb_object_iter, METH_NOARGS, "S.iterkeys() -> iterator" },
METH_NOARGS       355 lib/tdb/pytdb.c 	{ "clear", (PyCFunction)obj_clear, METH_NOARGS, "S.clear() -> None\n"
METH_NOARGS       232 source4/auth/credentials/pycredentials.c 	{ "get_username", (PyCFunction)py_creds_get_username, METH_NOARGS,
METH_NOARGS       237 source4/auth/credentials/pycredentials.c 	{ "get_password", (PyCFunction)py_creds_get_password, METH_NOARGS,
METH_NOARGS       243 source4/auth/credentials/pycredentials.c 	{ "get_domain", (PyCFunction)py_creds_get_domain, METH_NOARGS,
METH_NOARGS       249 source4/auth/credentials/pycredentials.c 	{ "get_realm", (PyCFunction)py_creds_get_realm, METH_NOARGS,
METH_NOARGS       255 source4/auth/credentials/pycredentials.c 	{ "get_bind_dn", (PyCFunction)py_creds_get_bind_dn, METH_NOARGS,
METH_NOARGS       261 source4/auth/credentials/pycredentials.c 	{ "is_anonymous", (PyCFunction)py_creds_is_anonymous, METH_NOARGS,
METH_NOARGS       263 source4/auth/credentials/pycredentials.c 	{ "set_anonymous", (PyCFunction)py_creds_set_anonymous, METH_NOARGS,
METH_NOARGS       266 source4/auth/credentials/pycredentials.c 	{ "get_workstation", (PyCFunction)py_creds_get_workstation, METH_NOARGS,
METH_NOARGS       270 source4/auth/credentials/pycredentials.c 	{ "authentication_requested", (PyCFunction)py_creds_authentication_requested, METH_NOARGS,
METH_NOARGS       272 source4/auth/credentials/pycredentials.c 	{ "wrong_password", (PyCFunction)py_creds_wrong_password, METH_NOARGS,
METH_NOARGS       275 source4/auth/credentials/pycredentials.c 	{ "set_cmdline_callbacks", (PyCFunction)py_creds_set_cmdline_callbacks, METH_NOARGS,
METH_NOARGS       281 source4/auth/credentials/pycredentials.c 	{ "get_nt_hash", (PyCFunction)py_creds_get_nt_hash, METH_NOARGS,
METH_NOARGS       239 source4/lib/ldb/pyldb.c 	{ "validate", (PyCFunction)py_ldb_dn_validate, METH_NOARGS, 
METH_NOARGS       242 source4/lib/ldb/pyldb.c 	{ "is_valid", (PyCFunction)py_ldb_dn_is_valid, METH_NOARGS,
METH_NOARGS       244 source4/lib/ldb/pyldb.c 	{ "is_special", (PyCFunction)py_ldb_dn_is_special, METH_NOARGS,
METH_NOARGS       247 source4/lib/ldb/pyldb.c 	{ "is_null", (PyCFunction)py_ldb_dn_is_null, METH_NOARGS,
METH_NOARGS       249 source4/lib/ldb/pyldb.c 	{ "get_casefold", (PyCFunction)py_ldb_dn_get_casefold, METH_NOARGS,
METH_NOARGS       251 source4/lib/ldb/pyldb.c 	{ "get_linearized", (PyCFunction)py_ldb_dn_get_linearized, METH_NOARGS,
METH_NOARGS       253 source4/lib/ldb/pyldb.c 	{ "canonical_str", (PyCFunction)py_ldb_dn_canonical_str, METH_NOARGS,
METH_NOARGS       256 source4/lib/ldb/pyldb.c 	{ "canonical_ex_str", (PyCFunction)py_ldb_dn_canonical_ex_str, METH_NOARGS,
METH_NOARGS       261 source4/lib/ldb/pyldb.c 	{ "parent", (PyCFunction)py_ldb_dn_get_parent, METH_NOARGS,
METH_NOARGS       932 source4/lib/ldb/pyldb.c 	{ "transaction_start", (PyCFunction)py_ldb_transaction_start, METH_NOARGS, 
METH_NOARGS       935 source4/lib/ldb/pyldb.c 	{ "transaction_commit", (PyCFunction)py_ldb_transaction_commit, METH_NOARGS, 
METH_NOARGS       938 source4/lib/ldb/pyldb.c 	{ "transaction_cancel", (PyCFunction)py_ldb_transaction_cancel, METH_NOARGS, 
METH_NOARGS       941 source4/lib/ldb/pyldb.c 	{ "setup_wellknown_attributes", (PyCFunction)py_ldb_setup_wellknown_attributes, METH_NOARGS, 
METH_NOARGS       943 source4/lib/ldb/pyldb.c 	{ "get_root_basedn", (PyCFunction)py_ldb_get_root_basedn, METH_NOARGS,
METH_NOARGS       945 source4/lib/ldb/pyldb.c 	{ "get_schema_basedn", (PyCFunction)py_ldb_get_schema_basedn, METH_NOARGS,
METH_NOARGS       947 source4/lib/ldb/pyldb.c 	{ "get_default_basedn", (PyCFunction)py_ldb_get_default_basedn, METH_NOARGS,
METH_NOARGS       949 source4/lib/ldb/pyldb.c 	{ "get_config_basedn", (PyCFunction)py_ldb_get_config_basedn, METH_NOARGS,
METH_NOARGS       995 source4/lib/ldb/pyldb.c 	{ "modules", (PyCFunction)py_ldb_modules, METH_NOARGS,
METH_NOARGS      1237 source4/lib/ldb/pyldb.c 	{ "start_transaction", (PyCFunction)py_ldb_module_start_transaction, METH_NOARGS, NULL },
METH_NOARGS      1238 source4/lib/ldb/pyldb.c 	{ "end_transaction", (PyCFunction)py_ldb_module_end_transaction, METH_NOARGS, NULL },
METH_NOARGS      1239 source4/lib/ldb/pyldb.c 	{ "del_transaction", (PyCFunction)py_ldb_module_del_transaction, METH_NOARGS, NULL },
METH_NOARGS      1566 source4/lib/ldb/pyldb.c 	{ "keys", (PyCFunction)py_ldb_msg_keys, METH_NOARGS, NULL },
METH_NOARGS      1569 source4/lib/ldb/pyldb.c 	{ "items", (PyCFunction)py_ldb_msg_items, METH_NOARGS, NULL },
METH_NOARGS       422 source4/lib/messaging/pymessaging.c 	{ "__len__", (PyCFunction)irpc_result_len, METH_NOARGS, 
METH_NOARGS       237 source4/lib/registry/pyregistry.c 	{ "flush", (PyCFunction)py_hive_key_flush, METH_NOARGS, "S.flush() -> None\n"
METH_NOARGS      1350 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1361 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1374 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1474 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1490 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1502 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1530 source4/lib/wmi/wmi_wrap.c #ifdef METH_NOARGS
METH_NOARGS      1551 source4/lib/wmi/wmi_wrap.c   {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_NOARGS,  (char *)"releases ownership of the pointer"},
METH_NOARGS      1552 source4/lib/wmi/wmi_wrap.c   {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_NOARGS,  (char *)"aquires ownership of the pointer"},
METH_NOARGS      1555 source4/lib/wmi/wmi_wrap.c   {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_NOARGS,  (char *)"returns the next 'this' object"},
METH_NOARGS      1556 source4/lib/wmi/wmi_wrap.c   {(char *)"__repr__",(PyCFunction)PySwigObject_repr,    METH_NOARGS,  (char *)"returns object representation"},
METH_NOARGS      3662 source4/lib/wmi/wmi_wrap.c 	 { (char *)"new_IUnknown", (PyCFunction)_wrap_new_IUnknown, METH_NOARGS, NULL},
METH_NOARGS      3669 source4/lib/wmi/wmi_wrap.c 	 { (char *)"new_IWbemServices", (PyCFunction)_wrap_new_IWbemServices, METH_NOARGS, NULL},
METH_NOARGS      3674 source4/lib/wmi/wmi_wrap.c 	 { (char *)"new_IEnumWbemClassObject", (PyCFunction)_wrap_new_IEnumWbemClassObject, METH_NOARGS, NULL},
METH_NOARGS       319 source4/librpc/ndr/py_security.c 	{ "is_anonymous", (PyCFunction)py_token_is_anonymous, METH_NOARGS,
METH_NOARGS       322 source4/librpc/ndr/py_security.c 	{ "is_system", (PyCFunction)py_token_is_system, METH_NOARGS,
METH_NOARGS       324 source4/librpc/ndr/py_security.c 	{ "has_builtin_administrators", (PyCFunction)py_token_has_builtin_administrators, METH_NOARGS,
METH_NOARGS       326 source4/librpc/ndr/py_security.c 	{ "has_nt_authenticated_users", (PyCFunction)py_token_has_nt_authenticated_users, METH_NOARGS,
METH_NOARGS       378 source4/librpc/ndr/py_security.c 	{ "random_sid", (PyCFunction)py_random_sid, METH_NOARGS, NULL },
METH_NOARGS       239 source4/param/pyparam.c 	{ "load_default", (PyCFunction)py_lp_ctx_load_default, METH_NOARGS,
METH_NOARGS       367 source4/param/pyparam.c     { "default_path", (PyCFunction)py_default_path, METH_NOARGS, 
METH_NOARGS       231 source4/web_server/wsgi.c 	{ "readline", (PyCFunction)py_input_readline, METH_NOARGS, NULL },
METH_NOARGS       233 source4/web_server/wsgi.c 	{ "__iter__", (PyCFunction)py_input___iter__, METH_NOARGS, NULL },