Home
last modified time | relevance | path

Searched refs:ReuseBuffer (Results 1 – 25 of 67) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A DBufferAllocator.cs26 void ReuseBuffer(object buffer); in ReuseBuffer() method
34 void ReuseBuffer(T[] buffer); in ReuseBuffer() method
98 public void ReuseBuffer(object buffer) { in ReuseBuffer() method in System.Web.BufferAllocator
253 public void ReuseBuffer(T[] buffer) { in ReuseBuffer() method in System.Web.SimpleBufferAllocator
257 void IBufferAllocator.ReuseBuffer(object buffer) { in IBufferAllocator.ReuseBuffer()
334 public void ReuseBuffer(T[] buffer) { in ReuseBuffer() method in System.Web.BufferAllocatorWrapper
337 _allocator.ReuseBuffer(buffer); in ReuseBuffer()
345 void IBufferAllocator.ReuseBuffer(object buffer) { in IBufferAllocator.ReuseBuffer()
346 ReuseBuffer((T[])buffer); in IBufferAllocator.ReuseBuffer()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DLosWriter.cs52 _charBufferAllocator.ReuseBuffer(_charBuffer); in Dispose()
55 _byteBufferAllocator.ReuseBuffer(_byteBuffer); in Dispose()
127 _charBufferAllocatorBase64.ReuseBuffer(base64chars); in CompleteTransforms()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_video_capture_thunk.cc85 int32_t ReuseBuffer(PP_Resource video_capture, in ReuseBuffer() function
90 return enter.object()->ReuseBuffer(buffer); in ReuseBuffer()
113 &ReuseBuffer,
H A Dppb_video_capture_api.h37 virtual int32_t ReuseBuffer(uint32_t buffer) = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_video_capture_thunk.cc85 int32_t ReuseBuffer(PP_Resource video_capture, in ReuseBuffer() function
90 return enter.object()->ReuseBuffer(buffer); in ReuseBuffer()
113 &ReuseBuffer,
H A Dppb_video_capture_api.h37 virtual int32_t ReuseBuffer(uint32_t buffer) = 0;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/dev/
H A Dvideo_capture_dev.cc85 int32_t VideoCapture_Dev::ReuseBuffer(uint32_t buffer) { in ReuseBuffer() function in pp::VideoCapture_Dev
87 return get_interface<PPB_VideoCapture_Dev_0_3>()->ReuseBuffer(pp_resource(), in ReuseBuffer()
H A Dvideo_capture_dev.h41 int32_t ReuseBuffer(uint32_t buffer);
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/dev/
H A Dvideo_capture_dev.cc85 int32_t VideoCapture_Dev::ReuseBuffer(uint32_t buffer) { in ReuseBuffer() function in pp::VideoCapture_Dev
87 return get_interface<PPB_VideoCapture_Dev_0_3>()->ReuseBuffer(pp_resource(), in ReuseBuffer()
H A Dvideo_capture_dev.h41 int32_t ReuseBuffer(uint32_t buffer);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/c/dev/
H A Dppb_video_capture_dev.h144 int32_t (*ReuseBuffer)(PP_Resource video_capture, uint32_t buffer); member
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/c/dev/
H A Dppb_video_capture_dev.h144 int32_t (*ReuseBuffer)(PP_Resource video_capture, uint32_t buffer); member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/api/dev/
H A Dppb_video_capture_dev.idl30 * browser won't reuse it until ReuseBuffer is called.
31 * 7- When the plugin is done with the buffer, call ReuseBuffer.
137 int32_t ReuseBuffer(
/dports/lang/spidermonkey60/firefox-60.9.0/browser/extensions/mortar/ppapi/api/dev/
H A Dppb_video_capture_dev.idl30 * browser won't reuse it until ReuseBuffer is called.
31 * 7- When the plugin is done with the buffer, call ReuseBuffer.
137 int32_t ReuseBuffer(
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/api/dev/
H A Dppb_video_capture_dev.idl30 * browser won't reuse it until ReuseBuffer is called.
31 * 7- When the plugin is done with the buffer, call ReuseBuffer.
137 int32_t ReuseBuffer(
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DIIS7WorkerRequest.cs1395 AllocatorProvider.IntPtrBufferAllocator.ReuseBuffer(fragments); in FlushCachedResponse()
1396 AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); in FlushCachedResponse()
1397 AllocatorProvider.IntBufferAllocator.ReuseBuffer(bodyFragmentTypes); in FlushCachedResponse()
1726 AllocatorProvider.IntPtrBufferAllocator.ReuseBuffer(fragments); in GetBufferedResponseChunks()
1727 AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); in GetBufferedResponseChunks()
1728 AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentTypes); in GetBufferedResponseChunks()
1891 AllocatorProvider.IntPtrBufferAllocator.ReuseBuffer(fragments); in GetBufferedResponseChunks()
1892 AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentLengths); in GetBufferedResponseChunks()
1893 AllocatorProvider.IntBufferAllocator.ReuseBuffer(fragmentTypes); in GetBufferedResponseChunks()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dvideo_capture_resource.h48 int32_t ReuseBuffer(uint32_t buffer) override;
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dvideo_capture_resource.h48 int32_t ReuseBuffer(uint32_t buffer) override;
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,
/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,
/dports/databases/rocksdb/rocksdb-6.26.1/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/rocksjni/
H A Dcomparatorjnicallback.h111 jobject ReuseBuffer(JNIEnv* env, const Slice& src,

123