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

📄 db_server.h

📁 这是linux下运行的mysql软件包,可用于linux 下安装 php + mysql + apach 的网络配置
💻 H
📖 第 1 页 / 共 3 页
字号:
	u_int txnpcl_id;	u_int skeydlen;	u_int skeydoff;	u_int skeyulen;	u_int skeyflags;	struct {		u_int skeydata_len;		char *skeydata_val;	} skeydata;	u_int pkeydlen;	u_int pkeydoff;	u_int pkeyulen;	u_int pkeyflags;	struct {		u_int pkeydata_len;		char *pkeydata_val;	} pkeydata;	u_int datadlen;	u_int datadoff;	u_int dataulen;	u_int dataflags;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;	u_int flags;};typedef struct __db_pget_msg __db_pget_msg;struct __db_pget_reply {	int status;	struct {		u_int skeydata_len;		char *skeydata_val;	} skeydata;	struct {		u_int pkeydata_len;		char *pkeydata_val;	} pkeydata;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;};typedef struct __db_pget_reply __db_pget_reply;struct __db_put_msg {	u_int dbpcl_id;	u_int txnpcl_id;	u_int keydlen;	u_int keydoff;	u_int keyulen;	u_int keyflags;	struct {		u_int keydata_len;		char *keydata_val;	} keydata;	u_int datadlen;	u_int datadoff;	u_int dataulen;	u_int dataflags;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;	u_int flags;};typedef struct __db_put_msg __db_put_msg;struct __db_put_reply {	int status;	struct {		u_int keydata_len;		char *keydata_val;	} keydata;};typedef struct __db_put_reply __db_put_reply;struct __db_re_delim_msg {	u_int dbpcl_id;	u_int delim;};typedef struct __db_re_delim_msg __db_re_delim_msg;struct __db_re_delim_reply {	int status;};typedef struct __db_re_delim_reply __db_re_delim_reply;struct __db_re_len_msg {	u_int dbpcl_id;	u_int len;};typedef struct __db_re_len_msg __db_re_len_msg;struct __db_re_len_reply {	int status;};typedef struct __db_re_len_reply __db_re_len_reply;struct __db_re_pad_msg {	u_int dbpcl_id;	u_int pad;};typedef struct __db_re_pad_msg __db_re_pad_msg;struct __db_re_pad_reply {	int status;};typedef struct __db_re_pad_reply __db_re_pad_reply;struct __db_remove_msg {	u_int dbpcl_id;	char *name;	char *subdb;	u_int flags;};typedef struct __db_remove_msg __db_remove_msg;struct __db_remove_reply {	int status;};typedef struct __db_remove_reply __db_remove_reply;struct __db_rename_msg {	u_int dbpcl_id;	char *name;	char *subdb;	char *newname;	u_int flags;};typedef struct __db_rename_msg __db_rename_msg;struct __db_rename_reply {	int status;};typedef struct __db_rename_reply __db_rename_reply;struct __db_stat_msg {	u_int dbpcl_id;	u_int flags;};typedef struct __db_stat_msg __db_stat_msg;struct __db_stat_reply {	int status;	struct {		u_int stats_len;		u_int *stats_val;	} stats;};typedef struct __db_stat_reply __db_stat_reply;struct __db_sync_msg {	u_int dbpcl_id;	u_int flags;};typedef struct __db_sync_msg __db_sync_msg;struct __db_sync_reply {	int status;};typedef struct __db_sync_reply __db_sync_reply;struct __db_truncate_msg {	u_int dbpcl_id;	u_int txnpcl_id;	u_int flags;};typedef struct __db_truncate_msg __db_truncate_msg;struct __db_truncate_reply {	int status;	u_int count;};typedef struct __db_truncate_reply __db_truncate_reply;struct __db_cursor_msg {	u_int dbpcl_id;	u_int txnpcl_id;	u_int flags;};typedef struct __db_cursor_msg __db_cursor_msg;struct __db_cursor_reply {	int status;	u_int dbcidcl_id;};typedef struct __db_cursor_reply __db_cursor_reply;struct __db_join_msg {	u_int dbpcl_id;	struct {		u_int curs_len;		u_int *curs_val;	} curs;	u_int flags;};typedef struct __db_join_msg __db_join_msg;struct __db_join_reply {	int status;	u_int dbcidcl_id;};typedef struct __db_join_reply __db_join_reply;struct __dbc_close_msg {	u_int dbccl_id;};typedef struct __dbc_close_msg __dbc_close_msg;struct __dbc_close_reply {	int status;};typedef struct __dbc_close_reply __dbc_close_reply;struct __dbc_count_msg {	u_int dbccl_id;	u_int flags;};typedef struct __dbc_count_msg __dbc_count_msg;struct __dbc_count_reply {	int status;	u_int dupcount;};typedef struct __dbc_count_reply __dbc_count_reply;struct __dbc_del_msg {	u_int dbccl_id;	u_int flags;};typedef struct __dbc_del_msg __dbc_del_msg;struct __dbc_del_reply {	int status;};typedef struct __dbc_del_reply __dbc_del_reply;struct __dbc_dup_msg {	u_int dbccl_id;	u_int flags;};typedef struct __dbc_dup_msg __dbc_dup_msg;struct __dbc_dup_reply {	int status;	u_int dbcidcl_id;};typedef struct __dbc_dup_reply __dbc_dup_reply;struct __dbc_get_msg {	u_int dbccl_id;	u_int keydlen;	u_int keydoff;	u_int keyulen;	u_int keyflags;	struct {		u_int keydata_len;		char *keydata_val;	} keydata;	u_int datadlen;	u_int datadoff;	u_int dataulen;	u_int dataflags;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;	u_int flags;};typedef struct __dbc_get_msg __dbc_get_msg;struct __dbc_get_reply {	int status;	struct {		u_int keydata_len;		char *keydata_val;	} keydata;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;};typedef struct __dbc_get_reply __dbc_get_reply;struct __dbc_pget_msg {	u_int dbccl_id;	u_int skeydlen;	u_int skeydoff;	u_int skeyulen;	u_int skeyflags;	struct {		u_int skeydata_len;		char *skeydata_val;	} skeydata;	u_int pkeydlen;	u_int pkeydoff;	u_int pkeyulen;	u_int pkeyflags;	struct {		u_int pkeydata_len;		char *pkeydata_val;	} pkeydata;	u_int datadlen;	u_int datadoff;	u_int dataulen;	u_int dataflags;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;	u_int flags;};typedef struct __dbc_pget_msg __dbc_pget_msg;struct __dbc_pget_reply {	int status;	struct {		u_int skeydata_len;		char *skeydata_val;	} skeydata;	struct {		u_int pkeydata_len;		char *pkeydata_val;	} pkeydata;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;};typedef struct __dbc_pget_reply __dbc_pget_reply;struct __dbc_put_msg {	u_int dbccl_id;	u_int keydlen;	u_int keydoff;	u_int keyulen;	u_int keyflags;	struct {		u_int keydata_len;		char *keydata_val;	} keydata;	u_int datadlen;	u_int datadoff;	u_int dataulen;	u_int dataflags;	struct {		u_int datadata_len;		char *datadata_val;	} datadata;	u_int flags;};typedef struct __dbc_put_msg __dbc_put_msg;struct __dbc_put_reply {	int status;	struct {		u_int keydata_len;		char *keydata_val;	} keydata;};typedef struct __dbc_put_reply __dbc_put_reply;#if defined(__STDC__) || defined(__cplusplus)#define __DB_env_cachesize 1extern  __env_cachesize_reply * __db_env_cachesize_4001(__env_cachesize_msg *, CLIENT *);extern  __env_cachesize_reply * __db_env_cachesize_4001_svc(__env_cachesize_msg *, struct svc_req *);#define __DB_env_close 2extern  __env_close_reply * __db_env_close_4001(__env_close_msg *, CLIENT *);extern  __env_close_reply * __db_env_close_4001_svc(__env_close_msg *, struct svc_req *);#define __DB_env_create 3extern  __env_create_reply * __db_env_create_4001(__env_create_msg *, CLIENT *);extern  __env_create_reply * __db_env_create_4001_svc(__env_create_msg *, struct svc_req *);#define __DB_env_dbremove 4extern  __env_dbremove_reply * __db_env_dbremove_4001(__env_dbremove_msg *, CLIENT *);extern  __env_dbremove_reply * __db_env_dbremove_4001_svc(__env_dbremove_msg *, struct svc_req *);#define __DB_env_dbrename 5extern  __env_dbrename_reply * __db_env_dbrename_4001(__env_dbrename_msg *, CLIENT *);extern  __env_dbrename_reply * __db_env_dbrename_4001_svc(__env_dbrename_msg *, struct svc_req *);#define __DB_env_encrypt 6extern  __env_encrypt_reply * __db_env_encrypt_4001(__env_encrypt_msg *, CLIENT *);extern  __env_encrypt_reply * __db_env_encrypt_4001_svc(__env_encrypt_msg *, struct svc_req *);#define __DB_env_flags 7extern  __env_flags_reply * __db_env_flags_4001(__env_flags_msg *, CLIENT *);extern  __env_flags_reply * __db_env_flags_4001_svc(__env_flags_msg *, struct svc_req *);#define __DB_env_open 8extern  __env_open_reply * __db_env_open_4001(__env_open_msg *, CLIENT *);extern  __env_open_reply * __db_env_open_4001_svc(__env_open_msg *, struct svc_req *);#define __DB_env_remove 9extern  __env_remove_reply * __db_env_remove_4001(__env_remove_msg *, CLIENT *);extern  __env_remove_reply * __db_env_remove_4001_svc(__env_remove_msg *, struct svc_req *);#define __DB_txn_abort 10extern  __txn_abort_reply * __db_txn_abort_4001(__txn_abort_msg *, CLIENT *);extern  __txn_abort_reply * __db_txn_abort_4001_svc(__txn_abort_msg *, struct svc_req *);#define __DB_txn_begin 11extern  __txn_begin_reply * __db_txn_begin_4001(__txn_begin_msg *, CLIENT *);extern  __txn_begin_reply * __db_txn_begin_4001_svc(__txn_begin_msg *, struct svc_req *);#define __DB_txn_commit 12extern  __txn_commit_reply * __db_txn_commit_4001(__txn_commit_msg *, CLIENT *);extern  __txn_commit_reply * __db_txn_commit_4001_svc(__txn_commit_msg *, struct svc_req *);#define __DB_txn_discard 13extern  __txn_discard_reply * __db_txn_discard_4001(__txn_discard_msg *, CLIENT *);extern  __txn_discard_reply * __db_txn_discard_4001_svc(__txn_discard_msg *, struct svc_req *);#define __DB_txn_prepare 14extern  __txn_prepare_reply * __db_txn_prepare_4001(__txn_prepare_msg *, CLIENT *);extern  __txn_prepare_reply * __db_txn_prepare_4001_svc(__txn_prepare_msg *, struct svc_req *);#define __DB_txn_recover 15extern  __txn_recover_reply * __db_txn_recover_4001(__txn_recover_msg *, CLIENT *);extern  __txn_recover_reply * __db_txn_recover_4001_svc(__txn_recover_msg *, struct svc_req *);#define __DB_db_associate 16extern  __db_associate_reply * __db_db_associate_4001(__db_associate_msg *, CLIENT *);extern  __db_associate_reply * __db_db_associate_4001_svc(__db_associate_msg *, struct svc_req *);#define __DB_db_bt_maxkey 17extern  __db_bt_maxkey_reply * __db_db_bt_maxkey_4001(__db_bt_maxkey_msg *, CLIENT *);extern  __db_bt_maxkey_reply * __db_db_bt_maxkey_4001_svc(__db_bt_maxkey_msg *, struct svc_req *);#define __DB_db_bt_minkey 18extern  __db_bt_minkey_reply * __db_db_bt_minkey_4001(__db_bt_minkey_msg *, CLIENT *);extern  __db_bt_minkey_reply * __db_db_bt_minkey_4001_svc(__db_bt_minkey_msg *, struct svc_req *);#define __DB_db_close 19extern  __db_close_reply * __db_db_close_4001(__db_close_msg *, CLIENT *);extern  __db_close_reply * __db_db_close_4001_svc(__db_close_msg *, struct svc_req *);#define __DB_db_create 20extern  __db_create_reply * __db_db_create_4001(__db_create_msg *, CLIENT *);extern  __db_create_reply * __db_db_create_4001_svc(__db_create_msg *, struct svc_req *);#define __DB_db_del 21extern  __db_del_reply * __db_db_del_4001(__db_del_msg *, CLIENT *);extern  __db_del_reply * __db_db_del_4001_svc(__db_del_msg *, struct svc_req *);#define __DB_db_encrypt 22extern  __db_encrypt_reply * __db_db_encrypt_4001(__db_encrypt_msg *, CLIENT *);extern  __db_encrypt_reply * __db_db_encrypt_4001_svc(__db_encrypt_msg *, struct svc_req *);#define __DB_db_extentsize 23extern  __db_extentsize_reply * __db_db_extentsize_4001(__db_extentsize_msg *, CLIENT *);extern  __db_extentsize_reply * __db_db_extentsize_4001_svc(__db_extentsize_msg *, struct svc_req *);#define __DB_db_flags 24extern  __db_flags_reply * __db_db_flags_4001(__db_flags_msg *, CLIENT *);extern  __db_flags_reply * __db_db_flags_4001_svc(__db_flags_msg *, struct svc_req *);#define __DB_db_get 25extern  __db_get_reply * __db_db_get_4001(__db_get_msg *, CLIENT *);extern  __db_get_reply * __db_db_get_4001_svc(__db_get_msg *, struct svc_req *);#define __DB_db_h_ffactor 26extern  __db_h_ffactor_reply * __db_db_h_ffactor_4001(__db_h_ffactor_msg *, CLIENT *);

⌨️ 快捷键说明

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