Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/core/connection/common/src/
H A Dsoftbus_conn_common.c129 uint8_t *tmpByteBuffer = (uint8_t *)SoftBusCalloc(capacity * sizeof(uint8_t)); in ConnNewLimitedBuffer() local
130 if (tmpLimiteBuffer == NULL || tmpByteBuffer == NULL) { in ConnNewLimitedBuffer()
132 SoftBusFree(tmpByteBuffer); in ConnNewLimitedBuffer()
135 tmpLimiteBuffer->buffer = tmpByteBuffer; in ConnNewLimitedBuffer()