Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/parser/
Dcpdf_string.cpp40 auto pRet = pdfium::MakeRetain<CPDF_String>(); in Clone() local
41 pRet->m_String = m_String; in Clone()
42 pRet->m_bHex = m_bHex; in Clone()
43 return pRet; in Clone()
Dcpdf_array.cpp215 CPDF_Object* pRet = pObj.Get(); in SetAt() local
217 return pRet; in SetAt()
223 CPDF_Object* pRet = pObj.Get(); in InsertAt() local
232 return pRet; in InsertAt()
238 CPDF_Object* pRet = pObj.Get(); in Add() local
240 return pRet; in Add()
Dcpdf_data_avail.cpp222 RetainPtr<CPDF_Object> pRet; in GetObject() local
225 pRet = pParser->ParseIndirectObject(objnum); in GetObject()
230 if (!pRet && pExistInFile) in GetObject()
233 return pRet; in GetObject()
Dcpdf_dictionary.cpp215 CPDF_Object* pRet = pObj.Get(); in SetFor() local
217 return pRet; in SetFor()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_textobject.cpp22 ObservedPtr<CPWL_Wnd> pRet(GetPWLWindow(pPageView, !bRestoreValue)); in ResetPWLWindow() local
24 return pRet.Get(); in ResetPWLWindow()
/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/xfa/fwl/
Dcfwl_widget.cpp243 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider(); in GetAvailableTheme() local
244 if (pRet) in GetAvailableTheme()
245 return pRet; in GetAvailableTheme()
/external/pdfium/core/fxge/android/
Dcfpf_skiafontmgr.cpp335 CFPF_SkiaFont* pRet = pFont.get(); in CreateFont() local
337 return pRet; in CreateFont()
/external/sqlite/dist/
Dsqlite3.c59686 Wal *pRet; /* Object to allocate and return */
59710 pRet = (Wal*)sqlite3MallocZero(sizeof(Wal) + pVfs->szOsFile);
59711 if( !pRet ){
59715 pRet->pVfs = pVfs;
59716 pRet->pWalFd = (sqlite3_file *)&pRet[1];
59717 pRet->pDbFd = pDbFd;
59718 pRet->readLock = -1;
59719 pRet->mxWalSize = mxWalSize;
59720 pRet->zWalName = zWalName;
59721 pRet->syncHeader = 1;
[all …]
Dshell.c6842 void *pRet; in idxMalloc() local
6845 pRet = sqlite3_malloc(nByte); in idxMalloc()
6846 if( pRet ){ in idxMalloc()
6847 memset(pRet, 0, nByte); in idxMalloc()
6851 return pRet; in idxMalloc()
/external/sqlite/dist/orig/
Dsqlite3.c59670 Wal *pRet; /* Object to allocate and return */
59694 pRet = (Wal*)sqlite3MallocZero(sizeof(Wal) + pVfs->szOsFile);
59695 if( !pRet ){
59699 pRet->pVfs = pVfs;
59700 pRet->pWalFd = (sqlite3_file *)&pRet[1];
59701 pRet->pDbFd = pDbFd;
59702 pRet->readLock = -1;
59703 pRet->mxWalSize = mxWalSize;
59704 pRet->zWalName = zWalName;
59705 pRet->syncHeader = 1;
[all …]
Dshell.c6836 void *pRet; in idxMalloc() local
6839 pRet = sqlite3_malloc(nByte); in idxMalloc()
6840 if( pRet ){ in idxMalloc()
6841 memset(pRet, 0, nByte); in idxMalloc()
6845 return pRet; in idxMalloc()
/external/pdfium/core/fpdfapi/page/
Dcpdf_colorspace.cpp507 RetainPtr<CPDF_ColorSpace> pRet = in Load() local
509 if (pRet) in Load()
510 return pRet; in Load()
Dcpdf_streamcontentparser.cpp833 CPDF_ImageObject* pRet = pImageObj.get(); in AddImageObject() local
835 return pRet; in AddImageObject()