Home
last modified time | relevance | path

Searched refs:pRet (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp38 auto pRet = pdfium::MakeUnique<CPDF_String>(); in Clone() local
39 pRet->m_String = m_String; in Clone()
40 pRet->m_bHex = m_bHex; in Clone()
41 return std::move(pRet); in Clone()
Dcpdf_array.cpp173 CPDF_Object* pRet = pObj.get(); in SetAt() local
175 return pRet; in SetAt()
182 CPDF_Object* pRet = pObj.get(); in InsertAt() local
191 return pRet; in InsertAt()
197 CPDF_Object* pRet = pObj.get(); in Add() local
199 return pRet; in Add()
Dcpdf_dictionary.cpp181 CPDF_Object* pRet = pObj.get(); in SetFor() local
183 return pRet; in SetFor()
Dcpdf_data_avail.cpp216 std::unique_ptr<CPDF_Object> pRet; in GetObject() local
219 pRet = pParser->ParseIndirectObject(nullptr, objnum); in GetObject()
224 if (!pRet && pExistInFile) in GetObject()
227 return pRet; in GetObject()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textobject.cpp18 CPWL_Wnd::ObservedPtr pRet(GetPDFWindow(pPageView, !bRestoreValue)); in ResetPDFWindow() local
20 return pRet.Get(); in ResetPDFWindow()
/external/pdfium/xfa/fwl/
Dcfwl_widget.cpp300 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider(); in GetAvailableTheme() local
301 if (pRet) in GetAvailableTheme()
302 return pRet; in GetAvailableTheme()
309 CFWL_Widget* pRet = m_pOuter; in GetRootOuter() local
310 if (!pRet) in GetRootOuter()
313 while (CFWL_Widget* pOuter = pRet->GetOuter()) in GetRootOuter()
314 pRet = pOuter; in GetRootOuter()
315 return pRet; in GetRootOuter()
/external/libunwind/src/ia64/
DGinstall_cursor.S50 #define pRet p6 macro
152 cmp.eq pRet, pSig = r0, r8 // sigcontext_addr == NULL?
220 (pRet) ld8 r25 = [r25] // r25 = *unat_loc
272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp413 std::unique_ptr<CPDF_ColorSpace> pRet; in Load() local
416 pRet.reset(ColorspaceFromName(pValue->GetString())); in Load()
417 if (pRet) in Load()
418 return pRet; in Load()
Dcpdf_streamcontentparser.cpp829 CPDF_ImageObject* pRet = pImageObj.get(); in AddImageObject() local
831 return pRet; in AddImageObject()
/external/sqlite/dist/orig/
Dsqlite3.c56918 Wal *pRet; /* Object to allocate and return */
56942 pRet = (Wal*)sqlite3MallocZero(sizeof(Wal) + pVfs->szOsFile);
56943 if( !pRet ){
56947 pRet->pVfs = pVfs;
56948 pRet->pWalFd = (sqlite3_file *)&pRet[1];
56949 pRet->pDbFd = pDbFd;
56950 pRet->readLock = -1;
56951 pRet->mxWalSize = mxWalSize;
56952 pRet->zWalName = zWalName;
56953 pRet->syncHeader = 1;
[all …]
Dshell.c6086 void *pRet; in idxMalloc() local
6089 pRet = sqlite3_malloc(nByte); in idxMalloc()
6090 if( pRet ){ in idxMalloc()
6091 memset(pRet, 0, nByte); in idxMalloc()
6095 return pRet; in idxMalloc()
/external/sqlite/dist/
Dsqlite3.c56934 Wal *pRet; /* Object to allocate and return */
56958 pRet = (Wal*)sqlite3MallocZero(sizeof(Wal) + pVfs->szOsFile);
56959 if( !pRet ){
56963 pRet->pVfs = pVfs;
56964 pRet->pWalFd = (sqlite3_file *)&pRet[1];
56965 pRet->pDbFd = pDbFd;
56966 pRet->readLock = -1;
56967 pRet->mxWalSize = mxWalSize;
56968 pRet->zWalName = zWalName;
56969 pRet->syncHeader = 1;
[all …]
Dshell.c6092 void *pRet; in idxMalloc() local
6095 pRet = sqlite3_malloc(nByte); in idxMalloc()
6096 if( pRet ){ in idxMalloc()
6097 memset(pRet, 0, nByte); in idxMalloc()
6101 return pRet; in idxMalloc()