Lines Matching refs:buffer
256 // The callback returns an offset into the given buffer, for the selected
511 ArrayBufferViewContents<char> buffer(args[0]);
512 const char* data = buffer.data();
513 size_t len = buffer.length();
516 // Copy given buffer entirely or partiall if handle becomes closed
1023 // don't copy data if there there is one buffer with data
1025 // _http_outgoing.js writes a zero length buffer in
1045 // Only one buffer: try to write directly, only store if it fails
1119 // Commit the amount of data actually read into the peeked/allocated buffer
1233 // is a non-blocking pipe, and its buffer has overflowed. Leaving errors
1673 Local<Value> buffer;
1674 if (!Buffer::New(env, ab, 0, ab->ByteLength()).ToLocal(&buffer)) return;
1675 args.GetReturnValue().Set(buffer);
1704 Local<Value> buffer;
1705 if (!Buffer::New(env, ab, 0, ab->ByteLength()).ToLocal(&buffer)) return;
1706 args.GetReturnValue().Set(buffer);
1733 Local<Value> buffer;
1734 if (!Buffer::New(env, ab, 0, ab->ByteLength()).ToLocal(&buffer)) return;
1735 args.GetReturnValue().Set(buffer);
1811 // Setup next session and move hello to the BIO buffer
1933 Local<Value> buffer;
1934 if (!Buffer::New(env, ab, 0, ab->ByteLength()).ToLocal(&buffer)) return;
1935 args.GetReturnValue().Set(buffer);