Searched refs:prev_dcd_head (Results 1 – 1 of 1) sorted by relevance
110 uint32_t *prev_dcd_head; member628 if (dctx->prev_dcd_head && (type != SB_DCD_NOOP) && in sb_build_dcd_block()629 ((dctx->prev_dcd_head[0] & 0xff0000ff) == type)) { in sb_build_dcd_block()640 dctx->prev_dcd_head = dctx->payload + in sb_build_dcd_block()655 dctx->prev_dcd_head = dctx->payload + in sb_build_dcd_block()703 ((dctx->prev_dcd_head - dctx->payload) * in sb_build_dcd_block()705 dctx->prev_dcd_head[0] = htonl(type | (length << 8)); in sb_build_dcd_block()
Completed in 6 milliseconds