File: db_server_proc.sed

package info (click to toggle)
evolution-data-server 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 39,504 kB
  • ctags: 26,423
  • sloc: ansic: 175,347; tcl: 30,499; sh: 20,699; perl: 11,320; xml: 9,039; java: 7,653; cpp: 6,029; makefile: 4,866; awk: 1,338; yacc: 1,103; sed: 772; cs: 505; lex: 134; asm: 14
file content (772 lines) | stat: -rw-r--r-- 23,008 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
/^\/\* BEGIN __env_cachesize_proc/,/^\/\* END __env_cachesize_proc/c\
/* BEGIN __env_cachesize_proc */\
/*\
\ * PUBLIC: void __env_cachesize_proc __P((long, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, __env_cachesize_reply *));\
\ */\
void\
__env_cachesize_proc(dbenvcl_id, gbytes, bytes,\
\	\	ncache, replyp)\
\	long dbenvcl_id;\
\	u_int32_t gbytes;\
\	u_int32_t bytes;\
\	u_int32_t ncache;\
\	__env_cachesize_reply *replyp;\
/* END __env_cachesize_proc */
/^\/\* BEGIN __env_close_proc/,/^\/\* END __env_close_proc/c\
/* BEGIN __env_close_proc */\
/*\
\ * PUBLIC: void __env_close_proc __P((long, u_int32_t, __env_close_reply *));\
\ */\
void\
__env_close_proc(dbenvcl_id, flags, replyp)\
\	long dbenvcl_id;\
\	u_int32_t flags;\
\	__env_close_reply *replyp;\
/* END __env_close_proc */
/^\/\* BEGIN __env_create_proc/,/^\/\* END __env_create_proc/c\
/* BEGIN __env_create_proc */\
/*\
\ * PUBLIC: void __env_create_proc __P((u_int32_t, __env_create_reply *));\
\ */\
void\
__env_create_proc(timeout, replyp)\
\	u_int32_t timeout;\
\	__env_create_reply *replyp;\
/* END __env_create_proc */
/^\/\* BEGIN __env_dbremove_proc/,/^\/\* END __env_dbremove_proc/c\
/* BEGIN __env_dbremove_proc */\
/*\
\ * PUBLIC: void __env_dbremove_proc __P((long, long, char *, char *, u_int32_t,\
\ * PUBLIC:      __env_dbremove_reply *));\
\ */\
void\
__env_dbremove_proc(dbenvcl_id, txnpcl_id, name,\
\	\	subdb, flags, replyp)\
\	long dbenvcl_id;\
\	long txnpcl_id;\
\	char *name;\
\	char *subdb;\
\	u_int32_t flags;\
\	__env_dbremove_reply *replyp;\
/* END __env_dbremove_proc */
/^\/\* BEGIN __env_dbrename_proc/,/^\/\* END __env_dbrename_proc/c\
/* BEGIN __env_dbrename_proc */\
/*\
\ * PUBLIC: void __env_dbrename_proc __P((long, long, char *, char *, char *,\
\ * PUBLIC:      u_int32_t, __env_dbrename_reply *));\
\ */\
void\
__env_dbrename_proc(dbenvcl_id, txnpcl_id, name,\
\	\	subdb, newname, flags, replyp)\
\	long dbenvcl_id;\
\	long txnpcl_id;\
\	char *name;\
\	char *subdb;\
\	char *newname;\
\	u_int32_t flags;\
\	__env_dbrename_reply *replyp;\
/* END __env_dbrename_proc */
/^\/\* BEGIN __env_encrypt_proc/,/^\/\* END __env_encrypt_proc/c\
/* BEGIN __env_encrypt_proc */\
/*\
\ * PUBLIC: void __env_encrypt_proc __P((long, char *, u_int32_t,\
\ * PUBLIC:      __env_encrypt_reply *));\
\ */\
void\
__env_encrypt_proc(dbenvcl_id, passwd, flags, replyp)\
\	long dbenvcl_id;\
\	char *passwd;\
\	u_int32_t flags;\
\	__env_encrypt_reply *replyp;\
/* END __env_encrypt_proc */
/^\/\* BEGIN __env_flags_proc/,/^\/\* END __env_flags_proc/c\
/* BEGIN __env_flags_proc */\
/*\
\ * PUBLIC: void __env_flags_proc __P((long, u_int32_t, u_int32_t,\
\ * PUBLIC:      __env_flags_reply *));\
\ */\
void\
__env_flags_proc(dbenvcl_id, flags, onoff, replyp)\
\	long dbenvcl_id;\
\	u_int32_t flags;\
\	u_int32_t onoff;\
\	__env_flags_reply *replyp;\
/* END __env_flags_proc */
/^\/\* BEGIN __env_open_proc/,/^\/\* END __env_open_proc/c\
/* BEGIN __env_open_proc */\
/*\
\ * PUBLIC: void __env_open_proc __P((long, char *, u_int32_t, u_int32_t,\
\ * PUBLIC:      __env_open_reply *));\
\ */\
void\
__env_open_proc(dbenvcl_id, home, flags,\
\	\	mode, replyp)\
\	long dbenvcl_id;\
\	char *home;\
\	u_int32_t flags;\
\	u_int32_t mode;\
\	__env_open_reply *replyp;\
/* END __env_open_proc */
/^\/\* BEGIN __env_remove_proc/,/^\/\* END __env_remove_proc/c\
/* BEGIN __env_remove_proc */\
/*\
\ * PUBLIC: void __env_remove_proc __P((long, char *, u_int32_t,\
\ * PUBLIC:      __env_remove_reply *));\
\ */\
void\
__env_remove_proc(dbenvcl_id, home, flags, replyp)\
\	long dbenvcl_id;\
\	char *home;\
\	u_int32_t flags;\
\	__env_remove_reply *replyp;\
/* END __env_remove_proc */
/^\/\* BEGIN __txn_abort_proc/,/^\/\* END __txn_abort_proc/c\
/* BEGIN __txn_abort_proc */\
/*\
\ * PUBLIC: void __txn_abort_proc __P((long, __txn_abort_reply *));\
\ */\
void\
__txn_abort_proc(txnpcl_id, replyp)\
\	long txnpcl_id;\
\	__txn_abort_reply *replyp;\
/* END __txn_abort_proc */
/^\/\* BEGIN __txn_begin_proc/,/^\/\* END __txn_begin_proc/c\
/* BEGIN __txn_begin_proc */\
/*\
\ * PUBLIC: void __txn_begin_proc __P((long, long, u_int32_t,\
\ * PUBLIC:      __txn_begin_reply *));\
\ */\
void\
__txn_begin_proc(dbenvcl_id, parentcl_id,\
\	\	flags, replyp)\
\	long dbenvcl_id;\
\	long parentcl_id;\
\	u_int32_t flags;\
\	__txn_begin_reply *replyp;\
/* END __txn_begin_proc */
/^\/\* BEGIN __txn_commit_proc/,/^\/\* END __txn_commit_proc/c\
/* BEGIN __txn_commit_proc */\
/*\
\ * PUBLIC: void __txn_commit_proc __P((long, u_int32_t,\
\ * PUBLIC:      __txn_commit_reply *));\
\ */\
void\
__txn_commit_proc(txnpcl_id, flags, replyp)\
\	long txnpcl_id;\
\	u_int32_t flags;\
\	__txn_commit_reply *replyp;\
/* END __txn_commit_proc */
/^\/\* BEGIN __txn_discard_proc/,/^\/\* END __txn_discard_proc/c\
/* BEGIN __txn_discard_proc */\
/*\
\ * PUBLIC: void __txn_discard_proc __P((long, u_int32_t,\
\ * PUBLIC:      __txn_discard_reply *));\
\ */\
void\
__txn_discard_proc(txnpcl_id, flags, replyp)\
\	long txnpcl_id;\
\	u_int32_t flags;\
\	__txn_discard_reply *replyp;\
/* END __txn_discard_proc */
/^\/\* BEGIN __txn_prepare_proc/,/^\/\* END __txn_prepare_proc/c\
/* BEGIN __txn_prepare_proc */\
/*\
\ * PUBLIC: void __txn_prepare_proc __P((long, u_int8_t *,\
\ * PUBLIC:      __txn_prepare_reply *));\
\ */\
void\
__txn_prepare_proc(txnpcl_id, gid, replyp)\
\	long txnpcl_id;\
\	u_int8_t *gid;\
\	__txn_prepare_reply *replyp;\
/* END __txn_prepare_proc */
/^\/\* BEGIN __txn_recover_proc/,/^\/\* END __txn_recover_proc/c\
/* BEGIN __txn_recover_proc */\
/*\
\ * PUBLIC: void __txn_recover_proc __P((long, u_int32_t, u_int32_t,\
\ * PUBLIC:      __txn_recover_reply *, int *));\
\ */\
void\
__txn_recover_proc(dbenvcl_id, count,\
\	\	flags, replyp, freep)\
\	long dbenvcl_id;\
\	u_int32_t count;\
\	u_int32_t flags;\
\	__txn_recover_reply *replyp;\
\	int * freep;\
/* END __txn_recover_proc */
/^\/\* BEGIN __db_associate_proc/,/^\/\* END __db_associate_proc/c\
/* BEGIN __db_associate_proc */\
/*\
\ * PUBLIC: void __db_associate_proc __P((long, long, long, u_int32_t,\
\ * PUBLIC:      __db_associate_reply *));\
\ */\
void\
__db_associate_proc(dbpcl_id, txnpcl_id, sdbpcl_id,\
\	\	flags, replyp)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	long sdbpcl_id;\
\	u_int32_t flags;\
\	__db_associate_reply *replyp;\
/* END __db_associate_proc */
/^\/\* BEGIN __db_bt_maxkey_proc/,/^\/\* END __db_bt_maxkey_proc/c\
/* BEGIN __db_bt_maxkey_proc */\
/*\
\ * PUBLIC: void __db_bt_maxkey_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_bt_maxkey_reply *));\
\ */\
void\
__db_bt_maxkey_proc(dbpcl_id, maxkey, replyp)\
\	long dbpcl_id;\
\	u_int32_t maxkey;\
\	__db_bt_maxkey_reply *replyp;\
/* END __db_bt_maxkey_proc */
/^\/\* BEGIN __db_bt_minkey_proc/,/^\/\* END __db_bt_minkey_proc/c\
/* BEGIN __db_bt_minkey_proc */\
/*\
\ * PUBLIC: void __db_bt_minkey_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_bt_minkey_reply *));\
\ */\
void\
__db_bt_minkey_proc(dbpcl_id, minkey, replyp)\
\	long dbpcl_id;\
\	u_int32_t minkey;\
\	__db_bt_minkey_reply *replyp;\
/* END __db_bt_minkey_proc */
/^\/\* BEGIN __db_close_proc/,/^\/\* END __db_close_proc/c\
/* BEGIN __db_close_proc */\
/*\
\ * PUBLIC: void __db_close_proc __P((long, u_int32_t, __db_close_reply *));\
\ */\
void\
__db_close_proc(dbpcl_id, flags, replyp)\
\	long dbpcl_id;\
\	u_int32_t flags;\
\	__db_close_reply *replyp;\
/* END __db_close_proc */
/^\/\* BEGIN __db_create_proc/,/^\/\* END __db_create_proc/c\
/* BEGIN __db_create_proc */\
/*\
\ * PUBLIC: void __db_create_proc __P((long, u_int32_t, __db_create_reply *));\
\ */\
void\
__db_create_proc(dbenvcl_id, flags, replyp)\
\	long dbenvcl_id;\
\	u_int32_t flags;\
\	__db_create_reply *replyp;\
/* END __db_create_proc */
/^\/\* BEGIN __db_del_proc/,/^\/\* END __db_del_proc/c\
/* BEGIN __db_del_proc */\
/*\
\ * PUBLIC: void __db_del_proc __P((long, long, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, __db_del_reply *));\
\ */\
void\
__db_del_proc(dbpcl_id, txnpcl_id, keydlen,\
\	\	keydoff, keyulen, keyflags, keydata,\
\	\	keysize, flags, replyp)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t keydlen;\
\	u_int32_t keydoff;\
\	u_int32_t keyulen;\
\	u_int32_t keyflags;\
\	void *keydata;\
\	u_int32_t keysize;\
\	u_int32_t flags;\
\	__db_del_reply *replyp;\
/* END __db_del_proc */
/^\/\* BEGIN __db_encrypt_proc/,/^\/\* END __db_encrypt_proc/c\
/* BEGIN __db_encrypt_proc */\
/*\
\ * PUBLIC: void __db_encrypt_proc __P((long, char *, u_int32_t,\
\ * PUBLIC:      __db_encrypt_reply *));\
\ */\
void\
__db_encrypt_proc(dbpcl_id, passwd, flags, replyp)\
\	long dbpcl_id;\
\	char *passwd;\
\	u_int32_t flags;\
\	__db_encrypt_reply *replyp;\
/* END __db_encrypt_proc */
/^\/\* BEGIN __db_extentsize_proc/,/^\/\* END __db_extentsize_proc/c\
/* BEGIN __db_extentsize_proc */\
/*\
\ * PUBLIC: void __db_extentsize_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_extentsize_reply *));\
\ */\
void\
__db_extentsize_proc(dbpcl_id, extentsize, replyp)\
\	long dbpcl_id;\
\	u_int32_t extentsize;\
\	__db_extentsize_reply *replyp;\
/* END __db_extentsize_proc */
/^\/\* BEGIN __db_flags_proc/,/^\/\* END __db_flags_proc/c\
/* BEGIN __db_flags_proc */\
/*\
\ * PUBLIC: void __db_flags_proc __P((long, u_int32_t, __db_flags_reply *));\
\ */\
void\
__db_flags_proc(dbpcl_id, flags, replyp)\
\	long dbpcl_id;\
\	u_int32_t flags;\
\	__db_flags_reply *replyp;\
/* END __db_flags_proc */
/^\/\* BEGIN __db_get_proc/,/^\/\* END __db_get_proc/c\
/* BEGIN __db_get_proc */\
/*\
\ * PUBLIC: void __db_get_proc __P((long, long, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *,\
\ * PUBLIC:      u_int32_t, u_int32_t, __db_get_reply *, int *));\
\ */\
void\
__db_get_proc(dbpcl_id, txnpcl_id, keydlen,\
\	\	keydoff, keyulen, keyflags, keydata,\
\	\	keysize, datadlen, datadoff, dataulen,\
\	\	dataflags, datadata, datasize, flags, replyp, freep)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t keydlen;\
\	u_int32_t keydoff;\
\	u_int32_t keyulen;\
\	u_int32_t keyflags;\
\	void *keydata;\
\	u_int32_t keysize;\
\	u_int32_t datadlen;\
\	u_int32_t datadoff;\
\	u_int32_t dataulen;\
\	u_int32_t dataflags;\
\	void *datadata;\
\	u_int32_t datasize;\
\	u_int32_t flags;\
\	__db_get_reply *replyp;\
\	int * freep;\
/* END __db_get_proc */
/^\/\* BEGIN __db_h_ffactor_proc/,/^\/\* END __db_h_ffactor_proc/c\
/* BEGIN __db_h_ffactor_proc */\
/*\
\ * PUBLIC: void __db_h_ffactor_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_h_ffactor_reply *));\
\ */\
void\
__db_h_ffactor_proc(dbpcl_id, ffactor, replyp)\
\	long dbpcl_id;\
\	u_int32_t ffactor;\
\	__db_h_ffactor_reply *replyp;\
/* END __db_h_ffactor_proc */
/^\/\* BEGIN __db_h_nelem_proc/,/^\/\* END __db_h_nelem_proc/c\
/* BEGIN __db_h_nelem_proc */\
/*\
\ * PUBLIC: void __db_h_nelem_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_h_nelem_reply *));\
\ */\
void\
__db_h_nelem_proc(dbpcl_id, nelem, replyp)\
\	long dbpcl_id;\
\	u_int32_t nelem;\
\	__db_h_nelem_reply *replyp;\
/* END __db_h_nelem_proc */
/^\/\* BEGIN __db_key_range_proc/,/^\/\* END __db_key_range_proc/c\
/* BEGIN __db_key_range_proc */\
/*\
\ * PUBLIC: void __db_key_range_proc __P((long, long, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, u_int32_t, void *, u_int32_t, u_int32_t, __db_key_range_reply *));\
\ */\
void\
__db_key_range_proc(dbpcl_id, txnpcl_id, keydlen,\
\	\	keydoff, keyulen, keyflags, keydata,\
\	\	keysize, flags, replyp)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t keydlen;\
\	u_int32_t keydoff;\
\	u_int32_t keyulen;\
\	u_int32_t keyflags;\
\	void *keydata;\
\	u_int32_t keysize;\
\	u_int32_t flags;\
\	__db_key_range_reply *replyp;\
/* END __db_key_range_proc */
/^\/\* BEGIN __db_lorder_proc/,/^\/\* END __db_lorder_proc/c\
/* BEGIN __db_lorder_proc */\
/*\
\ * PUBLIC: void __db_lorder_proc __P((long, u_int32_t, __db_lorder_reply *));\
\ */\
void\
__db_lorder_proc(dbpcl_id, lorder, replyp)\
\	long dbpcl_id;\
\	u_int32_t lorder;\
\	__db_lorder_reply *replyp;\
/* END __db_lorder_proc */
/^\/\* BEGIN __db_open_proc/,/^\/\* END __db_open_proc/c\
/* BEGIN __db_open_proc */\
/*\
\ * PUBLIC: void __db_open_proc __P((long, long, char *, char *, u_int32_t,\
\ * PUBLIC:      u_int32_t, u_int32_t, __db_open_reply *));\
\ */\
void\
__db_open_proc(dbpcl_id, txnpcl_id, name,\
\	\	subdb, type, flags, mode, replyp)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	char *name;\
\	char *subdb;\
\	u_int32_t type;\
\	u_int32_t flags;\
\	u_int32_t mode;\
\	__db_open_reply *replyp;\
/* END __db_open_proc */
/^\/\* BEGIN __db_pagesize_proc/,/^\/\* END __db_pagesize_proc/c\
/* BEGIN __db_pagesize_proc */\
/*\
\ * PUBLIC: void __db_pagesize_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_pagesize_reply *));\
\ */\
void\
__db_pagesize_proc(dbpcl_id, pagesize, replyp)\
\	long dbpcl_id;\
\	u_int32_t pagesize;\
\	__db_pagesize_reply *replyp;\
/* END __db_pagesize_proc */
/^\/\* BEGIN __db_pget_proc/,/^\/\* END __db_pget_proc/c\
/* BEGIN __db_pget_proc */\
/*\
\ * PUBLIC: void __db_pget_proc __P((long, long, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *,\
\ * PUBLIC:      u_int32_t, u_int32_t, __db_pget_reply *, int *));\
\ */\
void\
__db_pget_proc(dbpcl_id, txnpcl_id, skeydlen,\
\	\	skeydoff, skeyulen, skeyflags, skeydata,\
\	\	skeysize, pkeydlen, pkeydoff, pkeyulen,\
\	\	pkeyflags, pkeydata, pkeysize, datadlen,\
\	\	datadoff, dataulen, dataflags, datadata,\
\	\	datasize, flags, replyp, freep)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t skeydlen;\
\	u_int32_t skeydoff;\
\	u_int32_t skeyulen;\
\	u_int32_t skeyflags;\
\	void *skeydata;\
\	u_int32_t skeysize;\
\	u_int32_t pkeydlen;\
\	u_int32_t pkeydoff;\
\	u_int32_t pkeyulen;\
\	u_int32_t pkeyflags;\
\	void *pkeydata;\
\	u_int32_t pkeysize;\
\	u_int32_t datadlen;\
\	u_int32_t datadoff;\
\	u_int32_t dataulen;\
\	u_int32_t dataflags;\
\	void *datadata;\
\	u_int32_t datasize;\
\	u_int32_t flags;\
\	__db_pget_reply *replyp;\
\	int * freep;\
/* END __db_pget_proc */
/^\/\* BEGIN __db_put_proc/,/^\/\* END __db_put_proc/c\
/* BEGIN __db_put_proc */\
/*\
\ * PUBLIC: void __db_put_proc __P((long, long, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *,\
\ * PUBLIC:      u_int32_t, u_int32_t, __db_put_reply *, int *));\
\ */\
void\
__db_put_proc(dbpcl_id, txnpcl_id, keydlen,\
\	\	keydoff, keyulen, keyflags, keydata,\
\	\	keysize, datadlen, datadoff, dataulen,\
\	\	dataflags, datadata, datasize, flags, replyp, freep)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t keydlen;\
\	u_int32_t keydoff;\
\	u_int32_t keyulen;\
\	u_int32_t keyflags;\
\	void *keydata;\
\	u_int32_t keysize;\
\	u_int32_t datadlen;\
\	u_int32_t datadoff;\
\	u_int32_t dataulen;\
\	u_int32_t dataflags;\
\	void *datadata;\
\	u_int32_t datasize;\
\	u_int32_t flags;\
\	__db_put_reply *replyp;\
\	int * freep;\
/* END __db_put_proc */
/^\/\* BEGIN __db_re_delim_proc/,/^\/\* END __db_re_delim_proc/c\
/* BEGIN __db_re_delim_proc */\
/*\
\ * PUBLIC: void __db_re_delim_proc __P((long, u_int32_t,\
\ * PUBLIC:      __db_re_delim_reply *));\
\ */\
void\
__db_re_delim_proc(dbpcl_id, delim, replyp)\
\	long dbpcl_id;\
\	u_int32_t delim;\
\	__db_re_delim_reply *replyp;\
/* END __db_re_delim_proc */
/^\/\* BEGIN __db_re_len_proc/,/^\/\* END __db_re_len_proc/c\
/* BEGIN __db_re_len_proc */\
/*\
\ * PUBLIC: void __db_re_len_proc __P((long, u_int32_t, __db_re_len_reply *));\
\ */\
void\
__db_re_len_proc(dbpcl_id, len, replyp)\
\	long dbpcl_id;\
\	u_int32_t len;\
\	__db_re_len_reply *replyp;\
/* END __db_re_len_proc */
/^\/\* BEGIN __db_re_pad_proc/,/^\/\* END __db_re_pad_proc/c\
/* BEGIN __db_re_pad_proc */\
/*\
\ * PUBLIC: void __db_re_pad_proc __P((long, u_int32_t, __db_re_pad_reply *));\
\ */\
void\
__db_re_pad_proc(dbpcl_id, pad, replyp)\
\	long dbpcl_id;\
\	u_int32_t pad;\
\	__db_re_pad_reply *replyp;\
/* END __db_re_pad_proc */
/^\/\* BEGIN __db_remove_proc/,/^\/\* END __db_remove_proc/c\
/* BEGIN __db_remove_proc */\
/*\
\ * PUBLIC: void __db_remove_proc __P((long, char *, char *, u_int32_t,\
\ * PUBLIC:      __db_remove_reply *));\
\ */\
void\
__db_remove_proc(dbpcl_id, name, subdb,\
\	\	flags, replyp)\
\	long dbpcl_id;\
\	char *name;\
\	char *subdb;\
\	u_int32_t flags;\
\	__db_remove_reply *replyp;\
/* END __db_remove_proc */
/^\/\* BEGIN __db_rename_proc/,/^\/\* END __db_rename_proc/c\
/* BEGIN __db_rename_proc */\
/*\
\ * PUBLIC: void __db_rename_proc __P((long, char *, char *, char *, u_int32_t,\
\ * PUBLIC:      __db_rename_reply *));\
\ */\
void\
__db_rename_proc(dbpcl_id, name, subdb,\
\	\	newname, flags, replyp)\
\	long dbpcl_id;\
\	char *name;\
\	char *subdb;\
\	char *newname;\
\	u_int32_t flags;\
\	__db_rename_reply *replyp;\
/* END __db_rename_proc */
/^\/\* BEGIN __db_stat_proc/,/^\/\* END __db_stat_proc/c\
/* BEGIN __db_stat_proc */\
/*\
\ * PUBLIC: void __db_stat_proc __P((long, u_int32_t, __db_stat_reply *,\
\ * PUBLIC:      int *));\
\ */\
void\
__db_stat_proc(dbpcl_id, flags, replyp, freep)\
\	long dbpcl_id;\
\	u_int32_t flags;\
\	__db_stat_reply *replyp;\
\	int * freep;\
/* END __db_stat_proc */
/^\/\* BEGIN __db_sync_proc/,/^\/\* END __db_sync_proc/c\
/* BEGIN __db_sync_proc */\
/*\
\ * PUBLIC: void __db_sync_proc __P((long, u_int32_t, __db_sync_reply *));\
\ */\
void\
__db_sync_proc(dbpcl_id, flags, replyp)\
\	long dbpcl_id;\
\	u_int32_t flags;\
\	__db_sync_reply *replyp;\
/* END __db_sync_proc */
/^\/\* BEGIN __db_truncate_proc/,/^\/\* END __db_truncate_proc/c\
/* BEGIN __db_truncate_proc */\
/*\
\ * PUBLIC: void __db_truncate_proc __P((long, long, u_int32_t,\
\ * PUBLIC:      __db_truncate_reply *));\
\ */\
void\
__db_truncate_proc(dbpcl_id, txnpcl_id,\
\	\	flags, replyp)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t flags;\
\	__db_truncate_reply *replyp;\
/* END __db_truncate_proc */
/^\/\* BEGIN __db_cursor_proc/,/^\/\* END __db_cursor_proc/c\
/* BEGIN __db_cursor_proc */\
/*\
\ * PUBLIC: void __db_cursor_proc __P((long, long, u_int32_t,\
\ * PUBLIC:      __db_cursor_reply *));\
\ */\
void\
__db_cursor_proc(dbpcl_id, txnpcl_id,\
\	\	flags, replyp)\
\	long dbpcl_id;\
\	long txnpcl_id;\
\	u_int32_t flags;\
\	__db_cursor_reply *replyp;\
/* END __db_cursor_proc */
/^\/\* BEGIN __db_join_proc/,/^\/\* END __db_join_proc/c\
/* BEGIN __db_join_proc */\
/*\
\ * PUBLIC: void __db_join_proc __P((long, u_int32_t *, u_int32_t, u_int32_t,\
\ * PUBLIC:      __db_join_reply *));\
\ */\
void\
__db_join_proc(dbpcl_id, curs, curslen,\
\	\	flags, replyp)\
\	long dbpcl_id;\
\	u_int32_t * curs;\
\	u_int32_t curslen;\
\	u_int32_t flags;\
\	__db_join_reply *replyp;\
/* END __db_join_proc */
/^\/\* BEGIN __dbc_close_proc/,/^\/\* END __dbc_close_proc/c\
/* BEGIN __dbc_close_proc */\
/*\
\ * PUBLIC: void __dbc_close_proc __P((long, __dbc_close_reply *));\
\ */\
void\
__dbc_close_proc(dbccl_id, replyp)\
\	long dbccl_id;\
\	__dbc_close_reply *replyp;\
/* END __dbc_close_proc */
/^\/\* BEGIN __dbc_count_proc/,/^\/\* END __dbc_count_proc/c\
/* BEGIN __dbc_count_proc */\
/*\
\ * PUBLIC: void __dbc_count_proc __P((long, u_int32_t, __dbc_count_reply *));\
\ */\
void\
__dbc_count_proc(dbccl_id, flags, replyp)\
\	long dbccl_id;\
\	u_int32_t flags;\
\	__dbc_count_reply *replyp;\
/* END __dbc_count_proc */
/^\/\* BEGIN __dbc_del_proc/,/^\/\* END __dbc_del_proc/c\
/* BEGIN __dbc_del_proc */\
/*\
\ * PUBLIC: void __dbc_del_proc __P((long, u_int32_t, __dbc_del_reply *));\
\ */\
void\
__dbc_del_proc(dbccl_id, flags, replyp)\
\	long dbccl_id;\
\	u_int32_t flags;\
\	__dbc_del_reply *replyp;\
/* END __dbc_del_proc */
/^\/\* BEGIN __dbc_dup_proc/,/^\/\* END __dbc_dup_proc/c\
/* BEGIN __dbc_dup_proc */\
/*\
\ * PUBLIC: void __dbc_dup_proc __P((long, u_int32_t, __dbc_dup_reply *));\
\ */\
void\
__dbc_dup_proc(dbccl_id, flags, replyp)\
\	long dbccl_id;\
\	u_int32_t flags;\
\	__dbc_dup_reply *replyp;\
/* END __dbc_dup_proc */
/^\/\* BEGIN __dbc_get_proc/,/^\/\* END __dbc_get_proc/c\
/* BEGIN __dbc_get_proc */\
/*\
\ * PUBLIC: void __dbc_get_proc __P((long, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *,\
\ * PUBLIC:      u_int32_t, u_int32_t, __dbc_get_reply *, int *));\
\ */\
void\
__dbc_get_proc(dbccl_id, keydlen, keydoff,\
\	\	keyulen, keyflags, keydata, keysize,\
\	\	datadlen, datadoff, dataulen, dataflags,\
\	\	datadata, datasize, flags, replyp, freep)\
\	long dbccl_id;\
\	u_int32_t keydlen;\
\	u_int32_t keydoff;\
\	u_int32_t keyulen;\
\	u_int32_t keyflags;\
\	void *keydata;\
\	u_int32_t keysize;\
\	u_int32_t datadlen;\
\	u_int32_t datadoff;\
\	u_int32_t dataulen;\
\	u_int32_t dataflags;\
\	void *datadata;\
\	u_int32_t datasize;\
\	u_int32_t flags;\
\	__dbc_get_reply *replyp;\
\	int * freep;\
/* END __dbc_get_proc */
/^\/\* BEGIN __dbc_pget_proc/,/^\/\* END __dbc_pget_proc/c\
/* BEGIN __dbc_pget_proc */\
/*\
\ * PUBLIC: void __dbc_pget_proc __P((long, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *,\
\ * PUBLIC:      u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *, u_int32_t,\
\ * PUBLIC:      u_int32_t, __dbc_pget_reply *, int *));\
\ */\
void\
__dbc_pget_proc(dbccl_id, skeydlen, skeydoff,\
\	\	skeyulen, skeyflags, skeydata, skeysize,\
\	\	pkeydlen, pkeydoff, pkeyulen, pkeyflags,\
\	\	pkeydata, pkeysize, datadlen, datadoff,\
\	\	dataulen, dataflags, datadata, datasize,\
\	\	flags, replyp, freep)\
\	long dbccl_id;\
\	u_int32_t skeydlen;\
\	u_int32_t skeydoff;\
\	u_int32_t skeyulen;\
\	u_int32_t skeyflags;\
\	void *skeydata;\
\	u_int32_t skeysize;\
\	u_int32_t pkeydlen;\
\	u_int32_t pkeydoff;\
\	u_int32_t pkeyulen;\
\	u_int32_t pkeyflags;\
\	void *pkeydata;\
\	u_int32_t pkeysize;\
\	u_int32_t datadlen;\
\	u_int32_t datadoff;\
\	u_int32_t dataulen;\
\	u_int32_t dataflags;\
\	void *datadata;\
\	u_int32_t datasize;\
\	u_int32_t flags;\
\	__dbc_pget_reply *replyp;\
\	int * freep;\
/* END __dbc_pget_proc */
/^\/\* BEGIN __dbc_put_proc/,/^\/\* END __dbc_put_proc/c\
/* BEGIN __dbc_put_proc */\
/*\
\ * PUBLIC: void __dbc_put_proc __P((long, u_int32_t, u_int32_t, u_int32_t,\
\ * PUBLIC:      u_int32_t, void *, u_int32_t, u_int32_t, u_int32_t, u_int32_t, u_int32_t, void *,\
\ * PUBLIC:      u_int32_t, u_int32_t, __dbc_put_reply *, int *));\
\ */\
void\
__dbc_put_proc(dbccl_id, keydlen, keydoff,\
\	\	keyulen, keyflags, keydata, keysize,\
\	\	datadlen, datadoff, dataulen, dataflags,\
\	\	datadata, datasize, flags, replyp, freep)\
\	long dbccl_id;\
\	u_int32_t keydlen;\
\	u_int32_t keydoff;\
\	u_int32_t keyulen;\
\	u_int32_t keyflags;\
\	void *keydata;\
\	u_int32_t keysize;\
\	u_int32_t datadlen;\
\	u_int32_t datadoff;\
\	u_int32_t dataulen;\
\	u_int32_t dataflags;\
\	void *datadata;\
\	u_int32_t datasize;\
\	u_int32_t flags;\
\	__dbc_put_reply *replyp;\
\	int * freep;\
/* END __dbc_put_proc */