Searched defs:AsyncReadBufferCallbackInfo (Results 1 – 1 of 1) sorted by relevance
165 struct AsyncReadBufferCallbackInfo { struct166 napi_env env = nullptr;167 napi_async_work asyncWork = nullptr;169 std::string url = "";170 int length = 0;171 int position = 0;172 int result = DEFAULT_RESULT;173 int errorType = -1;174 int32_t len = 0;175 std::string contents = "";