Home
last modified time | relevance | path

Searched refs:_header (Results 1 - 23 of 23) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/
H A DLzmaHandler.cpp173 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.js147 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.js320 if (this._header) {
402 if (this._header) {
H A D_http_server.js384 if (k === undefined && this._header) {
/third_party/node/deps/npm/node_modules/http-proxy-agent/dist/
H A Dindex.js61 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 D7zIn.cpp339 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 D7zIn.h358 Byte _header[kHeaderSize]; member in NArchive::N7z::CInArchive
/third_party/node/test/parallel/
H A Dtest-http-outgoing-renderHeaders.js13 outgoingMessage._header = {};
/third_party/mesa3d/src/imagination/vulkan/
H A Dpvr_csb.h131 #define pvr_cmd_header(x) PVRX(x##_header)
/third_party/mesa3d/src/gallium/drivers/iris/
H A Diris_genx_macros.h75 #define __genxml_cmd_header(cmd) cmd ## _header
/third_party/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_genx_macros.h80 #define __genxml_cmd_header(cmd) cmd ## _header
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_cl.h152 #define cl_packet_header(packet) V3DX(packet ## _header)
/third_party/mesa3d/src/gallium/drivers/v3d/
H A Dv3d_cl.h198 #define cl_packet_header(packet) V3DX(packet ## _header)
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_cl.h221 #define cl_packet_header(packet) V3D21_ ## packet ## _header
/third_party/python/Lib/test/support/
H A D__init__.py764 _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 Dnode_dtrace.cc221 SLURP_STRING(arg0, _header, &header); in DTRACE_HTTP_CLIENT_REQUEST()
/third_party/node/lib/internal/http2/
H A Dcompat.js503 get _header() {
/third_party/json/tools/cpplint/
H A Dcpplint.py5946 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 Dnir_serialize.c500 unsigned _header:22; /* <-- Header */ member
509 unsigned _header:22; /* <-- Header */ member
/third_party/mesa3d/src/intel/common/
H A Dmi_builder.h69 #define __genxml_cmd_header(cmd) cmd ## _header
/third_party/mesa3d/src/intel/common/tests/
H A Dmi_builder_test.cpp70 #define __genxml_cmd_header(cmd) cmd ## _header
/third_party/mesa3d/src/intel/blorp/
H A Dblorp_genX_exec.h147 #define _blorp_cmd_header(cmd) cmd ## _header
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h1648 #define __anv_cmd_header(cmd) cmd ## _header

Completed in 48 milliseconds