Searched refs:fill_header (Results 1 – 7 of 7) sorted by relevance
/third_party/grpc/src/core/ext/transport/chttp2/transport/ |
D | frame_settings.cc | 36 static uint8_t* fill_header(uint8_t* out, uint32_t length, uint8_t flags) { in fill_header() function 62 p = fill_header(GRPC_SLICE_START_PTR(output), 6 * n, 0); in grpc_chttp2_settings_create() 83 fill_header(GRPC_SLICE_START_PTR(output), 0, GRPC_CHTTP2_FLAG_ACK); in grpc_chttp2_settings_ack_create()
|
D | hpack_encoder.cc | 284 static void fill_header(uint8_t* p, uint8_t type, uint32_t id, size_t len, in fill_header() function 339 fill_header(GRPC_SLICE_START_PTR(st->output->slices[st->header_idx]), type, in finish_frame()
|
/third_party/ffmpeg/libavformat/ |
D | nsvdec.c | 213 static int nsv_read_chunk(AVFormatContext *s, int fill_header); 527 static int nsv_read_chunk(AVFormatContext *s, int fill_header) in nsv_read_chunk() argument 617 if (fill_header) { in nsv_read_chunk()
|
/third_party/gettext/gettext-tools/src/ |
D | msginit.c | 145 static msgdomain_list_ty *fill_header (msgdomain_list_ty *mdlp); 381 result = fill_header (result); in main() 1808 fill_header (msgdomain_list_ty *mdlp) in fill_header() function
|
D | ChangeLog.0 | 213 subst_string_list, fill_header): Likewise. 881 * msginit.c (fill_header): Also replace "PACKAGE" in the comment. 1423 (fill_header): Call getter with 0 or 1 argument. 1528 (fill_header): Update accordingly.
|
D | ChangeLog.1 | 1749 (fill_header): Update. 5088 * msginit.c (fill_header): Use is_header macro. Update. 5952 * msginit.c (fill_header): Avoid a NULL pointer access when the header
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_acceleration_structure.c | 881 uint32_t fill_header; member 1290 nir_ssa_def *fill_header = in build_internal_shader() local 1349 nir_push_if(&b, fill_header); in build_internal_shader() 1894 .fill_header = bvh_states[i].node_count | (final_iter ? 0x80000000U : 0), in radv_CmdBuildAccelerationStructuresKHR()
|