Lines Matching full:p_dst
986 UINT8 *p_dst;
1031 p_dst = (UINT8*) (p_last_buf + 1) + p_last_buf->offset + p_last_buf->len;
1034 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length);
1037 memcpy (p_dst, p_ui_pdu, ui_pdu_length);
1068 p_dst = (UINT8*) (p_msg + 1);
1071 UINT16_TO_BE_STREAM (p_dst, ui_pdu_length);
1073 memcpy (p_dst, p_ui_pdu, ui_pdu_length);