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

  /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...]
  /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/grpc-grpc/src/core/lib/security/credentials/alts/
check_gcp_environment_windows.cc 65 sa.nLength = sizeof(sa);
  /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 163 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);
  /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);
  /external/ImageMagick/MagickCore/
nt-base.c     [all...]
  /external/deqp/external/vulkancts/modules/vulkan/synchronization/
vktSynchronizationWin32KeyedMutexTests.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
edk2module.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
posixmodule.c     [all...]
  /external/python/cpython2/Modules/
posixmodule.c     [all...]
  /external/python/cpython3/Modules/
posixmodule.c     [all...]
  /external/syzkaller/sys/windows/gen/
amd64.go 20 &LenType{IntTypeCommon: IntTypeCommon{TypeCommon: TypeCommon{TypeName: "len", FldName: "nLength", TypeSize: 4}}, Buf: "parent"},
    [all...]

Completed in 888 milliseconds