Home
last modified time | relevance | path

Searched refs:newBuf (Results 1 - 1 of 1) sorted by relevance

/drivers/hdf_core/framework/utils/src/
H A Dhdf_sbuf.c427 struct HdfSBuf *newBuf = NULL; in HdfSbufCopy() local
429 newBuf = (struct HdfSBuf *)OsalMemAlloc(sizeof(struct HdfSBuf)); in HdfSbufCopy()
430 if (newBuf == NULL) { in HdfSbufCopy()
433 newBuf->impl = sbuf->impl->copy(sbuf->impl); in HdfSbufCopy()
434 if (newBuf->impl == NULL) { in HdfSbufCopy()
435 OsalMemFree(newBuf); in HdfSbufCopy()
438 newBuf->type = sbuf->type; in HdfSbufCopy()
439 return newBuf; in HdfSbufCopy()
444 struct HdfSBuf *newBuf = NULL; in HdfSbufMove() local
446 newBuf in HdfSbufMove()
[all...]

Completed in 2 milliseconds