File: qdbm_Depot.h

package info (click to toggle)
qdbm 1.8.78-6.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 6,952 kB
  • ctags: 5,454
  • sloc: ansic: 31,454; cpp: 3,623; perl: 2,167; java: 2,079; ruby: 1,690; makefile: 1,318; sh: 396
file content (292 lines) | stat: -rw-r--r-- 6,323 bytes parent folder | download | duplicates (10)
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
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class qdbm_Depot */

#ifndef _Included_qdbm_Depot
#define _Included_qdbm_Depot
#ifdef __cplusplus
extern "C" {
#endif
#undef qdbm_Depot_ENOERR
#define qdbm_Depot_ENOERR 0L
#undef qdbm_Depot_EFATAL
#define qdbm_Depot_EFATAL 1L
#undef qdbm_Depot_EMODE
#define qdbm_Depot_EMODE 2L
#undef qdbm_Depot_EBROKEN
#define qdbm_Depot_EBROKEN 3L
#undef qdbm_Depot_EKEEP
#define qdbm_Depot_EKEEP 4L
#undef qdbm_Depot_ENOITEM
#define qdbm_Depot_ENOITEM 5L
#undef qdbm_Depot_EALLOC
#define qdbm_Depot_EALLOC 6L
#undef qdbm_Depot_EMAP
#define qdbm_Depot_EMAP 7L
#undef qdbm_Depot_EOPEN
#define qdbm_Depot_EOPEN 8L
#undef qdbm_Depot_ECLOSE
#define qdbm_Depot_ECLOSE 9L
#undef qdbm_Depot_ETRUNC
#define qdbm_Depot_ETRUNC 10L
#undef qdbm_Depot_ESYNC
#define qdbm_Depot_ESYNC 11L
#undef qdbm_Depot_ESTAT
#define qdbm_Depot_ESTAT 12L
#undef qdbm_Depot_ESEEK
#define qdbm_Depot_ESEEK 13L
#undef qdbm_Depot_EREAD
#define qdbm_Depot_EREAD 14L
#undef qdbm_Depot_EWRITE
#define qdbm_Depot_EWRITE 15L
#undef qdbm_Depot_ELOCK
#define qdbm_Depot_ELOCK 16L
#undef qdbm_Depot_EUNLINK
#define qdbm_Depot_EUNLINK 17L
#undef qdbm_Depot_EMKDIR
#define qdbm_Depot_EMKDIR 18L
#undef qdbm_Depot_ERMDIR
#define qdbm_Depot_ERMDIR 19L
#undef qdbm_Depot_EMISC
#define qdbm_Depot_EMISC 20L
#undef qdbm_Depot_OREADER
#define qdbm_Depot_OREADER 1L
#undef qdbm_Depot_OWRITER
#define qdbm_Depot_OWRITER 2L
#undef qdbm_Depot_OCREAT
#define qdbm_Depot_OCREAT 4L
#undef qdbm_Depot_OTRUNC
#define qdbm_Depot_OTRUNC 8L
#undef qdbm_Depot_ONOLCK
#define qdbm_Depot_ONOLCK 16L
#undef qdbm_Depot_OLCKNB
#define qdbm_Depot_OLCKNB 32L
#undef qdbm_Depot_OSPARSE
#define qdbm_Depot_OSPARSE 64L
#undef qdbm_Depot_DOVER
#define qdbm_Depot_DOVER 0L
#undef qdbm_Depot_DKEEP
#define qdbm_Depot_DKEEP 1L
#undef qdbm_Depot_DCAT
#define qdbm_Depot_DCAT 2L
/* Inaccessible static: class_00024qdbm_00024ADBM */
/*
 * Class:     qdbm_Depot
 * Method:    dpinit
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_qdbm_Depot_dpinit
  (JNIEnv *, jclass);

/*
 * Class:     qdbm_Depot
 * Method:    dpversion
 * Signature: ()Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_qdbm_Depot_dpversion
  (JNIEnv *, jclass);

/*
 * Class:     qdbm_Depot
 * Method:    dpecode
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpecode
  (JNIEnv *, jclass);

/*
 * Class:     qdbm_Depot
 * Method:    dperrmsg
 * Signature: (I)Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_qdbm_Depot_dperrmsg
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpopen
 * Signature: (Ljava/lang/String;II)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpopen
  (JNIEnv *, jclass, jstring, jint, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpclose
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpclose
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpput
 * Signature: (I[BI[BII)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpput
  (JNIEnv *, jclass, jint, jbyteArray, jint, jbyteArray, jint, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpout
 * Signature: (I[BI)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpout
  (JNIEnv *, jclass, jint, jbyteArray, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpget
 * Signature: (I[BIII)[B
 */
JNIEXPORT jbyteArray JNICALL Java_qdbm_Depot_dpget
  (JNIEnv *, jclass, jint, jbyteArray, jint, jint, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpvsiz
 * Signature: (I[BI)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpvsiz
  (JNIEnv *, jclass, jint, jbyteArray, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpiterinit
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpiterinit
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpiternext
 * Signature: (I)[B
 */
JNIEXPORT jbyteArray JNICALL Java_qdbm_Depot_dpiternext
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpsetalign
 * Signature: (II)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpsetalign
  (JNIEnv *, jclass, jint, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpsetfbpsiz
 * Signature: (II)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpsetfbpsiz
  (JNIEnv *, jclass, jint, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpsync
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpsync
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpoptimize
 * Signature: (II)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpoptimize
  (JNIEnv *, jclass, jint, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpname
 * Signature: (I)Ljava/lang/String;
 */
JNIEXPORT jstring JNICALL Java_qdbm_Depot_dpname
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpfsiz
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpfsiz
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpbnum
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpbnum
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpbusenum
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpbusenum
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dprnum
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dprnum
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpwritable
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpwritable
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpfatalerror
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpfatalerror
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpinode
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpinode
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpmtime
 * Signature: (I)J
 */
JNIEXPORT jlong JNICALL Java_qdbm_Depot_dpmtime
  (JNIEnv *, jclass, jint);

/*
 * Class:     qdbm_Depot
 * Method:    dpremove
 * Signature: (Ljava/lang/String;)I
 */
JNIEXPORT jint JNICALL Java_qdbm_Depot_dpremove
  (JNIEnv *, jclass, jstring);

/*
 * Class:     qdbm_Depot
 * Method:    dpsnaffle
 * Signature: (Ljava/lang/String;[BI)[B
 */
JNIEXPORT jbyteArray JNICALL Java_qdbm_Depot_dpsnaffle
  (JNIEnv *, jclass, jstring, jbyteArray, jint);

#ifdef __cplusplus
}
#endif
#endif