1/* Do not edit: automatically built by gen_rpc.awk. */
2
3struct __env_create_msg {
4	unsigned int timeout;
5};
6
7struct __env_create_reply {
8	/* num return vars: 1 */
9	int status;
10	unsigned int envcl_id;
11};
12
13struct __env_cdsgroup_begin_msg {
14	unsigned int dbenvcl_id;
15};
16
17struct __env_cdsgroup_begin_reply {
18	/* num return vars: 1 */
19	int status;
20	unsigned int txnidcl_id;
21};
22
23struct __env_close_msg {
24	unsigned int dbenvcl_id;
25	unsigned int flags;
26};
27
28struct __env_close_reply {
29	/* num return vars: 0 */
30	int status;
31};
32
33struct __env_dbremove_msg {
34	unsigned int dbenvcl_id;
35	unsigned int txnpcl_id;
36	string name<>;
37	string subdb<>;
38	unsigned int flags;
39};
40
41struct __env_dbremove_reply {
42	/* num return vars: 0 */
43	int status;
44};
45
46struct __env_dbrename_msg {
47	unsigned int dbenvcl_id;
48	unsigned int txnpcl_id;
49	string name<>;
50	string subdb<>;
51	string newname<>;
52	unsigned int flags;
53};
54
55struct __env_dbrename_reply {
56	/* num return vars: 0 */
57	int status;
58};
59
60struct __env_get_cachesize_msg {
61	unsigned int dbenvcl_id;
62};
63
64struct __env_get_cachesize_reply {
65	/* num return vars: 3 */
66	int status;
67	unsigned int gbytes;
68	unsigned int bytes;
69	unsigned int ncache;
70};
71
72struct __env_get_encrypt_flags_msg {
73	unsigned int dbenvcl_id;
74};
75
76struct __env_get_encrypt_flags_reply {
77	/* num return vars: 1 */
78	int status;
79	unsigned int flags;
80};
81
82struct __env_get_flags_msg {
83	unsigned int dbenvcl_id;
84};
85
86struct __env_get_flags_reply {
87	/* num return vars: 1 */
88	int status;
89	unsigned int flags;
90};
91
92struct __env_get_home_msg {
93	unsigned int dbenvcl_id;
94};
95
96struct __env_get_home_reply {
97	/* num return vars: 1 */
98	int status;
99	string home<>;
100};
101
102struct __env_get_open_flags_msg {
103	unsigned int dbenvcl_id;
104};
105
106struct __env_get_open_flags_reply {
107	/* num return vars: 1 */
108	int status;
109	unsigned int flags;
110};
111
112struct __env_open_msg {
113	unsigned int dbenvcl_id;
114	string home<>;
115	unsigned int flags;
116	unsigned int mode;
117};
118
119struct __env_open_reply {
120	/* num return vars: 1 */
121	int status;
122	unsigned int envcl_id;
123};
124
125struct __env_remove_msg {
126	unsigned int dbenvcl_id;
127	string home<>;
128	unsigned int flags;
129};
130
131struct __env_remove_reply {
132	/* num return vars: 0 */
133	int status;
134};
135
136struct __env_set_cachesize_msg {
137	unsigned int dbenvcl_id;
138	unsigned int gbytes;
139	unsigned int bytes;
140	unsigned int ncache;
141};
142
143struct __env_set_cachesize_reply {
144	/* num return vars: 0 */
145	int status;
146};
147
148struct __env_set_encrypt_msg {
149	unsigned int dbenvcl_id;
150	string passwd<>;
151	unsigned int flags;
152};
153
154struct __env_set_encrypt_reply {
155	/* num return vars: 0 */
156	int status;
157};
158
159struct __env_set_flags_msg {
160	unsigned int dbenvcl_id;
161	unsigned int flags;
162	unsigned int onoff;
163};
164
165struct __env_set_flags_reply {
166	/* num return vars: 0 */
167	int status;
168};
169
170struct __env_txn_begin_msg {
171	unsigned int dbenvcl_id;
172	unsigned int parentcl_id;
173	unsigned int flags;
174};
175
176struct __env_txn_begin_reply {
177	/* num return vars: 1 */
178	int status;
179	unsigned int txnidcl_id;
180};
181
182struct __env_txn_recover_msg {
183	unsigned int dbenvcl_id;
184	unsigned int count;
185	unsigned int flags;
186};
187
188struct __env_txn_recover_reply {
189	/* num return vars: 3 */
190	int status;
191	unsigned int txn<>;
192	opaque gid<>;
193	unsigned int retcount;
194};
195
196struct __db_create_msg {
197	unsigned int dbenvcl_id;
198	unsigned int flags;
199};
200
201struct __db_create_reply {
202	/* num return vars: 1 */
203	int status;
204	unsigned int dbcl_id;
205};
206
207struct __db_associate_msg {
208	unsigned int dbpcl_id;
209	unsigned int txnpcl_id;
210	unsigned int sdbpcl_id;
211	unsigned int flags;
212};
213
214struct __db_associate_reply {
215	/* num return vars: 0 */
216	int status;
217};
218
219struct __db_close_msg {
220	unsigned int dbpcl_id;
221	unsigned int flags;
222};
223
224struct __db_close_reply {
225	/* num return vars: 0 */
226	int status;
227};
228
229struct __db_cursor_msg {
230	unsigned int dbpcl_id;
231	unsigned int txnpcl_id;
232	unsigned int flags;
233};
234
235struct __db_cursor_reply {
236	/* num return vars: 1 */
237	int status;
238	unsigned int dbcidcl_id;
239};
240
241struct __db_del_msg {
242	unsigned int dbpcl_id;
243	unsigned int txnpcl_id;
244	unsigned int keydlen;
245	unsigned int keydoff;
246	unsigned int keyulen;
247	unsigned int keyflags;
248	opaque keydata<>;
249	unsigned int flags;
250};
251
252struct __db_del_reply {
253	/* num return vars: 0 */
254	int status;
255};
256
257struct __db_get_msg {
258	unsigned int dbpcl_id;
259	unsigned int txnpcl_id;
260	unsigned int keydlen;
261	unsigned int keydoff;
262	unsigned int keyulen;
263	unsigned int keyflags;
264	opaque keydata<>;
265	unsigned int datadlen;
266	unsigned int datadoff;
267	unsigned int dataulen;
268	unsigned int dataflags;
269	opaque datadata<>;
270	unsigned int flags;
271};
272
273struct __db_get_reply {
274	/* num return vars: 2 */
275	int status;
276	opaque keydata<>;
277	opaque datadata<>;
278};
279
280struct __db_get_bt_minkey_msg {
281	unsigned int dbpcl_id;
282};
283
284struct __db_get_bt_minkey_reply {
285	/* num return vars: 1 */
286	int status;
287	unsigned int minkey;
288};
289
290struct __db_get_dbname_msg {
291	unsigned int dbpcl_id;
292};
293
294struct __db_get_dbname_reply {
295	/* num return vars: 2 */
296	int status;
297	string filename<>;
298	string dbname<>;
299};
300
301struct __db_get_encrypt_flags_msg {
302	unsigned int dbpcl_id;
303};
304
305struct __db_get_encrypt_flags_reply {
306	/* num return vars: 1 */
307	int status;
308	unsigned int flags;
309};
310
311struct __db_get_flags_msg {
312	unsigned int dbpcl_id;
313};
314
315struct __db_get_flags_reply {
316	/* num return vars: 1 */
317	int status;
318	unsigned int flags;
319};
320
321struct __db_get_h_ffactor_msg {
322	unsigned int dbpcl_id;
323};
324
325struct __db_get_h_ffactor_reply {
326	/* num return vars: 1 */
327	int status;
328	unsigned int ffactor;
329};
330
331struct __db_get_h_nelem_msg {
332	unsigned int dbpcl_id;
333};
334
335struct __db_get_h_nelem_reply {
336	/* num return vars: 1 */
337	int status;
338	unsigned int nelem;
339};
340
341struct __db_get_lorder_msg {
342	unsigned int dbpcl_id;
343};
344
345struct __db_get_lorder_reply {
346	/* num return vars: 1 */
347	int status;
348	unsigned int lorder;
349};
350
351struct __db_get_open_flags_msg {
352	unsigned int dbpcl_id;
353};
354
355struct __db_get_open_flags_reply {
356	/* num return vars: 1 */
357	int status;
358	unsigned int flags;
359};
360
361struct __db_get_pagesize_msg {
362	unsigned int dbpcl_id;
363};
364
365struct __db_get_pagesize_reply {
366	/* num return vars: 1 */
367	int status;
368	unsigned int pagesize;
369};
370
371struct __db_get_priority_msg {
372	unsigned int dbpcl_id;
373};
374
375struct __db_get_priority_reply {
376	/* num return vars: 1 */
377	int status;
378	unsigned int priority;
379};
380
381struct __db_get_q_extentsize_msg {
382	unsigned int dbpcl_id;
383};
384
385struct __db_get_q_extentsize_reply {
386	/* num return vars: 1 */
387	int status;
388	unsigned int extentsize;
389};
390
391struct __db_get_re_delim_msg {
392	unsigned int dbpcl_id;
393};
394
395struct __db_get_re_delim_reply {
396	/* num return vars: 1 */
397	int status;
398	unsigned int delim;
399};
400
401struct __db_get_re_len_msg {
402	unsigned int dbpcl_id;
403};
404
405struct __db_get_re_len_reply {
406	/* num return vars: 1 */
407	int status;
408	unsigned int len;
409};
410
411struct __db_get_re_pad_msg {
412	unsigned int dbpcl_id;
413};
414
415struct __db_get_re_pad_reply {
416	/* num return vars: 1 */
417	int status;
418	unsigned int pad;
419};
420
421struct __db_join_msg {
422	unsigned int dbpcl_id;
423	unsigned int curs<>;
424	unsigned int flags;
425};
426
427struct __db_join_reply {
428	/* num return vars: 1 */
429	int status;
430	unsigned int dbcidcl_id;
431};
432
433struct __db_key_range_msg {
434	unsigned int dbpcl_id;
435	unsigned int txnpcl_id;
436	unsigned int keydlen;
437	unsigned int keydoff;
438	unsigned int keyulen;
439	unsigned int keyflags;
440	opaque keydata<>;
441	unsigned int flags;
442};
443
444struct __db_key_range_reply {
445	/* num return vars: 3 */
446	int status;
447	double less;
448	double equal;
449	double greater;
450};
451
452struct __db_open_msg {
453	unsigned int dbpcl_id;
454	unsigned int txnpcl_id;
455	string name<>;
456	string subdb<>;
457	unsigned int type;
458	unsigned int flags;
459	unsigned int mode;
460};
461
462struct __db_open_reply {
463	/* num return vars: 3 */
464	int status;
465	unsigned int dbcl_id;
466	unsigned int type;
467	unsigned int lorder;
468};
469
470struct __db_pget_msg {
471	unsigned int dbpcl_id;
472	unsigned int txnpcl_id;
473	unsigned int skeydlen;
474	unsigned int skeydoff;
475	unsigned int skeyulen;
476	unsigned int skeyflags;
477	opaque skeydata<>;
478	unsigned int pkeydlen;
479	unsigned int pkeydoff;
480	unsigned int pkeyulen;
481	unsigned int pkeyflags;
482	opaque pkeydata<>;
483	unsigned int datadlen;
484	unsigned int datadoff;
485	unsigned int dataulen;
486	unsigned int dataflags;
487	opaque datadata<>;
488	unsigned int flags;
489};
490
491struct __db_pget_reply {
492	/* num return vars: 3 */
493	int status;
494	opaque skeydata<>;
495	opaque pkeydata<>;
496	opaque datadata<>;
497};
498
499struct __db_put_msg {
500	unsigned int dbpcl_id;
501	unsigned int txnpcl_id;
502	unsigned int keydlen;
503	unsigned int keydoff;
504	unsigned int keyulen;
505	unsigned int keyflags;
506	opaque keydata<>;
507	unsigned int datadlen;
508	unsigned int datadoff;
509	unsigned int dataulen;
510	unsigned int dataflags;
511	opaque datadata<>;
512	unsigned int flags;
513};
514
515struct __db_put_reply {
516	/* num return vars: 1 */
517	int status;
518	opaque keydata<>;
519};
520
521struct __db_remove_msg {
522	unsigned int dbpcl_id;
523	string name<>;
524	string subdb<>;
525	unsigned int flags;
526};
527
528struct __db_remove_reply {
529	/* num return vars: 0 */
530	int status;
531};
532
533struct __db_rename_msg {
534	unsigned int dbpcl_id;
535	string name<>;
536	string subdb<>;
537	string newname<>;
538	unsigned int flags;
539};
540
541struct __db_rename_reply {
542	/* num return vars: 0 */
543	int status;
544};
545
546struct __db_set_bt_minkey_msg {
547	unsigned int dbpcl_id;
548	unsigned int minkey;
549};
550
551struct __db_set_bt_minkey_reply {
552	/* num return vars: 0 */
553	int status;
554};
555
556struct __db_set_encrypt_msg {
557	unsigned int dbpcl_id;
558	string passwd<>;
559	unsigned int flags;
560};
561
562struct __db_set_encrypt_reply {
563	/* num return vars: 0 */
564	int status;
565};
566
567struct __db_set_flags_msg {
568	unsigned int dbpcl_id;
569	unsigned int flags;
570};
571
572struct __db_set_flags_reply {
573	/* num return vars: 0 */
574	int status;
575};
576
577struct __db_set_h_ffactor_msg {
578	unsigned int dbpcl_id;
579	unsigned int ffactor;
580};
581
582struct __db_set_h_ffactor_reply {
583	/* num return vars: 0 */
584	int status;
585};
586
587struct __db_set_h_nelem_msg {
588	unsigned int dbpcl_id;
589	unsigned int nelem;
590};
591
592struct __db_set_h_nelem_reply {
593	/* num return vars: 0 */
594	int status;
595};
596
597struct __db_set_lorder_msg {
598	unsigned int dbpcl_id;
599	unsigned int lorder;
600};
601
602struct __db_set_lorder_reply {
603	/* num return vars: 0 */
604	int status;
605};
606
607struct __db_set_pagesize_msg {
608	unsigned int dbpcl_id;
609	unsigned int pagesize;
610};
611
612struct __db_set_pagesize_reply {
613	/* num return vars: 0 */
614	int status;
615};
616
617struct __db_set_priority_msg {
618	unsigned int dbpcl_id;
619	unsigned int priority;
620};
621
622struct __db_set_priority_reply {
623	/* num return vars: 0 */
624	int status;
625};
626
627struct __db_set_q_extentsize_msg {
628	unsigned int dbpcl_id;
629	unsigned int extentsize;
630};
631
632struct __db_set_q_extentsize_reply {
633	/* num return vars: 0 */
634	int status;
635};
636
637struct __db_set_re_delim_msg {
638	unsigned int dbpcl_id;
639	unsigned int delim;
640};
641
642struct __db_set_re_delim_reply {
643	/* num return vars: 0 */
644	int status;
645};
646
647struct __db_set_re_len_msg {
648	unsigned int dbpcl_id;
649	unsigned int len;
650};
651
652struct __db_set_re_len_reply {
653	/* num return vars: 0 */
654	int status;
655};
656
657struct __db_set_re_pad_msg {
658	unsigned int dbpcl_id;
659	unsigned int pad;
660};
661
662struct __db_set_re_pad_reply {
663	/* num return vars: 0 */
664	int status;
665};
666
667struct __db_stat_msg {
668	unsigned int dbpcl_id;
669	unsigned int txnpcl_id;
670	unsigned int flags;
671};
672
673struct __db_stat_reply {
674	/* num return vars: 1 */
675	int status;
676	unsigned int stats<>;
677};
678
679struct __db_sync_msg {
680	unsigned int dbpcl_id;
681	unsigned int flags;
682};
683
684struct __db_sync_reply {
685	/* num return vars: 0 */
686	int status;
687};
688
689struct __db_truncate_msg {
690	unsigned int dbpcl_id;
691	unsigned int txnpcl_id;
692	unsigned int flags;
693};
694
695struct __db_truncate_reply {
696	/* num return vars: 1 */
697	int status;
698	unsigned int count;
699};
700
701struct __dbc_close_msg {
702	unsigned int dbccl_id;
703};
704
705struct __dbc_close_reply {
706	/* num return vars: 0 */
707	int status;
708};
709
710struct __dbc_count_msg {
711	unsigned int dbccl_id;
712	unsigned int flags;
713};
714
715struct __dbc_count_reply {
716	/* num return vars: 1 */
717	int status;
718	unsigned int dupcount;
719};
720
721struct __dbc_del_msg {
722	unsigned int dbccl_id;
723	unsigned int flags;
724};
725
726struct __dbc_del_reply {
727	/* num return vars: 0 */
728	int status;
729};
730
731struct __dbc_dup_msg {
732	unsigned int dbccl_id;
733	unsigned int flags;
734};
735
736struct __dbc_dup_reply {
737	/* num return vars: 1 */
738	int status;
739	unsigned int dbcidcl_id;
740};
741
742struct __dbc_get_msg {
743	unsigned int dbccl_id;
744	unsigned int keydlen;
745	unsigned int keydoff;
746	unsigned int keyulen;
747	unsigned int keyflags;
748	opaque keydata<>;
749	unsigned int datadlen;
750	unsigned int datadoff;
751	unsigned int dataulen;
752	unsigned int dataflags;
753	opaque datadata<>;
754	unsigned int flags;
755};
756
757struct __dbc_get_reply {
758	/* num return vars: 2 */
759	int status;
760	opaque keydata<>;
761	opaque datadata<>;
762};
763
764struct __dbc_get_priority_msg {
765	unsigned int dbccl_id;
766};
767
768struct __dbc_get_priority_reply {
769	/* num return vars: 1 */
770	int status;
771	unsigned int priority;
772};
773
774struct __dbc_pget_msg {
775	unsigned int dbccl_id;
776	unsigned int skeydlen;
777	unsigned int skeydoff;
778	unsigned int skeyulen;
779	unsigned int skeyflags;
780	opaque skeydata<>;
781	unsigned int pkeydlen;
782	unsigned int pkeydoff;
783	unsigned int pkeyulen;
784	unsigned int pkeyflags;
785	opaque pkeydata<>;
786	unsigned int datadlen;
787	unsigned int datadoff;
788	unsigned int dataulen;
789	unsigned int dataflags;
790	opaque datadata<>;
791	unsigned int flags;
792};
793
794struct __dbc_pget_reply {
795	/* num return vars: 3 */
796	int status;
797	opaque skeydata<>;
798	opaque pkeydata<>;
799	opaque datadata<>;
800};
801
802struct __dbc_put_msg {
803	unsigned int dbccl_id;
804	unsigned int keydlen;
805	unsigned int keydoff;
806	unsigned int keyulen;
807	unsigned int keyflags;
808	opaque keydata<>;
809	unsigned int datadlen;
810	unsigned int datadoff;
811	unsigned int dataulen;
812	unsigned int dataflags;
813	opaque datadata<>;
814	unsigned int flags;
815};
816
817struct __dbc_put_reply {
818	/* num return vars: 1 */
819	int status;
820	opaque keydata<>;
821};
822
823struct __dbc_set_priority_msg {
824	unsigned int dbccl_id;
825	unsigned int priority;
826};
827
828struct __dbc_set_priority_reply {
829	/* num return vars: 0 */
830	int status;
831};
832
833struct __txn_abort_msg {
834	unsigned int txnpcl_id;
835};
836
837struct __txn_abort_reply {
838	/* num return vars: 0 */
839	int status;
840};
841
842struct __txn_commit_msg {
843	unsigned int txnpcl_id;
844	unsigned int flags;
845};
846
847struct __txn_commit_reply {
848	/* num return vars: 0 */
849	int status;
850};
851
852struct __txn_discard_msg {
853	unsigned int txnpcl_id;
854	unsigned int flags;
855};
856
857struct __txn_discard_reply {
858	/* num return vars: 0 */
859	int status;
860};
861
862struct __txn_prepare_msg {
863	unsigned int txnpcl_id;
864	opaque gid[128];
865};
866
867struct __txn_prepare_reply {
868	/* num return vars: 0 */
869	int status;
870};
871program DB_RPC_SERVERPROG {
872	version DB_RPC_SERVERVERS {
873		__env_create_reply __DB_env_create(__env_create_msg) = 1;
874		__env_cdsgroup_begin_reply __DB_env_cdsgroup_begin(__env_cdsgroup_begin_msg) = 2;
875		__env_close_reply __DB_env_close(__env_close_msg) = 3;
876		__env_dbremove_reply __DB_env_dbremove(__env_dbremove_msg) = 4;
877		__env_dbrename_reply __DB_env_dbrename(__env_dbrename_msg) = 5;
878		__env_get_cachesize_reply __DB_env_get_cachesize(__env_get_cachesize_msg) = 6;
879		__env_get_encrypt_flags_reply __DB_env_get_encrypt_flags(__env_get_encrypt_flags_msg) = 7;
880		__env_get_flags_reply __DB_env_get_flags(__env_get_flags_msg) = 8;
881		__env_get_home_reply __DB_env_get_home(__env_get_home_msg) = 9;
882		__env_get_open_flags_reply __DB_env_get_open_flags(__env_get_open_flags_msg) = 10;
883		__env_open_reply __DB_env_open(__env_open_msg) = 11;
884		__env_remove_reply __DB_env_remove(__env_remove_msg) = 12;
885		__env_set_cachesize_reply __DB_env_set_cachesize(__env_set_cachesize_msg) = 13;
886		__env_set_encrypt_reply __DB_env_set_encrypt(__env_set_encrypt_msg) = 14;
887		__env_set_flags_reply __DB_env_set_flags(__env_set_flags_msg) = 15;
888		__env_txn_begin_reply __DB_env_txn_begin(__env_txn_begin_msg) = 16;
889		__env_txn_recover_reply __DB_env_txn_recover(__env_txn_recover_msg) = 17;
890		__db_create_reply __DB_db_create(__db_create_msg) = 18;
891		__db_associate_reply __DB_db_associate(__db_associate_msg) = 19;
892		__db_close_reply __DB_db_close(__db_close_msg) = 20;
893		__db_cursor_reply __DB_db_cursor(__db_cursor_msg) = 21;
894		__db_del_reply __DB_db_del(__db_del_msg) = 22;
895		__db_get_reply __DB_db_get(__db_get_msg) = 23;
896		__db_get_bt_minkey_reply __DB_db_get_bt_minkey(__db_get_bt_minkey_msg) = 24;
897		__db_get_dbname_reply __DB_db_get_dbname(__db_get_dbname_msg) = 25;
898		__db_get_encrypt_flags_reply __DB_db_get_encrypt_flags(__db_get_encrypt_flags_msg) = 26;
899		__db_get_flags_reply __DB_db_get_flags(__db_get_flags_msg) = 27;
900		__db_get_h_ffactor_reply __DB_db_get_h_ffactor(__db_get_h_ffactor_msg) = 28;
901		__db_get_h_nelem_reply __DB_db_get_h_nelem(__db_get_h_nelem_msg) = 29;
902		__db_get_lorder_reply __DB_db_get_lorder(__db_get_lorder_msg) = 30;
903		__db_get_open_flags_reply __DB_db_get_open_flags(__db_get_open_flags_msg) = 31;
904		__db_get_pagesize_reply __DB_db_get_pagesize(__db_get_pagesize_msg) = 32;
905		__db_get_priority_reply __DB_db_get_priority(__db_get_priority_msg) = 33;
906		__db_get_q_extentsize_reply __DB_db_get_q_extentsize(__db_get_q_extentsize_msg) = 34;
907		__db_get_re_delim_reply __DB_db_get_re_delim(__db_get_re_delim_msg) = 35;
908		__db_get_re_len_reply __DB_db_get_re_len(__db_get_re_len_msg) = 36;
909		__db_get_re_pad_reply __DB_db_get_re_pad(__db_get_re_pad_msg) = 37;
910		__db_join_reply __DB_db_join(__db_join_msg) = 38;
911		__db_key_range_reply __DB_db_key_range(__db_key_range_msg) = 39;
912		__db_open_reply __DB_db_open(__db_open_msg) = 40;
913		__db_pget_reply __DB_db_pget(__db_pget_msg) = 41;
914		__db_put_reply __DB_db_put(__db_put_msg) = 42;
915		__db_remove_reply __DB_db_remove(__db_remove_msg) = 43;
916		__db_rename_reply __DB_db_rename(__db_rename_msg) = 44;
917		__db_set_bt_minkey_reply __DB_db_set_bt_minkey(__db_set_bt_minkey_msg) = 45;
918		__db_set_encrypt_reply __DB_db_set_encrypt(__db_set_encrypt_msg) = 46;
919		__db_set_flags_reply __DB_db_set_flags(__db_set_flags_msg) = 47;
920		__db_set_h_ffactor_reply __DB_db_set_h_ffactor(__db_set_h_ffactor_msg) = 48;
921		__db_set_h_nelem_reply __DB_db_set_h_nelem(__db_set_h_nelem_msg) = 49;
922		__db_set_lorder_reply __DB_db_set_lorder(__db_set_lorder_msg) = 50;
923		__db_set_pagesize_reply __DB_db_set_pagesize(__db_set_pagesize_msg) = 51;
924		__db_set_priority_reply __DB_db_set_priority(__db_set_priority_msg) = 52;
925		__db_set_q_extentsize_reply __DB_db_set_q_extentsize(__db_set_q_extentsize_msg) = 53;
926		__db_set_re_delim_reply __DB_db_set_re_delim(__db_set_re_delim_msg) = 54;
927		__db_set_re_len_reply __DB_db_set_re_len(__db_set_re_len_msg) = 55;
928		__db_set_re_pad_reply __DB_db_set_re_pad(__db_set_re_pad_msg) = 56;
929		__db_stat_reply __DB_db_stat(__db_stat_msg) = 57;
930		__db_sync_reply __DB_db_sync(__db_sync_msg) = 58;
931		__db_truncate_reply __DB_db_truncate(__db_truncate_msg) = 59;
932		__dbc_close_reply __DB_dbc_close(__dbc_close_msg) = 60;
933		__dbc_count_reply __DB_dbc_count(__dbc_count_msg) = 61;
934		__dbc_del_reply __DB_dbc_del(__dbc_del_msg) = 62;
935		__dbc_dup_reply __DB_dbc_dup(__dbc_dup_msg) = 63;
936		__dbc_get_reply __DB_dbc_get(__dbc_get_msg) = 64;
937		__dbc_get_priority_reply __DB_dbc_get_priority(__dbc_get_priority_msg) = 65;
938		__dbc_pget_reply __DB_dbc_pget(__dbc_pget_msg) = 66;
939		__dbc_put_reply __DB_dbc_put(__dbc_put_msg) = 67;
940		__dbc_set_priority_reply __DB_dbc_set_priority(__dbc_set_priority_msg) = 68;
941		__txn_abort_reply __DB_txn_abort(__txn_abort_msg) = 69;
942		__txn_commit_reply __DB_txn_commit(__txn_commit_msg) = 70;
943		__txn_discard_reply __DB_txn_discard(__txn_discard_msg) = 71;
944		__txn_prepare_reply __DB_txn_prepare(__txn_prepare_msg) = 72;
945	} = 4007;
946} = 351457;
947