Home | History | Annotate | Download | only in src

Lines Matching refs:buffer

60    type = psRawData->buffer[offset];
61 length = psRawData->buffer[offset+1];
72 psValueBuffer->buffer = psRawData->buffer + offset;
111 psValueBuffer->buffer[offset] = type;
115 psValueBuffer->buffer[offset] = length;
121 psValueBuffer->buffer[offset] = pValue[i];
158 psValueBuffer->buffer[nTlvOffset+1] += length;
161 memcpy(psValueBuffer->buffer + offset, pValue, length);
190 * Initializes a Fifo Cyclic Buffer to point to some allocated memory.
204 * Clears the Fifo Cyclic Buffer - loosing any data that was in it.
214 * Attempts to write dataLength bytes to the specified Fifo Cyclic Buffer.
254 * Attempts to read dataLength bytes from the specified Fifo Cyclic Buffer.
267 //No more bytes in buffer
296 * Returns the number of bytes currently stored in Fifo Cyclic Buffer.
326 * Returns the available room for writing in Fifo Cyclic Buffer.