File: qdbm_VillaCursor.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 (94 lines) | stat: -rw-r--r-- 2,058 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
/* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h>
/* Header for class qdbm_VillaCursor */

#ifndef _Included_qdbm_VillaCursor
#define _Included_qdbm_VillaCursor
#ifdef __cplusplus
extern "C" {
#endif
/* Inaccessible static: class_00024qdbm_00024ADBM */
/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurecode
 * Signature: ()I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurecode
  (JNIEnv *, jclass);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurnew
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurnew
  (JNIEnv *, jobject, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurdelete
 * Signature: ()V
 */
JNIEXPORT void JNICALL Java_qdbm_VillaCursor_vlmulcurdelete
  (JNIEnv *, jobject);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurfirst
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurfirst
  (JNIEnv *, jobject, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurlast
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurlast
  (JNIEnv *, jobject, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurprev
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurprev
  (JNIEnv *, jobject, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurnext
 * Signature: (I)I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurnext
  (JNIEnv *, jobject, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurjump
 * Signature: (I[BII)I
 */
JNIEXPORT jint JNICALL Java_qdbm_VillaCursor_vlmulcurjump
  (JNIEnv *, jobject, jint, jbyteArray, jint, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurkey
 * Signature: (I)[B
 */
JNIEXPORT jbyteArray JNICALL Java_qdbm_VillaCursor_vlmulcurkey
  (JNIEnv *, jobject, jint);

/*
 * Class:     qdbm_VillaCursor
 * Method:    vlmulcurval
 * Signature: (I)[B
 */
JNIEXPORT jbyteArray JNICALL Java_qdbm_VillaCursor_vlmulcurval
  (JNIEnv *, jobject, jint);

#ifdef __cplusplus
}
#endif
#endif