Searched defs:AsyncWriteBufferCallbackInfo (Results 1 – 1 of 1) sorted by relevance
141 struct AsyncWriteBufferCallbackInfo { struct142 napi_env env = nullptr;143 napi_async_work asyncWork = nullptr;145 std::string url = "";146 bool append = false;147 int result = DEFAULT_RESULT;148 int errorType = -1;149 int32_t length = 0;150 int32_t position = 0;151 void* buf = nullptr;[all …]