Home
last modified time | relevance | path

Searched refs:pcBuffer (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/modules/msos/utopia_core/linux_kernel/
H A Dutopia_adp_bypass.c282 char* pcBuffer=NULL; in CmpStructRecursiveCpy() local
311 pcBuffer = MALLOC(pTable[i].size_or_next); in CmpStructRecursiveCpy()
312 *ppDest = pcBuffer; in CmpStructRecursiveCpy()
508 char* pcBuffer=NULL; in StructRecursiveCpy() local
526 pcBuffer = MALLOC(pTable[i].size_or_next); in StructRecursiveCpy()
527 *ppDest = pcBuffer; in StructRecursiveCpy()
529 if(iMode&SRC_MODE_COPY)fcpy(pcBuffer,pSrc,pTable[i].size_or_next); in StructRecursiveCpy()
533 pcBuffer = *ppDest; in StructRecursiveCpy()
535 if(iMode&SRC_MODE_COPY)SkipCpy(pcBuffer,pSrc,pTable,fcpy); in StructRecursiveCpy()
547 …ret += StructRecursiveCpy((void**)(pcBuffer+pTable[i].offset),*((void**)(pcSrc+pTable[i].offset)),… in StructRecursiveCpy()