Searched refs:lpValue (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/ |
D | cfxjse_value.h | 77 void Assign(const CFXJSE_Value* lpValue) { in Assign() argument 78 ASSERT(lpValue); in Assign() 79 if (lpValue) { in Assign() 80 m_hValue.Reset(m_pIsolate, lpValue->m_hValue); in Assign()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 11 SetEnvironmentVariableA(lpName ptr[inout, int8], lpValue ptr[inout, int8]) 241 …bute(lpAttributeList ptr[inout, intptr], dwFlags int32, Attribute int64, lpValue ptr[inout, array[… 1800 …alendar int32, CalType int32, lpCalData ptr[inout, int8], cchData int32, lpValue ptr[inout, int32]) 1807 GetNumberFormatA(Locale int32, dwFlags int32, lpValue ptr[inout, int8], lpFormat ptr[inout, intptr]… 1808 GetCurrencyFormatA(Locale int32, dwFlags int32, lpValue ptr[inout, int8], lpFormat ptr[inout, intpt… 1858 …nout, int16], CalType int32, lpCalData ptr[inout, int16], cchData int32, lpValue ptr[inout, int32]) 1859 GetNumberFormatEx(lpLocaleName ptr[inout, int16], dwFlags int32, lpValue ptr[inout, int16], lpForma… 1860 GetCurrencyFormatEx(lpLocaleName ptr[inout, int16], dwFlags int32, lpValue ptr[inout, int16], lpFor… 1978 RegGetValueA(hkey ptr[inout, intptr], lpSubKey ptr[inout, int8], lpValue ptr[inout, int8], dwFlags …
|