Home
last modified time | relevance | path

Searched refs:nLength (Results 1 – 23 of 23) sorted by relevance

/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_context.cpp291 int nLength = 2048; in Response() local
292 std::vector<uint8_t> pBuff(nLength); in Response()
293 nLength = m_pFormFillEnv->JS_appResponse(wsQuestion.c_str(), wsTitle.c_str(), in Response()
295 bMark, pBuff.data(), nLength); in Response()
296 if (nLength <= 0) in Response()
299 nLength = std::min(2046, nLength); in Response()
300 pBuff[nLength] = 0; in Response()
301 pBuff[nLength + 1] = 0; in Response()
303 nLength / sizeof(uint16_t)); in Response()
/external/pdfium/fxjs/
Dcjs_globaldata.cpp223 int32_t nLength = 0; in LoadGlobalPersistentVariables() local
225 LoadFileBuffer(m_sFilePath.c_str(), pBuffer, nLength); in LoadGlobalPersistentVariables()
226 CRYPT_ArcFourCryptBlock(pBuffer, nLength, JS_RC4KEY, sizeof(JS_RC4KEY)); in LoadGlobalPersistentVariables()
245 if (dwSize == nLength - sizeof(uint16_t) * 2 - sizeof(uint32_t) * 2) { in LoadGlobalPersistentVariables()
247 if (p > pBuffer + nLength) in LoadGlobalPersistentVariables()
253 if (p + dwNameLen > pBuffer + nLength) in LoadGlobalPersistentVariables()
290 if (p + dwLength > pBuffer + nLength) in LoadGlobalPersistentVariables()
345 int32_t& nLength) { in LoadFileBuffer() argument
351 int32_t nLength) { in WriteFileBuffer() argument
Dcjs_globaldata.h64 int32_t& nLength);
67 int32_t nLength);
Dcfxjse_formcalc_context.cpp342 int32_t nLength = wsPattern.GetLength(); in AlternateDateTimeSymbols() local
346 while (i < nLength) { in AlternateDateTimeSymbols()
354 nLength--; in AlternateDateTimeSymbols()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp496 size_t nLength; in SetField() local
497 name_extractor.GetNext(pName, nLength); in SetField()
500 while (nLength > 0) { in SetField()
502 WideString name = WideString(pName, nLength); in SetField()
509 name_extractor.GetNext(pName, nLength); in SetField()
524 size_t nLength; in GetField() local
525 name_extractor.GetNext(pName, nLength); in GetField()
528 while (nLength > 0 && pNode) { in GetField()
530 WideString name = WideString(pName, nLength); in GetField()
532 name_extractor.GetNext(pName, nLength); in GetField()
[all …]
/external/pdfium/fpdfsdk/
Dfpdfppo.cpp79 size_t nLength = rangstring.GetLength(); in ParserPageRangeString() local
81 for (size_t i = 0; i < nLength; ++i) { in ParserPageRangeString()
89 while (nStringTo < nLength) { in ParserPageRangeString()
92 nStringTo = nLength; in ParserPageRangeString()
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc103 sec_attr_stdout.nLength = sizeof(sec_attr_stdout); in RunCommand()
114 sec_attr_stdin.nLength = sizeof(sec_attr_stdin); in RunCommand()
/external/ImageMagick/Magick++/lib/
DThread.cpp46 security.nLength=sizeof(security);
/external/pdfium/core/fxcrt/
Dbytestring.cpp586 size_t nLength = m_pData->m_nDataLength; in ReverseFind() local
587 while (nLength--) { in ReverseFind()
588 if (m_pData->m_String[nLength] == ch) in ReverseFind()
589 return Optional<size_t>(nLength); in ReverseFind()
/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp815 unsigned long nLength = 0; in RegisterFace() local
816 unsigned int error = FXFT_Load_Sfnt_Table(pFace, dwTag, 0, nullptr, &nLength); in RegisterFace()
817 if (error == 0 && nLength != 0) { in RegisterFace()
818 table.resize(nLength); in RegisterFace()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_symbolizer_win.cc175 attrs.nLength = sizeof(SECURITY_ATTRIBUTES); in StartSymbolizerSubprocess()
/external/icu/icu4c/source/common/
Dumapfile.cpp153 mappingAttributes.nLength = sizeof(mappingAttributes); in uprv_mapFile()
/external/webrtc/webrtc/base/
Dwin32filesystem.cc160 security_attributes.nLength = sizeof(security_attributes); in CreatePrivateFile()
/external/deqp/execserver/
DxsWin32TestProcess.cpp521 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in start()
/external/deqp/framework/delibs/deutil/
DdeProcess.c657 securityAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in deProcess_start()
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc113 sa.nLength = sizeof(sa);
/external/wpa_supplicant_8/wpa_supplicant/
Dctrl_iface_named_pipe.c401 priv->attr.nLength = sizeof(priv->attr); in ctrl_iface_parse()
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DProgram.inc124 sa.nLength = sizeof(sa);
/external/llvm/lib/Support/Windows/
DProgram.inc124 sa.nLength = sizeof(sa);
/external/ImageMagick/MagickCore/
Dnt-base.c2381 sa.nLength=sizeof(SECURITY_ATTRIBUTES); in NTSystemCommand()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationWin32KeyedMutexTests.cpp1190 m_securityAttributes.nLength = sizeof (SECURITY_ATTRIBUTES); in getSecurityAttributes()
/external/python/cpython2/Modules/
Dposixmodule.c5527 saAttr.nLength = sizeof(SECURITY_ATTRIBUTES); in _PyPopen()
/external/python/cpython3/Modules/
Dposixmodule.c8305 attr.nLength = sizeof(attr);