@Properties(inherit=python.class) public class _Py_HashSecret_t extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
_Py_HashSecret_t()
Default native constructor.
|
_Py_HashSecret_t(long size)
Native array allocator.
|
_Py_HashSecret_t(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
BytePointer |
djbx33a_padding() |
byte |
djbx33a_padding(int i) |
_Py_HashSecret_t |
djbx33a_padding(int i,
byte setter) |
long |
djbx33a_suffix() |
_Py_HashSecret_t |
djbx33a_suffix(long setter) |
long |
expat_hashsalt() |
_Py_HashSecret_t |
expat_hashsalt(long setter) |
BytePointer |
expat_padding() |
byte |
expat_padding(int i) |
_Py_HashSecret_t |
expat_padding(int i,
byte setter) |
long |
fnv_prefix() |
_Py_HashSecret_t |
fnv_prefix(long setter) |
long |
fnv_suffix() |
_Py_HashSecret_t |
fnv_suffix(long setter) |
_Py_HashSecret_t |
position(long position) |
long |
siphash_k0() |
_Py_HashSecret_t |
siphash_k0(long setter) |
long |
siphash_k1() |
_Py_HashSecret_t |
siphash_k1(long setter) |
BytePointer |
uc() |
byte |
uc(int i) |
_Py_HashSecret_t |
uc(int i,
byte setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public _Py_HashSecret_t()
public _Py_HashSecret_t(long size)
Pointer.position(long)
.public _Py_HashSecret_t(Pointer p)
Pointer.Pointer(Pointer)
.public _Py_HashSecret_t position(long position)
public _Py_HashSecret_t uc(int i, byte setter)
@MemberGetter @Cast(value="unsigned char*") public BytePointer uc()
public _Py_HashSecret_t fnv_prefix(long setter)
public _Py_HashSecret_t fnv_suffix(long setter)
public _Py_HashSecret_t siphash_k0(long setter)
public _Py_HashSecret_t siphash_k1(long setter)
@Name(value="djbx33a.padding") @Cast(value="unsigned char") public byte djbx33a_padding(int i)
public _Py_HashSecret_t djbx33a_padding(int i, byte setter)
@Name(value="djbx33a.padding") @MemberGetter @Cast(value="unsigned char*") public BytePointer djbx33a_padding()
public _Py_HashSecret_t djbx33a_suffix(long setter)
@Name(value="expat.padding") @Cast(value="unsigned char") public byte expat_padding(int i)
public _Py_HashSecret_t expat_padding(int i, byte setter)
@Name(value="expat.padding") @MemberGetter @Cast(value="unsigned char*") public BytePointer expat_padding()
public _Py_HashSecret_t expat_hashsalt(long setter)
Copyright © 2020. All rights reserved.