/third_party/lzma/CPP/7zip/Archive/ |
H A D | LzmaHandler.cpp | 173 CHeader _header;
member 263 if (_header.FilterID != 0)
in GetMethod() 266 s = DictSizeToString(_header.GetDicSize(), s);
in GetMethod() 268 UInt32 d = _header.GetProp();
in GetMethod() 288 case kpidSize: if (_stream && _header.HasSize()) prop = _header.Size; break;
in GetProperty() 352 if (!_header.Parse(buf, _lzma86))
363 && _header.Size == 0
364 // && _header.FilterID == 0
365 && _header [all...] |
/third_party/node/lib/ |
H A D | _http_outgoing.js | 147 this._header = null; 283 if (this._header) { 363 if (!this._headerSent && this._header !== null) { 364 // `this._header` can be null if OutgoingMessage is used without a proper Socket 368 data = this._header + data; 370 const header = this._header; 538 this._header = header + '\r\n'; 647 if (this._header) { 662 if (this._header) { 684 if (this._header) { [all...] |
H A D | _http_client.js | 320 if (this._header) { 402 if (this._header) {
|
H A D | _http_server.js | 384 if (k === undefined && this._header) {
|
/third_party/node/deps/npm/node_modules/http-proxy-agent/dist/ |
H A D | index.js | 61 req._header = null; 99 req._header = null; 103 // At this point, the http ClientRequest's internal `_header` field 115 req._header + first.substring(endOfHeaders);
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
H A D | 7zIn.cpp | 339 RINOK(ReadStream_FALSE(stream, _header, kHeaderSize))
in FindAndReadSignature() 341 if (TestSignature2(_header))
in FindAndReadSignature() 348 memcpy(buf, _header, kHeaderSize);
in FindAndReadSignature() 386 memcpy(_header, p, kHeaderSize);
in FindAndReadSignature() 1584 db.ArcInfo.Version.Major = _header[6];
in ReadDatabase2() 1585 db.ArcInfo.Version.Minor = _header[7];
in ReadDatabase2() 1593 UInt64 nextHeaderOffset = Get64(_header + 12);
in ReadDatabase2() 1594 UInt64 nextHeaderSize = Get64(_header + 20);
in ReadDatabase2() 1595 UInt32 nextHeaderCRC = Get32(_header + 28);
in ReadDatabase2() 1598 const UInt32 crcFromArc = Get32(_header in ReadDatabase2() [all...] |
H A D | 7zIn.h | 358 Byte _header[kHeaderSize];
member in NArchive::N7z::CInArchive
|
/third_party/node/test/parallel/ |
H A D | test-http-outgoing-renderHeaders.js | 13 outgoingMessage._header = {};
|
/third_party/mesa3d/src/imagination/vulkan/ |
H A D | pvr_csb.h | 131 #define pvr_cmd_header(x) PVRX(x##_header)
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
H A D | iris_genx_macros.h | 75 #define __genxml_cmd_header(cmd) cmd ## _header
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_genx_macros.h | 80 #define __genxml_cmd_header(cmd) cmd ## _header
|
/third_party/mesa3d/src/broadcom/vulkan/ |
H A D | v3dv_cl.h | 152 #define cl_packet_header(packet) V3DX(packet ## _header)
|
/third_party/mesa3d/src/gallium/drivers/v3d/ |
H A D | v3d_cl.h | 198 #define cl_packet_header(packet) V3DX(packet ## _header)
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_cl.h | 221 #define cl_packet_header(packet) V3D21_ ## packet ## _header
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 764 _header = 'nP' variable 767 _header = '2P' + _header variable 769 _vheader = _header + 'n' 773 return struct.calcsize(_header + fmt + _align)
|
/third_party/node/src/ |
H A D | node_dtrace.cc | 221 SLURP_STRING(arg0, _header, &header); in DTRACE_HTTP_CLIENT_REQUEST()
|
/third_party/node/lib/internal/http2/ |
H A D | compat.js | 503 get _header() {
|
/third_party/json/tools/cpplint/ |
H A D | cpplint.py | 5946 for _header, _templates in _HEADERS_MAYBE_TEMPLATES: 5953 _header)) 5967 for _header, _templates in _HEADERS_CONTAINING_TEMPLATES: 5972 _header))
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_serialize.c | 500 unsigned _header:22; /* <-- Header */ member 509 unsigned _header:22; /* <-- Header */ member
|
/third_party/mesa3d/src/intel/common/ |
H A D | mi_builder.h | 69 #define __genxml_cmd_header(cmd) cmd ## _header
|
/third_party/mesa3d/src/intel/common/tests/ |
H A D | mi_builder_test.cpp | 70 #define __genxml_cmd_header(cmd) cmd ## _header
|
/third_party/mesa3d/src/intel/blorp/ |
H A D | blorp_genX_exec.h | 147 #define _blorp_cmd_header(cmd) cmd ## _header
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_private.h | 1648 #define __anv_cmd_header(cmd) cmd ## _header
|