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

  /external/pdfium/xfa/src/fgas/src/xml/
fx_sax_imp.cpp 31 FX_DWORD dwLen) {
37 if (dwLen == -1 || dwStart + dwLen > dwSize) {
38 dwLen = dwSize - dwStart;
40 if (dwLen == 0) {
43 m_dwBufSize = std::min(dwLen, kSaxFileBufSize);
49 m_dwEnd = dwStart + dwLen;
174 FX_DWORD dwLen,
178 if (!m_File.StartFile(pFile, dwStart, dwLen)) {
fx_sax_imp.h 13 FX_BOOL StartFile(IFX_FileRead* pFile, FX_DWORD dwStart, FX_DWORD dwLen);
70 FX_DWORD dwLen = -1,
  /external/pdfium/xfa/src/fgas/include/
fx_sax.h 56 FX_DWORD dwLen = -1,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winver.h 143 WINBOOL WINAPI GetFileVersionInfoA(LPCSTR lptstrFilename,DWORD dwHandle,DWORD dwLen,LPVOID lpData);
144 WINBOOL WINAPI GetFileVersionInfoW(LPCWSTR lptstrFilename,DWORD dwHandle,DWORD dwLen,LPVOID lpData);
dmusici.h 663 DWORD dwLen;
    [all...]
wincrypt.h 662 WINIMPM WINBOOL WINAPI CryptGenRandom(HCRYPTPROV hProv,DWORD dwLen,BYTE *pbBuffer);
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 355 milliseconds