Searched refs:ppEntry (Results 1 – 4 of 4) sorted by relevance
508 Entry ** ppEntry = &(m_hash_table[hash_index_Impl(nOffset)]); in removePageAt_Impl() local509 while (*ppEntry != 0) in removePageAt_Impl()511 if ((*ppEntry)->m_nOffset == nOffset) in removePageAt_Impl()514 Entry * entry = (*ppEntry); in removePageAt_Impl()517 (*ppEntry) = entry->m_pNext, entry->m_pNext = 0; in removePageAt_Impl()524 ppEntry = &((*ppEntry)->m_pNext); in removePageAt_Impl()
1016 Metadatable * const * ppEntry = LookupEntry(i_rStreamName, i_rIdref); in LookupElement() local1017 return ppEntry ? *ppEntry : 0; in LookupElement()1056 Metadatable ** ppEntry = LookupEntry(i_rStreamName, i_rIdref); in TryInsertMetadatable() local1057 if (ppEntry) in TryInsertMetadatable()1059 if (*ppEntry) in TryInsertMetadatable()1065 *ppEntry = &i_rObject; in TryInsertMetadatable()
3312 String& rStr, const NfCurrencyEntry** ppEntry /* = NULL */, in GetNewCurrencySymbolString() argument3316 if ( ppEntry ) in GetNewCurrencySymbolString()3317 *ppEntry = NULL; in GetNewCurrencySymbolString()3326 if ( ppEntry ) in GetNewCurrencySymbolString()3335 *ppEntry = pFoundEntry; in GetNewCurrencySymbolString()
737 const NfCurrencyEntry** ppEntry = NULL, sal_Bool* pBank = NULL ) const;
Completed in 257 milliseconds