summaryrefslogtreecommitdiff
path: root/meta/3rd/OpenResty/resty.core.base.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/3rd/OpenResty/resty.core.base.lua')
-rw-r--r--meta/3rd/OpenResty/resty.core.base.lua21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/3rd/OpenResty/resty.core.base.lua b/meta/3rd/OpenResty/resty.core.base.lua
new file mode 100644
index 00000000..4ea0f5e7
--- /dev/null
+++ b/meta/3rd/OpenResty/resty.core.base.lua
@@ -0,0 +1,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 \ No newline at end of file