emscripten_async_wget2_data
Function parameters
Parameters
- url:[*:0]const u8
- requesttype:[*:0]const u8
- param:[*:0]const u8
- arg:?*anyopaque
- free:c_int
Type definitions in this namespace
Types
Functions in this namespace
Functions
= 128
Values
- CPU_SETSIZE
- = 128
- FD_CLOEXEC
- = 1
- F_OK
- = 0
- X_OK
- = 1
- W_OK
- = 2
- R_OK
- = 4
- IFNAMESIZE
- = 16
- NAME_MAX
- = 255
- PATH_MAX
- = 4096
- IOV_MAX
- = 1024
- IPPORT_RESERVED
- = 1024
- SIOCGIFINDEX
- = 0x8933
- STDIN_FILENO
- = 0
Source
Implementation
pub extern "c" fn emscripten_async_wget2_data(url: [*:0]const u8, requesttype: [*:0]const u8, param: [*:0]const u8, arg: ?*anyopaque, free: c_int, onload: em_async_wget2_data_onload_func, onerror: em_async_wget2_data_onerror_func, onprogress: em_async_wget2_data_onprogress_func) c_int