Lines Matching refs:byteskipcount
1466 int byteskipcount=0; in test_pack() local
1525 byteskipcount+=og.header_len; in test_pack()
1526 if(byteskipcount>byteskip){ in test_pack()
1527 memcpy(next,og.header,byteskipcount-byteskip); in test_pack()
1528 next+=byteskipcount-byteskip; in test_pack()
1529 byteskipcount=byteskip; in test_pack()
1532 byteskipcount+=og.body_len; in test_pack()
1533 if(byteskipcount>byteskip){ in test_pack()
1534 memcpy(next,og.body,byteskipcount-byteskip); in test_pack()
1535 next+=byteskipcount-byteskip; in test_pack()
1536 byteskipcount=byteskip; in test_pack()