⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 proto-back-relay.h

📁 ldap服务器源码
💻 H
字号:
/* This work is part of OpenLDAP Software <http://www.openldap.org/>. * * Copyright 2004-2007 The OpenLDAP Foundation. * Portions Copyright 2004 Pierangelo Masarati. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted only as authorized by the OpenLDAP * Public License. * * A copy of this license is available in file LICENSE in the * top-level directory of the distribution or, alternatively, at * <http://www.OpenLDAP.org/license.html>. *//* ACKNOWLEDGEMENTS: * This work was initially developed by Pierangelo Masarati for inclusion * in OpenLDAP Software. */#ifndef PROTO_BACK_RELAY#define PROTO_BACK_RELAY#include <ldap_cdefs.h>LDAP_BEGIN_DECLextern BI_init			relay_back_initialize;extern BI_db_init		relay_back_db_init;extern BI_db_config		relay_back_db_config;extern BI_db_open		relay_back_db_open;extern BI_db_close		relay_back_db_close;extern BI_db_destroy		relay_back_db_destroy;extern BI_op_bind		relay_back_op_bind;extern BI_op_unbind		relay_back_op_unbind;extern BI_op_search		relay_back_op_search;extern BI_op_compare		relay_back_op_compare;extern BI_op_modify		relay_back_op_modify;extern BI_op_modrdn		relay_back_op_modrdn;extern BI_op_add		relay_back_op_add;extern BI_op_delete		relay_back_op_delete;extern BI_op_abandon		relay_back_op_abandon;extern BI_op_cancel		relay_back_op_cancel;extern BI_op_extended		relay_back_op_extended;extern BI_entry_release_rw	relay_back_entry_release_rw;extern BI_entry_get_rw		relay_back_entry_get_rw;extern BI_chk_referrals		relay_back_chk_referrals;extern BI_operational		relay_back_operational;extern BI_has_subordinates	relay_back_has_subordinates;extern BI_connection_init	relay_back_connection_init;extern BI_connection_destroy	relay_back_connection_destroy;LDAP_END_DECL#endif /* PROTO_BACK_RELAY */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -