Searched refs:rawKeystrokes (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/IOHIDFamily-503.215.2/IOHIDSystem/
H A DIOHIDSecurePromptClient.cpp109 *rawKeystrokes; // This is a buffer of IOHIDSecurePromptClient_RawKeystrokeData's member in struct:IOHIDSecurePromptClient_ExpansionData
739 __InsertBytes(_reserved->rawKeystrokes, _reserved->insertionPoint, _reserved->stringLength, &newKeystroke, 1, sizeof(newKeystroke));
814 memmove(_reserved->rawKeystrokes + deleteBegin,
815 _reserved->rawKeystrokes + (deleteBegin + count),
852 require(_reserved->rawKeystrokes, invalid);
1191 __InsertBytes(_reserved->rawKeystrokes, _reserved->insertionPoint, _reserved->stringLength, string, length, sizeof(UTF32Char));
1393 memcpy(newKeystrokeOffset, _reserved->rawKeystrokes, _reserved->stringLength * sizeof(IOHIDSecurePromptClient_RawKeystrokeData));
1397 _reserved->rawKeystrokes = (IOHIDSecurePromptClient_RawKeystrokeData*)newKeystrokeOffset;

Completed in 177 milliseconds