📄 db_server.h
字号:
/* * Please do not edit this file. * It was generated using rpcgen. */#ifndef _DB_SERVER_H_RPCGEN#define _DB_SERVER_H_RPCGEN#ifdef __cplusplusextern "C" {#endifstruct __env_cachesize_msg { u_int dbenvcl_id; u_int gbytes; u_int bytes; u_int ncache;};typedef struct __env_cachesize_msg __env_cachesize_msg;struct __env_cachesize_reply { int status;};typedef struct __env_cachesize_reply __env_cachesize_reply;struct __env_close_msg { u_int dbenvcl_id; u_int flags;};typedef struct __env_close_msg __env_close_msg;struct __env_close_reply { int status;};typedef struct __env_close_reply __env_close_reply;struct __env_create_msg { u_int timeout;};typedef struct __env_create_msg __env_create_msg;struct __env_create_reply { int status; u_int envcl_id;};typedef struct __env_create_reply __env_create_reply;struct __env_dbremove_msg { u_int dbenvcl_id; u_int txnpcl_id; char *name; char *subdb; u_int flags;};typedef struct __env_dbremove_msg __env_dbremove_msg;struct __env_dbremove_reply { int status;};typedef struct __env_dbremove_reply __env_dbremove_reply;struct __env_dbrename_msg { u_int dbenvcl_id; u_int txnpcl_id; char *name; char *subdb; char *newname; u_int flags;};typedef struct __env_dbrename_msg __env_dbrename_msg;struct __env_dbrename_reply { int status;};typedef struct __env_dbrename_reply __env_dbrename_reply;struct __env_encrypt_msg { u_int dbenvcl_id; char *passwd; u_int flags;};typedef struct __env_encrypt_msg __env_encrypt_msg;struct __env_encrypt_reply { int status;};typedef struct __env_encrypt_reply __env_encrypt_reply;struct __env_flags_msg { u_int dbenvcl_id; u_int flags; u_int onoff;};typedef struct __env_flags_msg __env_flags_msg;struct __env_flags_reply { int status;};typedef struct __env_flags_reply __env_flags_reply;struct __env_open_msg { u_int dbenvcl_id; char *home; u_int flags; u_int mode;};typedef struct __env_open_msg __env_open_msg;struct __env_open_reply { int status; u_int envcl_id;};typedef struct __env_open_reply __env_open_reply;struct __env_remove_msg { u_int dbenvcl_id; char *home; u_int flags;};typedef struct __env_remove_msg __env_remove_msg;struct __env_remove_reply { int status;};typedef struct __env_remove_reply __env_remove_reply;struct __txn_abort_msg { u_int txnpcl_id;};typedef struct __txn_abort_msg __txn_abort_msg;struct __txn_abort_reply { int status;};typedef struct __txn_abort_reply __txn_abort_reply;struct __txn_begin_msg { u_int dbenvcl_id; u_int parentcl_id; u_int flags;};typedef struct __txn_begin_msg __txn_begin_msg;struct __txn_begin_reply { int status; u_int txnidcl_id;};typedef struct __txn_begin_reply __txn_begin_reply;struct __txn_commit_msg { u_int txnpcl_id; u_int flags;};typedef struct __txn_commit_msg __txn_commit_msg;struct __txn_commit_reply { int status;};typedef struct __txn_commit_reply __txn_commit_reply;struct __txn_discard_msg { u_int txnpcl_id; u_int flags;};typedef struct __txn_discard_msg __txn_discard_msg;struct __txn_discard_reply { int status;};typedef struct __txn_discard_reply __txn_discard_reply;struct __txn_prepare_msg { u_int txnpcl_id; char gid[128];};typedef struct __txn_prepare_msg __txn_prepare_msg;struct __txn_prepare_reply { int status;};typedef struct __txn_prepare_reply __txn_prepare_reply;struct __txn_recover_msg { u_int dbenvcl_id; u_int count; u_int flags;};typedef struct __txn_recover_msg __txn_recover_msg;struct __txn_recover_reply { int status; struct { u_int txn_len; u_int *txn_val; } txn; struct { u_int gid_len; char *gid_val; } gid; u_int retcount;};typedef struct __txn_recover_reply __txn_recover_reply;struct __db_associate_msg { u_int dbpcl_id; u_int txnpcl_id; u_int sdbpcl_id; u_int flags;};typedef struct __db_associate_msg __db_associate_msg;struct __db_associate_reply { int status;};typedef struct __db_associate_reply __db_associate_reply;struct __db_bt_maxkey_msg { u_int dbpcl_id; u_int maxkey;};typedef struct __db_bt_maxkey_msg __db_bt_maxkey_msg;struct __db_bt_maxkey_reply { int status;};typedef struct __db_bt_maxkey_reply __db_bt_maxkey_reply;struct __db_bt_minkey_msg { u_int dbpcl_id; u_int minkey;};typedef struct __db_bt_minkey_msg __db_bt_minkey_msg;struct __db_bt_minkey_reply { int status;};typedef struct __db_bt_minkey_reply __db_bt_minkey_reply;struct __db_close_msg { u_int dbpcl_id; u_int flags;};typedef struct __db_close_msg __db_close_msg;struct __db_close_reply { int status;};typedef struct __db_close_reply __db_close_reply;struct __db_create_msg { u_int dbenvcl_id; u_int flags;};typedef struct __db_create_msg __db_create_msg;struct __db_create_reply { int status; u_int dbcl_id;};typedef struct __db_create_reply __db_create_reply;struct __db_del_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 flags;};typedef struct __db_del_msg __db_del_msg;struct __db_del_reply { int status;};typedef struct __db_del_reply __db_del_reply;struct __db_encrypt_msg { u_int dbpcl_id; char *passwd; u_int flags;};typedef struct __db_encrypt_msg __db_encrypt_msg;struct __db_encrypt_reply { int status;};typedef struct __db_encrypt_reply __db_encrypt_reply;struct __db_extentsize_msg { u_int dbpcl_id; u_int extentsize;};typedef struct __db_extentsize_msg __db_extentsize_msg;struct __db_extentsize_reply { int status;};typedef struct __db_extentsize_reply __db_extentsize_reply;struct __db_flags_msg { u_int dbpcl_id; u_int flags;};typedef struct __db_flags_msg __db_flags_msg;struct __db_flags_reply { int status;};typedef struct __db_flags_reply __db_flags_reply;struct __db_get_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_get_msg __db_get_msg;struct __db_get_reply { int status; struct { u_int keydata_len; char *keydata_val; } keydata; struct { u_int datadata_len; char *datadata_val; } datadata;};typedef struct __db_get_reply __db_get_reply;struct __db_h_ffactor_msg { u_int dbpcl_id; u_int ffactor;};typedef struct __db_h_ffactor_msg __db_h_ffactor_msg;struct __db_h_ffactor_reply { int status;};typedef struct __db_h_ffactor_reply __db_h_ffactor_reply;struct __db_h_nelem_msg { u_int dbpcl_id; u_int nelem;};typedef struct __db_h_nelem_msg __db_h_nelem_msg;struct __db_h_nelem_reply { int status;};typedef struct __db_h_nelem_reply __db_h_nelem_reply;struct __db_key_range_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 flags;};typedef struct __db_key_range_msg __db_key_range_msg;struct __db_key_range_reply { int status; double less; double equal; double greater;};typedef struct __db_key_range_reply __db_key_range_reply;struct __db_lorder_msg { u_int dbpcl_id; u_int lorder;};typedef struct __db_lorder_msg __db_lorder_msg;struct __db_lorder_reply { int status;};typedef struct __db_lorder_reply __db_lorder_reply;struct __db_open_msg { u_int dbpcl_id; u_int txnpcl_id; char *name; char *subdb; u_int type; u_int flags; u_int mode;};typedef struct __db_open_msg __db_open_msg;struct __db_open_reply { int status; u_int dbcl_id; u_int type; u_int dbflags; u_int lorder;};typedef struct __db_open_reply __db_open_reply;struct __db_pagesize_msg { u_int dbpcl_id; u_int pagesize;};typedef struct __db_pagesize_msg __db_pagesize_msg;struct __db_pagesize_reply { int status;};typedef struct __db_pagesize_reply __db_pagesize_reply;struct __db_pget_msg { u_int dbpcl_id;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -