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

/macosx-10.10/WebCore-7600.1.25/plugins/
H A DPluginView.cpp412 const size_t cstrLength = cstr.length(); local
413 char* result = reinterpret_cast<char*>(fastMalloc(cstrLength + 1));
415 memcpy(result, cstr.data(), cstrLength);
416 result[cstrLength] = '\0';

Completed in 117 milliseconds