Searched refs:byteskip (Results 1 – 1 of 1) sorted by relevance
1454 void test_pack(const int *pl, const int **headers, int byteskip, in test_pack() argument1526 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()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()