HomeSort by relevance Sort by last modified time
    Searched refs:nLength (Results 1 - 25 of 38) sorted by null

1 2

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 291 int nLength = 2048;
292 std::vector<uint8_t> pBuff(nLength);
293 nLength = m_pFormFillEnv->JS_appResponse(wsQuestion.c_str(), wsTitle.c_str(),
295 bMark, pBuff.data(), nLength);
296 if (nLength <= 0)
299 nLength = std::min(2046, nLength);
300 pBuff[nLength] = 0;
301 pBuff[nLength + 1] = 0;
303 nLength / sizeof(uint16_t))
    [all...]
  /external/pdfium/fxjs/
cjs_globaldata.h 64 int32_t& nLength);
67 int32_t nLength);
cjs_globaldata.cpp 223 int32_t nLength = 0;
225 LoadFileBuffer(m_sFilePath.c_str(), pBuffer, nLength);
226 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY));
245 if (dwSize == nLength - sizeof(uint16_t) * 2 - sizeof(uint32_t) * 2) {
247 if (p > pBuffer + nLength)
253 if (p + dwNameLen > pBuffer + nLength)
290 if (p + dwLength > pBuffer + nLength)
345 int32_t& nLength) {
351 int32_t nLength) {
cfxjse_formcalc_context.cpp 342 int32_t nLength = wsPattern.GetLength();
346 while (i < nLength) {
354 nLength--;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincon.h 207 WINBASEAPI WINBOOL WINAPI PeekConsoleInputA(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead);
208 WINBASEAPI WINBOOL WINAPI PeekConsoleInputW(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead);
209 WINBASEAPI WINBOOL WINAPI ReadConsoleInputA(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead);
210 WINBASEAPI WINBOOL WINAPI ReadConsoleInputW(HANDLE hConsoleInput,PINPUT_RECORD lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsRead);
211 WINBASEAPI WINBOOL WINAPI WriteConsoleInputA(HANDLE hConsoleInput,CONST INPUT_RECORD *lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsWritten);
212 WINBASEAPI WINBOOL WINAPI WriteConsoleInputW(HANDLE hConsoleInput,CONST INPUT_RECORD *lpBuffer,DWORD nLength,LPDWORD lpNumberOfEventsWritten);
217 WINBASEAPI WINBOOL WINAPI ReadConsoleOutputCharacterA(HANDLE hConsoleOutput,LPSTR lpCharacter,DWORD nLength,COORD dwReadCoord,LPDWORD lpNumberOfCharsRead);
218 WINBASEAPI WINBOOL WINAPI ReadConsoleOutputCharacterW(HANDLE hConsoleOutput,LPWSTR lpCharacter,DWORD nLength,COORD dwReadCoord,LPDWORD lpNumberOfCharsRead);
219 WINBASEAPI WINBOOL WINAPI ReadConsoleOutputAttribute(HANDLE hConsoleOutput,LPWORD lpAttribute,DWORD nLength,COORD dwReadCoord,LPDWORD lpNumberOfAttrsRead);
220 WINBASEAPI WINBOOL WINAPI WriteConsoleOutputCharacterA(HANDLE hConsoleOutput,LPCSTR lpCharacter,DWORD nLength,COORD dwWriteCoord,LPDWORD lpNumberOfCharsWritten)
    [all...]
minwinbase.h 14 DWORD nLength;
wtypesbase.h 148 DWORD nLength;
securitybaseapi.h 93 WINADVAPI WINBOOL WINAPI GetFileSecurityW (LPCWSTR lpFileName, SECURITY_INFORMATION RequestedInformation, PSECURITY_DESCRIPTOR pSecurityDescriptor, DWORD nLength, LPDWORD lpnLengthNeeded);
98 WINADVAPI WINBOOL WINAPI GetKernelObjectSecurity (HANDLE Handle, SECURITY_INFORMATION RequestedInformation, PSECURITY_DESCRIPTOR pSecurityDescriptor, DWORD nLength, LPDWORD lpnLengthNeeded);
mq.h 607 HRESULT WINAPI MQGetQueueSecurity(LPCWSTR lpwcsFormatName,SECURITY_INFORMATION RequestedInformation,PSECURITY_DESCRIPTOR pSecurityDescriptor,DWORD nLength,LPDWORD lpnLengthNeeded);
  /external/ImageMagick/Magick++/lib/
Thread.cpp 46 security.nLength=sizeof(security);
  /external/google-breakpad/src/tools/windows/dump_syms/
dump_syms_unittest.cc 103 sec_attr_stdout.nLength = sizeof(sec_attr_stdout);
114 sec_attr_stdin.nLength = sizeof(sec_attr_stdin);
  /external/pdfium/core/fpdfdoc/
cpdf_interform.cpp 496 size_t nLength;
497 name_extractor.GetNext(pName, nLength);
500 while (nLength > 0) {
502 WideString name = WideString(pName, nLength);
509 name_extractor.GetNext(pName, nLength);
524 size_t nLength;
525 name_extractor.GetNext(pName, nLength);
528 while (nLength > 0 && pNode) {
530 WideString name = WideString(pName, nLength);
532 name_extractor.GetNext(pName, nLength);
    [all...]
  /external/pdfium/fpdfsdk/
fpdfppo.cpp 79 size_t nLength = rangstring.GetLength();
81 for (size_t i = 0; i < nLength; ++i) {
89 while (nStringTo < nLength) {
92 nStringTo = nLength;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_symbolizer_win.cc 175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/pdfium/core/fxcrt/
bytestring.cpp 586 size_t nLength = m_pData->m_nDataLength;
587 while (nLength--) {
588 if (m_pData->m_String[nLength] == ch)
589 return Optional<size_t>(nLength);
  /external/icu/icu4c/source/common/
umapfile.cpp 153 mappingAttributes.nLength = sizeof(mappingAttributes);
  /external/pdfium/xfa/fgas/font/
cfgas_fontmgr.cpp 815 unsigned long nLength = 0;
816 unsigned int error = FXFT_Load_Sfnt_Table(pFace, dwTag, 0, nullptr, &nLength);
817 if (error == 0 && nLength != 0) {
818 table.resize(nLength);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/ProcessDsc/
MultiThread.c 473 SecAttr.nLength = sizeof (SECURITY_ATTRIBUTES);
  /external/webrtc/webrtc/base/
win32filesystem.cc 160 security_attributes.nLength = sizeof(security_attributes);
  /sdk/find_java/src/source/
find_java_lib.cpp 456 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /sdk/find_java2/src/
JavaFinder.cpp 91 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/deqp/execserver/
xsWin32TestProcess.cpp 521 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/deqp/framework/delibs/deutil/
deProcess.c 657 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES);
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_named_pipe.c 401 priv->attr.nLength = sizeof(priv->attr);
  /system/core/adb/
adb.cpp 665 sa.nLength = sizeof(sa);
    [all...]

Completed in 716 milliseconds

1 2