Searched refs:hdr_pos (Results 1 – 2 of 2) sorted by relevance
273 u16_t hdr_pos; /* The position of the first unsent header byte in the member870 hs->hdr_pos = 0;943 hs->hdr_pos = 0;1022 sendlen = (len < (hdrlen - hs->hdr_pos)) ? len : (hdrlen - hs->hdr_pos);1026 ptr = (const void *)(hs->hdrs[hs->hdr_index] + hs->hdr_pos);1046 hs->hdr_pos += sendlen;1050 if (hs->hdr_pos == hdrlen) {1058 hs->hdr_pos = 0;
847 guint hdr_pos; in do_plugin_load() local857 hdr_pos = l->tx_buf_write; in do_plugin_load()873 GST_WRITE_UINT32_BE (l->tx_buf + hdr_pos + 4, offset - HEADER_SIZE); in do_plugin_load()