Searched refs:pRet (Results 1 – 13 of 13) sorted by relevance
38 auto pRet = pdfium::MakeUnique<CPDF_String>(); in Clone() local39 pRet->m_String = m_String; in Clone()40 pRet->m_bHex = m_bHex; in Clone()41 return std::move(pRet); in Clone()
173 CPDF_Object* pRet = pObj.get(); in SetAt() local175 return pRet; in SetAt()182 CPDF_Object* pRet = pObj.get(); in InsertAt() local191 return pRet; in InsertAt()197 CPDF_Object* pRet = pObj.get(); in Add() local199 return pRet; in Add()
181 CPDF_Object* pRet = pObj.get(); in SetFor() local183 return pRet; in SetFor()
216 std::unique_ptr<CPDF_Object> pRet; in GetObject() local219 pRet = pParser->ParseIndirectObject(nullptr, objnum); in GetObject()224 if (!pRet && pExistInFile) in GetObject()227 return pRet; in GetObject()
18 CPWL_Wnd::ObservedPtr pRet(GetPDFWindow(pPageView, !bRestoreValue)); in ResetPDFWindow() local20 return pRet.Get(); in ResetPDFWindow()
300 IFWL_ThemeProvider* pRet = pUp->GetThemeProvider(); in GetAvailableTheme() local301 if (pRet) in GetAvailableTheme()302 return pRet; in GetAvailableTheme()309 CFWL_Widget* pRet = m_pOuter; in GetRootOuter() local310 if (!pRet) in GetRootOuter()313 while (CFWL_Widget* pOuter = pRet->GetOuter()) in GetRootOuter()314 pRet = pOuter; in GetRootOuter()315 return pRet; in GetRootOuter()
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)
413 std::unique_ptr<CPDF_ColorSpace> pRet; in Load() local416 pRet.reset(ColorspaceFromName(pValue->GetString())); in Load()417 if (pRet) in Load()418 return pRet; in Load()
829 CPDF_ImageObject* pRet = pImageObj.get(); in AddImageObject() local831 return pRet; in AddImageObject()
56918 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 …]
6086 void *pRet; in idxMalloc() local6089 pRet = sqlite3_malloc(nByte); in idxMalloc()6090 if( pRet ){ in idxMalloc()6091 memset(pRet, 0, nByte); in idxMalloc()6095 return pRet; in idxMalloc()
56934 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 …]
6092 void *pRet; in idxMalloc() local6095 pRet = sqlite3_malloc(nByte); in idxMalloc()6096 if( pRet ){ in idxMalloc()6097 memset(pRet, 0, nByte); in idxMalloc()6101 return pRet; in idxMalloc()