blob: 4ea0f5e7ad4565b6ca3952599583c5061020a74c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
resty_core_base={}
function resty_core_base.new_tab() end
resty_core_base.FFI_ERROR=-1
function resty_core_base.set_string_buf_size(size) end
resty_core_base.FFI_AGAIN=-2
resty_core_base.FFI_NO_REQ_CTX=-100
resty_core_base.FFI_OK=0
function resty_core_base.ref_in_table(tb, key) end
resty_core_base.FFI_BAD_CONTEXT=-101
function resty_core_base.allows_subsystem(...) end
function resty_core_base.get_errmsg_ptr() end
function resty_core_base.get_string_buf_size() end
resty_core_base.version="0.1.17"
function resty_core_base.clear_tab() end
function resty_core_base.get_size_ptr() end
resty_core_base.FFI_DECLINED=-5
resty_core_base.FFI_DONE=-4
resty_core_base.FFI_BUSY=-3
function resty_core_base.get_string_buf(size, must_alloc) end
function resty_core_base.get_request() end
return resty_core_base
|