METH_VARARGS      340 lib/tdb/pytdb.c 	{ "get", (PyCFunction)obj_get, METH_VARARGS, "S.fetch(key) -> value\n"
METH_VARARGS      342 lib/tdb/pytdb.c 	{ "append", (PyCFunction)obj_append, METH_VARARGS, "S.append(key, value) -> None\n"
METH_VARARGS      348 lib/tdb/pytdb.c 	{ "delete", (PyCFunction)obj_delete, METH_VARARGS, "S.delete(key) -> None\n"
METH_VARARGS      350 lib/tdb/pytdb.c 	{ "has_key", (PyCFunction)obj_has_key, METH_VARARGS, "S.has_key(key) -> None\n"
METH_VARARGS      352 lib/tdb/pytdb.c 	{ "store", (PyCFunction)obj_store, METH_VARARGS, "S.store(key, data, flag=REPLACE) -> None"
METH_VARARGS      480 lib/tdb/pytdb.c 	{ "open", (PyCFunction)py_tdb_open, METH_VARARGS|METH_KEYWORDS, "open(name, hash_size=0, tdb_flags=TDB_DEFAULT, flags=O_RDWR, mode=0600)\n"
METH_VARARGS      373 libcli/nbt/pynbt.c 	{ "query_name", (PyCFunction)py_nbt_name_query, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      376 libcli/nbt/pynbt.c 	{ "register_name", (PyCFunction)py_nbt_name_register, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      379 libcli/nbt/pynbt.c 	{ "release_name", (PyCFunction)py_nbt_name_release, METH_VARARGS|METH_KEYWORDS, "S.release_name(name, address, dest, nb_flags=0, broadcast=true, timeout=0, retries=3) -> (reply_from, name, reply_addr, rcode)\n"
METH_VARARGS      381 libcli/nbt/pynbt.c 	{ "refresh_name", (PyCFunction)py_nbt_name_refresh, METH_VARARGS|METH_KEYWORDS, "S.refresh_name(name, address, dest, nb_flags=0, broadcast=True, ttl=0, timeout=0, retries=0) -> (reply_from, name, reply_addr, rcode)\n"
METH_VARARGS      383 libcli/nbt/pynbt.c 	{ "name_status", (PyCFunction)py_nbt_name_status, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      234 source4/auth/credentials/pycredentials.c 	{ "set_username", (PyCFunction)py_creds_set_username, METH_VARARGS,
METH_VARARGS      240 source4/auth/credentials/pycredentials.c 	{ "set_password", (PyCFunction)py_creds_set_password, METH_VARARGS,
METH_VARARGS      246 source4/auth/credentials/pycredentials.c 	{ "set_domain", (PyCFunction)py_creds_set_domain, METH_VARARGS,
METH_VARARGS      252 source4/auth/credentials/pycredentials.c 	{ "set_realm", (PyCFunction)py_creds_set_realm, METH_VARARGS,
METH_VARARGS      258 source4/auth/credentials/pycredentials.c 	{ "set_bind_dn", (PyCFunction)py_creds_set_bind_dn, METH_VARARGS,
METH_VARARGS      268 source4/auth/credentials/pycredentials.c 	{ "set_workstation", (PyCFunction)py_creds_set_workstation, METH_VARARGS,
METH_VARARGS      278 source4/auth/credentials/pycredentials.c 	{ "parse_string", (PyCFunction)py_creds_parse_string, METH_VARARGS,
METH_VARARGS      283 source4/auth/credentials/pycredentials.c 	{ "set_kerberos_state", (PyCFunction)py_creds_set_kerberos_state, METH_VARARGS,
METH_VARARGS      285 source4/auth/credentials/pycredentials.c 	{ "guess", (PyCFunction)py_creds_guess, METH_VARARGS, NULL },
METH_VARARGS      286 source4/auth/credentials/pycredentials.c 	{ "set_machine_account", (PyCFunction)py_creds_set_machine_account, METH_VARARGS, NULL },
METH_VARARGS       74 source4/auth/pyauth.c 	{ "system_session", (PyCFunction)py_system_session, METH_VARARGS, NULL },
METH_VARARGS       75 source4/auth/pyauth.c 	{ "system_session_anonymous", (PyCFunction)py_system_session_anon, METH_VARARGS, NULL },
METH_VARARGS       67 source4/lib/com/pycom.c 	{ "get_class_object", (PyCFunction)py_get_class_object, METH_VARARGS, "S.get_class_object(clsid, iid) -> instance" },
METH_VARARGS      259 source4/lib/ldb/pyldb.c 	{ "check_special", (PyCFunction)py_ldb_dn_is_special, METH_VARARGS, 
METH_VARARGS      264 source4/lib/ldb/pyldb.c 	{ "add_child", (PyCFunction)py_ldb_dn_add_child, METH_VARARGS, 
METH_VARARGS      267 source4/lib/ldb/pyldb.c 	{ "add_base", (PyCFunction)py_ldb_dn_add_base, METH_VARARGS,
METH_VARARGS      270 source4/lib/ldb/pyldb.c 	{ "check_special", (PyCFunction)py_ldb_dn_check_special, METH_VARARGS,
METH_VARARGS      922 source4/lib/ldb/pyldb.c 	{ "set_debug", (PyCFunction)py_ldb_set_debug, METH_VARARGS, 
METH_VARARGS      926 source4/lib/ldb/pyldb.c 	{ "set_create_perms", (PyCFunction)py_ldb_set_create_perms, METH_VARARGS, 
METH_VARARGS      929 source4/lib/ldb/pyldb.c 	{ "set_modules_dir", (PyCFunction)py_ldb_set_modules_dir, METH_VARARGS,
METH_VARARGS      951 source4/lib/ldb/pyldb.c 	{ "connect", (PyCFunction)py_ldb_connect, METH_VARARGS|METH_KEYWORDS, 
METH_VARARGS      954 source4/lib/ldb/pyldb.c 	{ "modify", (PyCFunction)py_ldb_modify, METH_VARARGS, 
METH_VARARGS      957 source4/lib/ldb/pyldb.c 	{ "add", (PyCFunction)py_ldb_add, METH_VARARGS, 
METH_VARARGS      960 source4/lib/ldb/pyldb.c 	{ "delete", (PyCFunction)py_ldb_delete, METH_VARARGS,
METH_VARARGS      963 source4/lib/ldb/pyldb.c 	{ "rename", (PyCFunction)py_ldb_rename, METH_VARARGS,
METH_VARARGS      966 source4/lib/ldb/pyldb.c 	{ "search", (PyCFunction)py_ldb_search, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      977 source4/lib/ldb/pyldb.c 	{ "schema_attribute_remove", (PyCFunction)py_ldb_schema_attribute_remove, METH_VARARGS,
METH_VARARGS      979 source4/lib/ldb/pyldb.c 	{ "schema_attribute_add", (PyCFunction)py_ldb_schema_attribute_add, METH_VARARGS,
METH_VARARGS      981 source4/lib/ldb/pyldb.c 	{ "schema_format_value", (PyCFunction)py_ldb_schema_format_value, METH_VARARGS,
METH_VARARGS      983 source4/lib/ldb/pyldb.c 	{ "parse_ldif", (PyCFunction)py_ldb_parse_ldif, METH_VARARGS,
METH_VARARGS      986 source4/lib/ldb/pyldb.c 	{ "get_opaque", (PyCFunction)py_ldb_get_opaque, METH_VARARGS,
METH_VARARGS      991 source4/lib/ldb/pyldb.c 	{ "set_opaque", (PyCFunction)py_ldb_set_opaque, METH_VARARGS,
METH_VARARGS     1232 source4/lib/ldb/pyldb.c 	{ "search", (PyCFunction)py_ldb_module_search, METH_VARARGS|METH_KEYWORDS, NULL },
METH_VARARGS     1233 source4/lib/ldb/pyldb.c 	{ "add", (PyCFunction)py_ldb_module_add, METH_VARARGS, NULL },
METH_VARARGS     1234 source4/lib/ldb/pyldb.c 	{ "modify", (PyCFunction)py_ldb_module_modify, METH_VARARGS, NULL },
METH_VARARGS     1235 source4/lib/ldb/pyldb.c 	{ "rename", (PyCFunction)py_ldb_module_rename, METH_VARARGS, NULL },
METH_VARARGS     1236 source4/lib/ldb/pyldb.c 	{ "delete", (PyCFunction)py_ldb_module_delete, METH_VARARGS, NULL },
METH_VARARGS     1328 source4/lib/ldb/pyldb.c 	{ "get", (PyCFunction)py_ldb_msg_element_get, METH_VARARGS, NULL },
METH_VARARGS     1567 source4/lib/ldb/pyldb.c 	{ "remove", (PyCFunction)py_ldb_msg_remove_attr, METH_VARARGS, NULL },
METH_VARARGS     1568 source4/lib/ldb/pyldb.c 	{ "get", (PyCFunction)py_ldb_msg_get, METH_VARARGS, NULL },
METH_VARARGS     2062 source4/lib/ldb/pyldb.c 	{ "register_module", py_register_module, METH_VARARGS, 
METH_VARARGS     2065 source4/lib/ldb/pyldb.c 	{ "timestring", py_timestring, METH_VARARGS, 
METH_VARARGS     2068 source4/lib/ldb/pyldb.c 	{ "string_to_time", py_string_to_time, METH_VARARGS,
METH_VARARGS     2071 source4/lib/ldb/pyldb.c 	{ "valid_attr_name", py_valid_attr_name, METH_VARARGS,
METH_VARARGS     2074 source4/lib/ldb/pyldb.c 	{ "open", (PyCFunction)py_ldb_new, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      263 source4/lib/messaging/pymessaging.c 	{ "send", (PyCFunction)py_messaging_send, METH_VARARGS|METH_KEYWORDS, 
METH_VARARGS      265 source4/lib/messaging/pymessaging.c 	{ "register", (PyCFunction)py_messaging_register, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      267 source4/lib/messaging/pymessaging.c 	{ "deregister", (PyCFunction)py_messaging_deregister, METH_VARARGS|METH_KEYWORDS,
METH_VARARGS      269 source4/lib/messaging/pymessaging.c 	{ "add_name", (PyCFunction)py_messaging_add_name, METH_VARARGS|METH_KEYWORDS, "S.add_name(name) -> None\nListen on another name" },
METH_VARARGS      270 source4/lib/messaging/pymessaging.c 	{ "remove_name", (PyCFunction)py_messaging_remove_name, METH_VARARGS|METH_KEYWORDS, "S.remove_name(name) -> None\nStop listening on a name" },
METH_VARARGS      147 source4/lib/registry/pyregistry.c 	{ "get_predefined_key_by_name", py_get_predefined_key_by_name, METH_VARARGS, 
METH_VARARGS      150 source4/lib/registry/pyregistry.c 	{ "key_del_abs", py_key_del_abs, METH_VARARGS, "S.key_del_abs(name) -> None\n"
METH_VARARGS      152 source4/lib/registry/pyregistry.c 	{ "get_predefined_key", py_get_predefined_key, METH_VARARGS, "S.get_predefined_key(hkey_id) -> key\n"
METH_VARARGS      154 source4/lib/registry/pyregistry.c 	{ "diff_apply", py_diff_apply, METH_VARARGS, "S.diff_apply(filename) -> None\n"
METH_VARARGS      156 source4/lib/registry/pyregistry.c 	{ "mount_hive", py_mount_hive, METH_VARARGS, "S.mount_hive(key, key_id, elements=None) -> None\n"
METH_VARARGS      235 source4/lib/registry/pyregistry.c 	{ "del", py_hive_key_del, METH_VARARGS, "S.del(name) -> None\n"
METH_VARARGS      239 source4/lib/registry/pyregistry.c 	{ "del_value", py_hive_key_del_value, METH_VARARGS, "S.del_value(name) -> None\n"
METH_VARARGS      241 source4/lib/registry/pyregistry.c 	{ "set_value", py_hive_key_set_value, METH_VARARGS, "S.set_value(name, type, data) -> None\n"
METH_VARARGS      399 source4/lib/registry/pyregistry.c 	{ "open_samba", (PyCFunction)py_open_samba, METH_VARARGS|METH_KEYWORDS, "open_samba() -> reg" },
METH_VARARGS      400 source4/lib/registry/pyregistry.c 	{ "open_directory", py_open_directory, METH_VARARGS, "open_dir(location) -> key" },
METH_VARARGS      401 source4/lib/registry/pyregistry.c 	{ "create_directory", py_create_directory, METH_VARARGS, "create_dir(location) -> key" },
METH_VARARGS      402 source4/lib/registry/pyregistry.c 	{ "open_ldb", (PyCFunction)py_open_ldb_file, METH_VARARGS|METH_KEYWORDS, "open_ldb(location, session_info=None, credentials=None, loadparm_context=None) -> key" },
METH_VARARGS      403 source4/lib/registry/pyregistry.c 	{ "str_regtype", py_str_regtype, METH_VARARGS, "str_regtype(int) -> str" },
METH_VARARGS      404 source4/lib/registry/pyregistry.c 	{ "get_predef_name", py_get_predef_name, METH_VARARGS, "get_predef_name(hkey) -> str" },
METH_VARARGS     1553 source4/lib/wmi/wmi_wrap.c   {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS, (char *)"returns/sets ownership of the pointer"},
METH_VARARGS     1562 source4/lib/wmi/wmi_wrap.c   {(char *)"disown",  (PyCFunction)PySwigObject_disown,  METH_VARARGS,  (char *)"releases ownership of the pointer"},
METH_VARARGS     1563 source4/lib/wmi/wmi_wrap.c   {(char *)"acquire", (PyCFunction)PySwigObject_acquire, METH_VARARGS,  (char *)"aquires ownership of the pointer"},
METH_VARARGS     1564 source4/lib/wmi/wmi_wrap.c   {(char *)"own",     (PyCFunction)PySwigObject_own,     METH_VARARGS,  (char *)"returns/sets ownership of the pointer"},
METH_VARARGS     1565 source4/lib/wmi/wmi_wrap.c   {(char *)"append",  (PyCFunction)PySwigObject_append,  METH_VARARGS,  (char *)"appends another 'this' object"},
METH_VARARGS     1566 source4/lib/wmi/wmi_wrap.c   {(char *)"next",    (PyCFunction)PySwigObject_next,    METH_VARARGS,  (char *)"returns the next 'this' object"},
METH_VARARGS     1567 source4/lib/wmi/wmi_wrap.c   {(char *)"__repr__",(PyCFunction)PySwigObject_repr,   METH_VARARGS,  (char *)"returns object representation"},
METH_VARARGS     3660 source4/lib/wmi/wmi_wrap.c 	 { (char *)"WBEM_ConnectServer", (PyCFunction) _wrap_WBEM_ConnectServer, METH_VARARGS | METH_KEYWORDS, NULL},
METH_VARARGS     3664 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IUnknown_swigregister", IUnknown_swigregister, METH_VARARGS, NULL},
METH_VARARGS     3665 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IUnknown_swiginit", IUnknown_swiginit, METH_VARARGS, NULL},
METH_VARARGS     3666 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_ExecQuery", (PyCFunction) _wrap_IWbemServices_ExecQuery, METH_VARARGS | METH_KEYWORDS, NULL},
METH_VARARGS     3667 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_ExecNotificationQuery", (PyCFunction) _wrap_IWbemServices_ExecNotificationQuery, METH_VARARGS | METH_KEYWORDS, NULL},
METH_VARARGS     3668 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_CreateInstanceEnum", (PyCFunction) _wrap_IWbemServices_CreateInstanceEnum, METH_VARARGS | METH_KEYWORDS, NULL},
METH_VARARGS     3671 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_swigregister", IWbemServices_swigregister, METH_VARARGS, NULL},
METH_VARARGS     3672 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IWbemServices_swiginit", IWbemServices_swiginit, METH_VARARGS, NULL},
METH_VARARGS     3676 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_swigregister", IEnumWbemClassObject_swigregister, METH_VARARGS, NULL},
METH_VARARGS     3677 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_swiginit", IEnumWbemClassObject_swiginit, METH_VARARGS, NULL},
METH_VARARGS     3678 source4/lib/wmi/wmi_wrap.c 	 { (char *)"IEnumWbemClassObject_SmartNext", (PyCFunction) _wrap_IEnumWbemClassObject_SmartNext, METH_VARARGS | METH_KEYWORDS, NULL},
METH_VARARGS       81 source4/libnet/py_net.c 	{"Join", (PyCFunction)py_net_join, METH_VARARGS|METH_KEYWORDS, py_net_join_doc},
METH_VARARGS      207 source4/librpc/ndr/py_security.c 	{ "sacl_add", (PyCFunction)py_descriptor_sacl_add, METH_VARARGS,
METH_VARARGS      210 source4/librpc/ndr/py_security.c 	{ "dacl_add", (PyCFunction)py_descriptor_dacl_add, METH_VARARGS,
METH_VARARGS      212 source4/librpc/ndr/py_security.c 	{ "dacl_del", (PyCFunction)py_descriptor_dacl_del, METH_VARARGS,
METH_VARARGS      214 source4/librpc/ndr/py_security.c 	{ "sacl_del", (PyCFunction)py_descriptor_sacl_del, METH_VARARGS,
METH_VARARGS      216 source4/librpc/ndr/py_security.c 	{ "from_sddl", (PyCFunction)py_descriptor_from_sddl, METH_VARARGS|METH_CLASS, 
METH_VARARGS      314 source4/librpc/ndr/py_security.c 	{ "is_sid", (PyCFunction)py_token_is_sid, METH_VARARGS,
METH_VARARGS      317 source4/librpc/ndr/py_security.c 	{ "has_sid", (PyCFunction)py_token_has_sid, METH_VARARGS,
METH_VARARGS      328 source4/librpc/ndr/py_security.c 	{ "has_privilege", (PyCFunction)py_token_has_privilege, METH_VARARGS,
METH_VARARGS      330 source4/librpc/ndr/py_security.c 	{ "set_privilege", (PyCFunction)py_token_set_privilege, METH_VARARGS,
METH_VARARGS      379 source4/librpc/ndr/py_security.c 	{ "privilege_id", (PyCFunction)py_privilege_id, METH_VARARGS, NULL },
METH_VARARGS      380 source4/librpc/ndr/py_security.c 	{ "privilege_name", (PyCFunction)py_privilege_name, METH_VARARGS, NULL },
METH_VARARGS      367 source4/librpc/rpc/pyrpc.c 	{ "request", (PyCFunction)py_iface_request, METH_VARARGS|METH_KEYWORDS, "S.request(opnum, data, object=None) -> data\nMake a raw request" },
METH_VARARGS      368 source4/librpc/rpc/pyrpc.c 	{ "alter_context", (PyCFunction)py_iface_alter_context, METH_VARARGS|METH_KEYWORDS, "S.alter_context(syntax)\nChange to a different interface" },
METH_VARARGS      236 source4/param/pyparam.c 	{ "load", (PyCFunction)py_lp_ctx_load, METH_VARARGS, 
METH_VARARGS      242 source4/param/pyparam.c 	{ "is_myname", (PyCFunction)py_lp_ctx_is_myname, METH_VARARGS,
METH_VARARGS      245 source4/param/pyparam.c 	{ "is_mydomain", (PyCFunction)py_lp_ctx_is_mydomain, METH_VARARGS,
METH_VARARGS      248 source4/param/pyparam.c 	{ "get", (PyCFunction)py_lp_ctx_get, METH_VARARGS,
METH_VARARGS      251 source4/param/pyparam.c 	{ "set", (PyCFunction)py_lp_ctx_set, METH_VARARGS,
METH_VARARGS      254 source4/param/pyparam.c 	{ "private_path", (PyCFunction)py_lp_ctx_private_path, METH_VARARGS,
METH_VARARGS      234 source4/scripting/python/pyglue.c 	{ "generate_random_str", (PyCFunction)py_generate_random_str, METH_VARARGS,
METH_VARARGS      237 source4/scripting/python/pyglue.c 	{ "unix2nttime", (PyCFunction)py_unix2nttime, METH_VARARGS,
METH_VARARGS      239 source4/scripting/python/pyglue.c 	{ "ldb_set_credentials", (PyCFunction)py_ldb_set_credentials, METH_VARARGS, 
METH_VARARGS      242 source4/scripting/python/pyglue.c 	{ "ldb_set_session_info", (PyCFunction)py_ldb_set_session_info, METH_VARARGS,
METH_VARARGS      245 source4/scripting/python/pyglue.c 	{ "ldb_set_loadparm", (PyCFunction)py_ldb_set_loadparm, METH_VARARGS,
METH_VARARGS      248 source4/scripting/python/pyglue.c 	{ "samdb_set_domain_sid", (PyCFunction)py_samdb_set_domain_sid, METH_VARARGS,
METH_VARARGS      251 source4/scripting/python/pyglue.c 	{ "ldb_register_samba_handlers", (PyCFunction)py_ldb_register_samba_handlers, METH_VARARGS,
METH_VARARGS      254 source4/scripting/python/pyglue.c 	{ "dsdb_set_ntds_invocation_id", (PyCFunction)py_dsdb_set_ntds_invocation_id, METH_VARARGS,
METH_VARARGS      256 source4/scripting/python/pyglue.c 	{ "dsdb_set_global_schema", (PyCFunction)py_dsdb_set_global_schema, METH_VARARGS,
METH_VARARGS      258 source4/scripting/python/pyglue.c 	{ "dsdb_attach_schema_from_ldif_file", (PyCFunction)py_dsdb_attach_schema_from_ldif_file, METH_VARARGS,
METH_VARARGS       49 source4/scripting/python/uuidmodule.c 	{ "uuid4", (PyCFunction)uuid_random, METH_VARARGS, NULL},
METH_VARARGS      101 source4/web_server/wsgi.c 	{ "start_response", (PyCFunction)start_response, METH_VARARGS|METH_KEYWORDS, NULL },
METH_VARARGS      157 source4/web_server/wsgi.c 	{ "flush", (PyCFunction)py_error_flush, METH_VARARGS|METH_KEYWORDS, NULL },
METH_VARARGS      158 source4/web_server/wsgi.c 	{ "write", (PyCFunction)py_error_write, METH_VARARGS|METH_KEYWORDS, NULL },
METH_VARARGS      159 source4/web_server/wsgi.c 	{ "writelines", (PyCFunction)py_error_writelines, METH_VARARGS|METH_KEYWORDS, NULL },
METH_VARARGS      230 source4/web_server/wsgi.c 	{ "read", (PyCFunction)py_input_read, METH_VARARGS|METH_KEYWORDS, NULL },
METH_VARARGS      232 source4/web_server/wsgi.c 	{ "readlines", (PyCFunction)py_input_readlines, METH_VARARGS|METH_KEYWORDS, NULL },