Searched refs:iAlPduFragPos (Results 1 – 2 of 2) sorted by relevance
1361 iAlPduFragPos = NULL; in H223IncomingChannel()1425 iAlPduFragPos = NULL; in ResetAlPdu()1451 iAlPduFragPos = (uint8*)iAlPduFrag.getMemFragPtr(); in AppendAlPduFrag()1474 else if (iAlPduFragPos == NULL) in CopyToCurrentFrag()1478 if (iAlPduFragPos == NULL) in CopyToCurrentFrag()1483 …_in_current_frag = ((uint8*)iAlPduFrag.getMemFragPtr() + iAlPduFrag.getCapacity() - iAlPduFragPos); in CopyToCurrentFrag()1486 oscl_memcpy(iAlPduFragPos, buf, num_bytes_copied); in CopyToCurrentFrag()1488 iAlPduFragPos += num_bytes_copied; in CopyToCurrentFrag()1493 iAlPduFragPos = NULL; in CopyToCurrentFrag()1558 if (iAlPduFragPos) in AlDispatch()[all …]
496 uint8* iAlPduFragPos; variable