Searched refs:last_header (Results 1 – 5 of 5) sorted by relevance
71 char *last_header; member130 pa_xfree(c->last_header); in pa_rtsp_client_free()245 if (c->last_header) { in line_callback()248 pa_headerlist_puts(c->response_headers, c->last_header, tmp); in line_callback()250 pa_xfree(c->last_header); in line_callback()251 c->last_header = NULL; in line_callback()264 if (c->last_header && ' ' == s2[0]) { in line_callback()272 if (c->last_header) { in line_callback()276 pa_headerlist_puts(c->response_headers, c->last_header, tmp); in line_callback()278 pa_xfree(c->last_header); in line_callback()[all …]
32 uint32_t last_header; // Cached header to see if parsing is needed member47 s->last_header = -1; in pcm_dvd_decode_init()60 if (s->last_header == header_int) in pcm_dvd_parse_header()62 s->last_header = -1; in pcm_dvd_parse_header()136 s->last_header = header_int; in pcm_dvd_parse_header()
53 guint32 last_header; member
158 faad->last_header = 0; in gst_faad_reset()688 if (GST_READ_UINT32_BE (input_data) >> 4 != faad->last_header >> 4) { in gst_faad_handle_frame()690 faad->last_header = GST_READ_UINT32_BE (input_data); in gst_faad_handle_frame()
717 union packed_instr last_header; in write_dest() local718 last_header.u32 = ctx->last_alu_header; in write_dest()722 clean_header.u32 = last_header.u32; in write_dest()728 if (last_header.alu.num_followup_alu_sharing_header < 3 && in write_dest()730 last_header.alu.num_followup_alu_sharing_header++; in write_dest()732 last_header.u32); in write_dest()733 ctx->last_alu_header = last_header.u32; in write_dest()