wasm2go

package
v0.0.0-...-b197de7 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 12, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Memory

type Memory = interface {
	Slice() *[]byte
	Grow(delta, max int64) int64
}

type Module

type Module struct {
	// contains filtered or unexported fields
}

func New

func New(v0 Xenv, v1 Xwasi_snapshot_preview1) *Module

func (*Module) XLZ4F_compressBegin

func (m *Module) XLZ4F_compressBegin(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4F_compressBegin_usingCDict

func (m *Module) XLZ4F_compressBegin_usingCDict(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4F_compressBegin_usingDict

func (m *Module) XLZ4F_compressBegin_usingDict(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4F_compressBound

func (m *Module) XLZ4F_compressBound(v0, v1 int32) int32

func (*Module) XLZ4F_compressEnd

func (m *Module) XLZ4F_compressEnd(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4F_compressFrame

func (m *Module) XLZ4F_compressFrame(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4F_compressFrameBound

func (m *Module) XLZ4F_compressFrameBound(v0, v1 int32) int32

func (*Module) XLZ4F_compressFrame_usingCDict

func (m *Module) XLZ4F_compressFrame_usingCDict(v0, v1, v2, v3, v4, v5, v6 int32) int32

func (*Module) XLZ4F_compressUpdate

func (m *Module) XLZ4F_compressUpdate(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4F_compressionLevel_max

func (m *Module) XLZ4F_compressionLevel_max() int32

func (*Module) XLZ4F_createCDict

func (m *Module) XLZ4F_createCDict(v0, v1 int32) int32

func (*Module) XLZ4F_createCompressionContext

func (m *Module) XLZ4F_createCompressionContext(v0, v1 int32) int32

func (*Module) XLZ4F_createDecompressionContext

func (m *Module) XLZ4F_createDecompressionContext(v0, v1 int32) int32

func (*Module) XLZ4F_decompress

func (m *Module) XLZ4F_decompress(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4F_decompress_usingDict

func (m *Module) XLZ4F_decompress_usingDict(v0, v1, v2, v3, v4, v5, v6, v7 int32) int32

func (*Module) XLZ4F_flush

func (m *Module) XLZ4F_flush(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4F_freeCDict

func (m *Module) XLZ4F_freeCDict(v0 int32)

func (*Module) XLZ4F_freeCompressionContext

func (m *Module) XLZ4F_freeCompressionContext(v0 int32) int32

func (*Module) XLZ4F_freeDecompressionContext

func (m *Module) XLZ4F_freeDecompressionContext(v0 int32) int32

func (*Module) XLZ4F_getErrorName

func (m *Module) XLZ4F_getErrorName(v0 int32) int32

func (*Module) XLZ4F_getFrameInfo

func (m *Module) XLZ4F_getFrameInfo(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4F_getVersion

func (m *Module) XLZ4F_getVersion() int32

func (*Module) XLZ4F_headerSize

func (m *Module) XLZ4F_headerSize(v0, v1 int32) int32

func (*Module) XLZ4F_isError

func (m *Module) XLZ4F_isError(v0 int32) int32

func (*Module) XLZ4F_resetDecompressionContext

func (m *Module) XLZ4F_resetDecompressionContext(v0 int32)

func (*Module) XLZ4_attach_HC_dictionary

func (m *Module) XLZ4_attach_HC_dictionary(v0, v1 int32)

func (*Module) XLZ4_attach_dictionary

func (m *Module) XLZ4_attach_dictionary(v0, v1 int32)

func (*Module) XLZ4_compress

func (m *Module) XLZ4_compress(v0, v1, v2 int32) int32

func (*Module) XLZ4_compressBound

func (m *Module) XLZ4_compressBound(v0 int32) int32

func (*Module) XLZ4_compressHC

func (m *Module) XLZ4_compressHC(v0, v1, v2 int32) int32

func (*Module) XLZ4_compressHC2

func (m *Module) XLZ4_compressHC2(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compressHC2_continue

func (m *Module) XLZ4_compressHC2_continue(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compressHC2_limitedOutput

func (m *Module) XLZ4_compressHC2_limitedOutput(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compressHC2_limitedOutput_continue

func (m *Module) XLZ4_compressHC2_limitedOutput_continue(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_compressHC2_limitedOutput_withStateHC

func (m *Module) XLZ4_compressHC2_limitedOutput_withStateHC(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_compressHC2_withStateHC

func (m *Module) XLZ4_compressHC2_withStateHC(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compressHC_continue

func (m *Module) XLZ4_compressHC_continue(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compressHC_limitedOutput

func (m *Module) XLZ4_compressHC_limitedOutput(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compressHC_limitedOutput_continue

func (m *Module) XLZ4_compressHC_limitedOutput_continue(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compressHC_limitedOutput_withStateHC

func (m *Module) XLZ4_compressHC_limitedOutput_withStateHC(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compressHC_withStateHC

func (m *Module) XLZ4_compressHC_withStateHC(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compress_HC

func (m *Module) XLZ4_compress_HC(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compress_HC_continue

func (m *Module) XLZ4_compress_HC_continue(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compress_HC_continue_destSize

func (m *Module) XLZ4_compress_HC_continue_destSize(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compress_HC_destSize

func (m *Module) XLZ4_compress_HC_destSize(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_compress_HC_extStateHC

func (m *Module) XLZ4_compress_HC_extStateHC(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_compress_continue

func (m *Module) XLZ4_compress_continue(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compress_default

func (m *Module) XLZ4_compress_default(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compress_destSize

func (m *Module) XLZ4_compress_destSize(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compress_fast

func (m *Module) XLZ4_compress_fast(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compress_fast_continue

func (m *Module) XLZ4_compress_fast_continue(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_compress_fast_extState

func (m *Module) XLZ4_compress_fast_extState(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_compress_limitedOutput

func (m *Module) XLZ4_compress_limitedOutput(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_compress_limitedOutput_continue

func (m *Module) XLZ4_compress_limitedOutput_continue(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compress_limitedOutput_withState

func (m *Module) XLZ4_compress_limitedOutput_withState(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_compress_withState

func (m *Module) XLZ4_compress_withState(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_create

func (m *Module) XLZ4_create(v0 int32) int32

func (*Module) XLZ4_createHC

func (m *Module) XLZ4_createHC(v0 int32) int32

func (*Module) XLZ4_createStream

func (m *Module) XLZ4_createStream() int32

func (*Module) XLZ4_createStreamDecode

func (m *Module) XLZ4_createStreamDecode() int32

func (*Module) XLZ4_createStreamHC

func (m *Module) XLZ4_createStreamHC() int32

func (*Module) XLZ4_decoderRingBufferSize

func (m *Module) XLZ4_decoderRingBufferSize(v0 int32) int32

func (*Module) XLZ4_decompress_fast

func (m *Module) XLZ4_decompress_fast(v0, v1, v2 int32) int32

func (*Module) XLZ4_decompress_fast_continue

func (m *Module) XLZ4_decompress_fast_continue(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_decompress_fast_usingDict

func (m *Module) XLZ4_decompress_fast_usingDict(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_decompress_fast_withPrefix64k

func (m *Module) XLZ4_decompress_fast_withPrefix64k(v0, v1, v2 int32) int32

func (*Module) XLZ4_decompress_safe

func (m *Module) XLZ4_decompress_safe(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_decompress_safe_continue

func (m *Module) XLZ4_decompress_safe_continue(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_decompress_safe_partial

func (m *Module) XLZ4_decompress_safe_partial(v0, v1, v2, v3, v4 int32) int32

func (*Module) XLZ4_decompress_safe_partial_usingDict

func (m *Module) XLZ4_decompress_safe_partial_usingDict(v0, v1, v2, v3, v4, v5, v6 int32) int32

func (*Module) XLZ4_decompress_safe_usingDict

func (m *Module) XLZ4_decompress_safe_usingDict(v0, v1, v2, v3, v4, v5 int32) int32

func (*Module) XLZ4_decompress_safe_withPrefix64k

func (m *Module) XLZ4_decompress_safe_withPrefix64k(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_freeHC

func (m *Module) XLZ4_freeHC(v0 int32) int32

func (*Module) XLZ4_freeStream

func (m *Module) XLZ4_freeStream(v0 int32) int32

func (*Module) XLZ4_freeStreamDecode

func (m *Module) XLZ4_freeStreamDecode(v0 int32) int32

func (*Module) XLZ4_freeStreamHC

func (m *Module) XLZ4_freeStreamHC(v0 int32) int32

func (*Module) XLZ4_initStream

func (m *Module) XLZ4_initStream(v0, v1 int32) int32

func (*Module) XLZ4_initStreamHC

func (m *Module) XLZ4_initStreamHC(v0, v1 int32) int32

func (*Module) XLZ4_loadDict

func (m *Module) XLZ4_loadDict(v0, v1, v2 int32) int32

func (*Module) XLZ4_loadDictHC

func (m *Module) XLZ4_loadDictHC(v0, v1, v2 int32) int32

func (*Module) XLZ4_loadDictSlow

func (m *Module) XLZ4_loadDictSlow(v0, v1, v2 int32) int32

func (*Module) XLZ4_resetStream

func (m *Module) XLZ4_resetStream(v0 int32)

func (*Module) XLZ4_resetStreamHC

func (m *Module) XLZ4_resetStreamHC(v0, v1 int32)

func (*Module) XLZ4_resetStreamHC_fast

func (m *Module) XLZ4_resetStreamHC_fast(v0, v1 int32)

func (*Module) XLZ4_resetStreamState

func (m *Module) XLZ4_resetStreamState(v0, v1 int32) int32

func (*Module) XLZ4_resetStreamStateHC

func (m *Module) XLZ4_resetStreamStateHC(v0, v1 int32) int32

func (*Module) XLZ4_resetStream_fast

func (m *Module) XLZ4_resetStream_fast(v0 int32)

func (*Module) XLZ4_saveDict

func (m *Module) XLZ4_saveDict(v0, v1, v2 int32) int32

func (*Module) XLZ4_saveDictHC

func (m *Module) XLZ4_saveDictHC(v0, v1, v2 int32) int32

func (*Module) XLZ4_setStreamDecode

func (m *Module) XLZ4_setStreamDecode(v0, v1, v2 int32) int32

func (*Module) XLZ4_sizeofState

func (m *Module) XLZ4_sizeofState() int32

func (*Module) XLZ4_sizeofStateHC

func (m *Module) XLZ4_sizeofStateHC() int32

func (*Module) XLZ4_sizeofStreamState

func (m *Module) XLZ4_sizeofStreamState() int32

func (*Module) XLZ4_sizeofStreamStateHC

func (m *Module) XLZ4_sizeofStreamStateHC() int32

func (*Module) XLZ4_slideInputBuffer

func (m *Module) XLZ4_slideInputBuffer(v0 int32) int32

func (*Module) XLZ4_slideInputBufferHC

func (m *Module) XLZ4_slideInputBufferHC(v0 int32) int32

func (*Module) XLZ4_uncompress

func (m *Module) XLZ4_uncompress(v0, v1, v2 int32) int32

func (*Module) XLZ4_uncompress_unknownOutputSize

func (m *Module) XLZ4_uncompress_unknownOutputSize(v0, v1, v2, v3 int32) int32

func (*Module) XLZ4_versionNumber

func (m *Module) XLZ4_versionNumber() int32

func (*Module) XLZ4_versionString

func (m *Module) XLZ4_versionString() int32

func (*Module) X__memory_base

func (m *Module) X__memory_base() *int32

func (*Module) X__stack_pointer

func (m *Module) X__stack_pointer() *int32

func (*Module) X__table_base

func (m *Module) X__table_base() *int32

func (*Module) X_asyncjmp_setjmp

func (m *Module) X_asyncjmp_setjmp(v0 int32) int32

func (*Module) X_initialize

func (m *Module) X_initialize()

func (*Module) Xasyncify_get_state

func (m *Module) Xasyncify_get_state() int32

func (*Module) Xasyncify_start_rewind

func (m *Module) Xasyncify_start_rewind(v0 int32)

func (*Module) Xasyncify_start_unwind

func (m *Module) Xasyncify_start_unwind(v0 int32)

func (*Module) Xasyncify_stop_rewind

func (m *Module) Xasyncify_stop_rewind()

func (*Module) Xasyncify_stop_unwind

func (m *Module) Xasyncify_stop_unwind()

func (*Module) Xasyncjmp_get_stack_pointer

func (m *Module) Xasyncjmp_get_stack_pointer() int32

func (*Module) Xasyncjmp_set_stack_pointer

func (m *Module) Xasyncjmp_set_stack_pointer(v0 int32)

func (*Module) Xfree

func (m *Module) Xfree(v0 int32)

func (*Module) Xmalloc

func (m *Module) Xmalloc(v0 int32) int32

func (*Module) Xmemory

func (m *Module) Xmemory() Memory

func (*Module) Xzeroperl_array_clear

func (m *Module) Xzeroperl_array_clear(v0 int32)

func (*Module) Xzeroperl_array_free

func (m *Module) Xzeroperl_array_free(v0 int32)

func (*Module) Xzeroperl_array_get

func (m *Module) Xzeroperl_array_get(v0, v1 int32) int32

func (*Module) Xzeroperl_array_length

func (m *Module) Xzeroperl_array_length(v0 int32) int32

func (*Module) Xzeroperl_array_pop

func (m *Module) Xzeroperl_array_pop(v0 int32) int32

func (*Module) Xzeroperl_array_push

func (m *Module) Xzeroperl_array_push(v0, v1 int32)

func (*Module) Xzeroperl_array_set

func (m *Module) Xzeroperl_array_set(v0, v1, v2 int32) int32

func (*Module) Xzeroperl_array_to_value

func (m *Module) Xzeroperl_array_to_value(v0 int32) int32

func (*Module) Xzeroperl_call

func (m *Module) Xzeroperl_call(v0, v1, v2, v3 int32) int32

func (*Module) Xzeroperl_can_evaluate

func (m *Module) Xzeroperl_can_evaluate() int32

func (*Module) Xzeroperl_clear_error

func (m *Module) Xzeroperl_clear_error()

func (*Module) Xzeroperl_clear_host_error

func (m *Module) Xzeroperl_clear_host_error()

func (*Module) Xzeroperl_decref

func (m *Module) Xzeroperl_decref(v0 int32)

func (*Module) Xzeroperl_deref

func (m *Module) Xzeroperl_deref(v0 int32) int32

func (*Module) Xzeroperl_eval

func (m *Module) Xzeroperl_eval(v0, v1, v2, v3 int32) int32

func (*Module) Xzeroperl_flush

func (m *Module) Xzeroperl_flush() int32

func (*Module) Xzeroperl_free_interpreter

func (m *Module) Xzeroperl_free_interpreter()

func (*Module) Xzeroperl_get_array_var

func (m *Module) Xzeroperl_get_array_var(v0 int32) int32

func (*Module) Xzeroperl_get_hash_var

func (m *Module) Xzeroperl_get_hash_var(v0 int32) int32

func (*Module) Xzeroperl_get_host_error

func (m *Module) Xzeroperl_get_host_error() int32

func (*Module) Xzeroperl_get_type

func (m *Module) Xzeroperl_get_type(v0 int32) int32

func (*Module) Xzeroperl_get_var

func (m *Module) Xzeroperl_get_var(v0 int32) int32

func (*Module) Xzeroperl_hash_clear

func (m *Module) Xzeroperl_hash_clear(v0 int32)

func (*Module) Xzeroperl_hash_delete

func (m *Module) Xzeroperl_hash_delete(v0, v1 int32) int32

func (*Module) Xzeroperl_hash_exists

func (m *Module) Xzeroperl_hash_exists(v0, v1 int32) int32

func (*Module) Xzeroperl_hash_free

func (m *Module) Xzeroperl_hash_free(v0 int32)

func (*Module) Xzeroperl_hash_get

func (m *Module) Xzeroperl_hash_get(v0, v1 int32) int32

func (*Module) Xzeroperl_hash_iter_free

func (m *Module) Xzeroperl_hash_iter_free(v0 int32)

func (*Module) Xzeroperl_hash_iter_new

func (m *Module) Xzeroperl_hash_iter_new(v0 int32) int32

func (*Module) Xzeroperl_hash_iter_next

func (m *Module) Xzeroperl_hash_iter_next(v0, v1, v2 int32) int32

func (*Module) Xzeroperl_hash_set

func (m *Module) Xzeroperl_hash_set(v0, v1, v2 int32) int32

func (*Module) Xzeroperl_hash_to_value

func (m *Module) Xzeroperl_hash_to_value(v0 int32) int32

func (*Module) Xzeroperl_incref

func (m *Module) Xzeroperl_incref(v0 int32)

func (*Module) Xzeroperl_init

func (m *Module) Xzeroperl_init() int32

func (*Module) Xzeroperl_init_with_args

func (m *Module) Xzeroperl_init_with_args(v0, v1 int32) int32

func (*Module) Xzeroperl_is_initialized

func (m *Module) Xzeroperl_is_initialized() int32

func (*Module) Xzeroperl_is_ref

func (m *Module) Xzeroperl_is_ref(v0 int32) int32

func (*Module) Xzeroperl_is_undef

func (m *Module) Xzeroperl_is_undef(v0 int32) int32

func (*Module) Xzeroperl_last_error

func (m *Module) Xzeroperl_last_error() int32

func (*Module) Xzeroperl_new_array

func (m *Module) Xzeroperl_new_array() int32

func (*Module) Xzeroperl_new_bool

func (m *Module) Xzeroperl_new_bool(v0 int32) int32

func (*Module) Xzeroperl_new_double

func (m *Module) Xzeroperl_new_double(v0 float64) int32

func (*Module) Xzeroperl_new_hash

func (m *Module) Xzeroperl_new_hash() int32

func (*Module) Xzeroperl_new_int

func (m *Module) Xzeroperl_new_int(v0 int32) int32

func (*Module) Xzeroperl_new_ref

func (m *Module) Xzeroperl_new_ref(v0 int32) int32

func (*Module) Xzeroperl_new_string

func (m *Module) Xzeroperl_new_string(v0, v1 int32) int32

func (*Module) Xzeroperl_new_uint

func (m *Module) Xzeroperl_new_uint(v0 int32) int32

func (*Module) Xzeroperl_new_undef

func (m *Module) Xzeroperl_new_undef() int32

func (*Module) Xzeroperl_register_function

func (m *Module) Xzeroperl_register_function(v0, v1 int32)

func (*Module) Xzeroperl_register_method

func (m *Module) Xzeroperl_register_method(v0, v1, v2 int32)

func (*Module) Xzeroperl_reset

func (m *Module) Xzeroperl_reset() int32

func (*Module) Xzeroperl_result_free

func (m *Module) Xzeroperl_result_free(v0 int32)

func (*Module) Xzeroperl_result_get

func (m *Module) Xzeroperl_result_get(v0, v1 int32) int32

func (*Module) Xzeroperl_run_file

func (m *Module) Xzeroperl_run_file(v0, v1, v2 int32) int32

func (*Module) Xzeroperl_set_host_error

func (m *Module) Xzeroperl_set_host_error(v0 int32)

func (*Module) Xzeroperl_set_var

func (m *Module) Xzeroperl_set_var(v0, v1 int32) int32

func (*Module) Xzeroperl_shutdown

func (m *Module) Xzeroperl_shutdown()

func (*Module) Xzeroperl_to_bool

func (m *Module) Xzeroperl_to_bool(v0 int32) int32

func (*Module) Xzeroperl_to_double

func (m *Module) Xzeroperl_to_double(v0, v1 int32) int32

func (*Module) Xzeroperl_to_int

func (m *Module) Xzeroperl_to_int(v0, v1 int32) int32

func (*Module) Xzeroperl_to_string

func (m *Module) Xzeroperl_to_string(v0, v1 int32) int32

func (*Module) Xzeroperl_value_free

func (m *Module) Xzeroperl_value_free(v0 int32)

func (*Module) Xzeroperl_value_to_array

func (m *Module) Xzeroperl_value_to_array(v0 int32) int32

func (*Module) Xzeroperl_value_to_hash

func (m *Module) Xzeroperl_value_to_hash(v0 int32) int32

type Xenv

type Xenv = interface {
	Xcall_host_function(v0, v1, v2 int32) int32
}

type Xwasi_snapshot_preview1

type Xwasi_snapshot_preview1 = interface {
	Xenviron_get(v0, v1 int32) int32
	Xenviron_sizes_get(v0, v1 int32) int32
	Xclock_time_get(v0 int32, v1 int64, v2 int32) int32
	Xfd_close(v0 int32) int32
	Xfd_fdstat_get(v0, v1 int32) int32
	Xfd_fdstat_set_flags(v0, v1 int32) int32
	Xfd_filestat_get(v0, v1 int32) int32
	Xfd_filestat_set_size(v0 int32, v1 int64) int32
	Xfd_prestat_get(v0, v1 int32) int32
	Xfd_prestat_dir_name(v0, v1, v2 int32) int32
	Xfd_read(v0, v1, v2, v3 int32) int32
	Xfd_readdir(v0, v1, v2 int32, v3 int64, v4 int32) int32
	Xfd_renumber(v0, v1 int32) int32
	Xfd_seek(v0 int32, v1 int64, v2, v3 int32) int32
	Xfd_sync(v0 int32) int32
	Xfd_tell(v0, v1 int32) int32
	Xfd_write(v0, v1, v2, v3 int32) int32
	Xpath_create_directory(v0, v1, v2 int32) int32
	Xpath_filestat_get(v0, v1, v2, v3, v4 int32) int32
	Xpath_filestat_set_times(v0, v1, v2, v3 int32, v4, v5 int64, v6 int32) int32
	Xpath_link(v0, v1, v2, v3, v4, v5, v6 int32) int32
	Xpath_open(v0, v1, v2, v3, v4 int32, v5, v6 int64, v7, v8 int32) int32
	Xpath_readlink(v0, v1, v2, v3, v4, v5 int32) int32
	Xpath_remove_directory(v0, v1, v2 int32) int32
	Xpath_rename(v0, v1, v2, v3, v4, v5 int32) int32
	Xpath_symlink(v0, v1, v2, v3, v4 int32) int32
	Xpath_unlink_file(v0, v1, v2 int32) int32
	Xpoll_oneoff(v0, v1, v2, v3 int32) int32
	Xproc_exit(v0 int32)
	Xrandom_get(v0, v1 int32) int32
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL