| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
| H A D | protocol_proto.cpp | 433 void FillPhyHeaderLenInfo(uint32_t packetLen, uint64_t sum, uint8_t type, uint8_t paddingLen, CommPhyHeader &header) in FillPhyHeaderLenInfo() argument
|
| /foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/ |
| H A D | obex_headers.cpp | 194 std::unique_ptr<ObexOptionalHeader> header = nullptr; in ParseBytes() local 236 ObexHeader::ObexHeader(const ObexHeader &header, bool fieldOnly) in ObexHeader() argument 275 auto header = std::make_unique<ObexHeader>(); CreateRequest() local 295 auto header = std::make_unique<ObexHeader>(); CreateResponse() local 310 auto header = std::make_unique<ObexHeader>(); ParseRequest() local 319 auto header = std::make_unique<ObexHeader>(); ParseResponse() local 420 Append(std::unique_ptr<ObexOptionalHeader> &header) Append() argument 444 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalUnicodeHeader>(headerId, text); AppendUnicode() local 450 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalByteHeader>(headerId, byte); AppendByte() local 456 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalBytesHeader>(headerId, byteBuf, size); AppendBytes() local 462 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalWordHeader>(headerId, word); AppendWord() local 468 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalStringHeader>(headerId, str); AppendString() local 474 std::unique_ptr<ObexOptionalHeader> header = std::make_unique<ObexOptionalTlvHeader>(headerId, tlvParamters); AppendTlvTriplets() local 787 auto &header = optionalHeaders_.at(index); RemoveItem() local [all...] |
| /foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
| H A D | nstackx_file_manager.c | 1146 DFileFrameHeader *header = NULL; in RefreshBytesTransFerred() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mpeg4videodec.c | 3309 ff_mpeg4_decode_picture_header(Mpeg4DecContext *ctx, GetBitContext *gb, int header, int parse_only) ff_mpeg4_decode_picture_header() argument [all...] |
| H A D | flacenc.c | 138 static void write_streaminfo(FlacEncodeContext *s, uint8_t *header) in write_streaminfo() argument
|
| H A D | mpegaudiodec_template.c | 1557 uint32_t header; in decode_frame() local 1642 uint32_t header; in decode_frame_adu() local 1824 uint32_t header; decode_frame_mp3on4() local [all...] |
| H A D | qdm2.c | 1124 QDM2SubPacket header, *packet; in qdm2_decode_super_block() local [all...] |
| H A D | svq3.c | 1013 int i, header; in svq3_decode_slice_header() local 1043 uint32_t header = AV_RL32(&s->slice_buf[1]); in svq3_decode_slice_header() local [all...] |
| H A D | sanm.c | 1483 SANMFrameHeader header; in decode_frame() local [all...] |
| /third_party/elfutils/debuginfod/ |
| H A D | debuginfod-client.c | 1962 int debuginfod_add_http_header (debuginfod_client *client, const char* header) in debuginfod_add_http_header() argument [all...] |
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_drawtext.c | 1616 const AVDetectionBBoxHeader *header = NULL; in filter_frame() local
|
| /third_party/ffmpeg/libavformat/ |
| H A D | avidec.c | 150 char header[8] = {0}; in get_riff() local [all...] |
| H A D | rtsp.c | 1413 ff_rtsp_send_cmd_with_content(AVFormatContext *s, const char *method, const char *url, const char *header, RTSPMessageHeader *reply, unsigned char **content_ptr, const unsigned char *send_content, int send_content_length) ff_rtsp_send_cmd_with_content() argument
|
| /third_party/backends/backend/ |
| H A D | dell1600n_net.c | 1128 char header[8] = { 2, 0, 0, 2, 0, 0, 0, 0 }; in InitPacket() local
|
| H A D | fujitsu.c | 7534 unsigned char * header = out; /*header*/ in set_window() local [all...] |
| /third_party/backends/backend/pixma/ |
| H A D | pixma_mp800.c | 1078 static int read_image_block (pixma_t * s, uint8_t * header, uint8_t * data) in read_image_block() argument 2251 uint8_t header[16]; in mp810_fill_buffer() local [all...] |
| /third_party/curl/lib/ |
| H A D | http.c | 224 char *Curl_copy_header_value(const char *header) in Curl_copy_header_value() argument 1451 Curl_compareheader(const char *headerline, const char *header, const size_t hlen, const char *content, const size_t clen) Curl_compareheader() argument 3866 const char *header = Curl_dyn_ptr(&data->state.headerb); verify_header() local [all...] |
| H A D | http2.c | 745 char *curl_pushheader_byname(struct curl_pushheaders *h, const char *header) in curl_pushheader_byname() argument 2838 curl_pushheader_byname(struct curl_pushheaders *h, const char *header) curl_pushheader_byname() argument [all...] |
| /third_party/cups-filters/filter/ |
| H A D | pdftoraster.cxx | 110 cups_page_header2_t header; member [all...] |
| H A D | rastertopdf.cpp | 1312 cups_page_header2_t header; /* Page header from file */ in main() local [all...] |
| /third_party/gptfdisk/ |
| H A D | gpt.cc | 552 CheckHeaderCRC(struct GPTHeader* header, int warn) CheckHeaderCRC() argument 1055 LoadHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector, int *crcOk) LoadHeader() argument 1100 LoadPartitionTable(const struct GPTHeader & header, DiskIO & disk, uint64_t sector) LoadPartitionTable() argument 1143 CheckTable(struct GPTHeader *header) CheckTable() argument 1376 SaveHeader(struct GPTHeader *header, DiskIO & disk, uint64_t sector) SaveHeader() argument 2557 ReverseHeaderBytes(struct GPTHeader* header) ReverseHeaderBytes() argument [all...] |
| /third_party/icu/icu4c/source/common/ |
| H A D | ucnvmbcs.cpp | 1561 _MBCSHeader *header=(_MBCSHeader *)raw; in ucnv_MBCSLoad() local [all...] |
| /third_party/lzma/C/ |
| H A D | XzDec.c | 838 SRes XzBlock_Parse(CXzBlock *p, const Byte *header)
in XzBlock_Parse() argument [all...] |
| /third_party/lzma/CPP/7zip/UI/FileManager/ |
| H A D | ProgressDialog2.cpp | 1302 bool CProgressDialog::OnNotify(UINT /* controlID */, LPNMHDR header)
in OnNotify() argument
|
| /third_party/lame/libmp3lame/ |
| H A D | util.h | 282 } header[MAX_HEADER_BUF]; member
|