Home
last modified time | relevance | path

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

/haiku/src/add-ons/translators/shared/
H A DStreamBuffer.cpp119 StreamBuffer::Read(void *_pinto, size_t nbytes) in Read() argument
121 if (_pinto == NULL) in Read()
127 uint8 *pinto = (uint8 *)_pinto; in Read()