Home | History | Annotate | Download | only in Misc

Lines Matching refs:UInt8

369     const UInt8 *inBytes = static_cast<const UInt8 *>([userTypedData bytes]);
380 UInt8 c = inBytes[i];
436 const UInt8 *bytes = static_cast<const UInt8*>([data bytes]);
452 UInt8 *buffer = (UInt8 *)malloc(URL_BYTES_BUFFER_LENGTH);
456 buffer = (UInt8 *)realloc(buffer, bytesToAllocate);
628 UInt8 *urlBytes, buffer[2048];
632 urlBytes = static_cast<UInt8*>(malloc(numBytes));
664 UInt8* urlBytes;
665 UInt8 buffer[2048];
669 urlBytes = static_cast<UInt8*>(malloc(numBytes));
729 UInt8 static_buffer[URL_BYTES_BUFFER_LENGTH];
730 UInt8 *buffer = static_buffer;
734 buffer = static_cast<UInt8 *>(malloc(bytesToAllocate));
794 UInt8 staticAllBytesBuffer[URLComponentTypeBufferLength];
795 UInt8 *allBytesBuffer = staticAllBytesBuffer;
800 allBytesBuffer = static_cast<UInt8 *>(malloc(bytesToAllocate));