Searched defs:nBufSize (Results 1 - 2 of 2) sorted by relevance

/external/opencv3/3rdparty/libtiff/
H A Dtif_win32.c380 SIZE_T nBufSize = (strlen(szTmpModule) + local
383 if ((szTitle = (LPTSTR)LocalAlloc(LMEM_FIXED, nBufSize)) == NULL)
387 vsnprintf(szTmp, nBufSize-(strlen(szTitle)+2)*sizeof(char), fmt, ap);
411 SIZE_T nBufSize = (strlen(szTmpModule) + local
414 if ((szTitle = (LPTSTR)LocalAlloc(LMEM_FIXED, nBufSize)) == NULL)
418 vsnprintf(szTmp, nBufSize-(strlen(szTitle)+2)*sizeof(char), fmt, ap);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp2435 FX_STRSIZE nBufSize = textBuf.GetLength(); local
2437 if (bUrlEncoded && !FDFToURLEncodedData(pBuffer, nBufSize))
2440 pEnv->JS_docSubmitForm(pBuffer, nBufSize, csDestination.c_str());
2450 FX_STRSIZE& nBufSize) {
2451 CFDF_Document* pFDF = CFDF_Document::ParseMemory(pBuf, nBufSize);
2485 nBufSize = fdfEncodedData.GetLength();
2486 pBuf = FX_Alloc(uint8_t, nBufSize);
2487 FXSYS_memcpy(pBuf, fdfEncodedData.GetBuffer(), nBufSize);
2549 FX_STRSIZE nBufSize = FdfBuffer.GetLength(); local
2552 if (!FDFToURLEncodedData(pBuffer, nBufSize))
2449 FDFToURLEncodedData(uint8_t*& pBuf, FX_STRSIZE& nBufSize) argument
[all...]

Completed in 52 milliseconds