Searched refs:tmpByteBuffer (Results 1 – 1 of 1) sorted by relevance
129 uint8_t *tmpByteBuffer = (uint8_t *)SoftBusCalloc(capacity * sizeof(uint8_t)); in ConnNewLimitedBuffer() local130 if (tmpLimiteBuffer == NULL || tmpByteBuffer == NULL) { in ConnNewLimitedBuffer()132 SoftBusFree(tmpByteBuffer); in ConnNewLimitedBuffer()135 tmpLimiteBuffer->buffer = tmpByteBuffer; in ConnNewLimitedBuffer()