Searched refs:pRet (Results 1 – 14 of 14) sorted by relevance
40 auto pRet = pdfium::MakeRetain<CPDF_String>(); in Clone() local41 pRet->m_String = m_String; in Clone()42 pRet->m_bHex = m_bHex; in Clone()43 return pRet; in Clone()
215 CPDF_Object* pRet = pObj.Get(); in SetAt() local217 return pRet; in SetAt()223 CPDF_Object* pRet = pObj.Get(); in InsertAt() local232 return pRet; in InsertAt()238 CPDF_Object* pRet = pObj.Get(); in Add() local240 return pRet; in Add()
222 RetainPtr<CPDF_Object> pRet; in GetObject() local225 pRet = pParser->ParseIndirectObject(objnum); in GetObject()230 if (!pRet && pExistInFile) in GetObject()233 return pRet; in GetObject()
215 CPDF_Object* pRet = pObj.Get(); in SetFor() local217 return pRet; in SetFor()
22 ObservedPtr<CPWL_Wnd> pRet(GetPWLWindow(pPageView, !bRestoreValue)); in ResetPWLWindow() local24 return pRet.Get(); in ResetPWLWindow()
50 #define pRet p6 macro152 cmp.eq pRet, pSig = r0, r8 // sigcontext_addr == NULL?220 (pRet) ld8 r25 = [r25] // r25 = *unat_loc272 (pRet) mov.m ar.fpsr = r27 // fpsr restored (don't touch no more)
243 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider(); in GetAvailableTheme() local244 if (pRet) in GetAvailableTheme()245 return pRet; in GetAvailableTheme()
335 CFPF_SkiaFont* pRet = pFont.get(); in CreateFont() local337 return pRet; in CreateFont()
59686 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 …]
6842 void *pRet; in idxMalloc() local6845 pRet = sqlite3_malloc(nByte); in idxMalloc()6846 if( pRet ){ in idxMalloc()6847 memset(pRet, 0, nByte); in idxMalloc()6851 return pRet; in idxMalloc()
59670 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 …]
6836 void *pRet; in idxMalloc() local6839 pRet = sqlite3_malloc(nByte); in idxMalloc()6840 if( pRet ){ in idxMalloc()6841 memset(pRet, 0, nByte); in idxMalloc()6845 return pRet; in idxMalloc()
507 RetainPtr<CPDF_ColorSpace> pRet = in Load() local509 if (pRet) in Load()510 return pRet; in Load()
833 CPDF_ImageObject* pRet = pImageObj.get(); in AddImageObject() local835 return pRet; in AddImageObject()