Home
last modified time | relevance | path

Searched refs:ppHead (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/sw/source/filter/html/
H A Dswhtml.cxx2935 _HTMLAttr **ppHead = pAttr->ppHead; in EndAttr() local
2946 if( ppHead && pAttr != *ppHead ) in EndAttr()
2953 pLast = *ppHead; in EndAttr()
3090 else if( ppHead ) in EndAttr()
3091 *ppHead = pNext; in EndAttr()
3107 _HTMLAttr **ppHead = pAttr->ppHead; in DeleteAttr() local
3114 if( ppHead && pAttr != *ppHead ) in DeleteAttr()
5424 ppHead( ppHd ) in _HTMLAttr()
5441 ppHead( ppHd ) in _HTMLAttr()
5474 ppHead = ppHd; in Reset()
[all …]
H A Dswhtml.hxx104 _HTMLAttr **ppHead; // der Listenkopf member in _HTMLAttr
143 void SetHead( _HTMLAttr **ppHd ) { ppHead = ppHd; } in SetHead()
/aoo41x/main/sal/rtl/source/
H A Dalloc_cache.c197 rtl_cache_bufctl_type ** ppHead; in rtl_cache_hash_insert() local
199 ppHead = &(cache->m_hash_table[RTL_CACHE_HASH_INDEX(cache, bufctl->m_addr)]); in rtl_cache_hash_insert()
201 bufctl->m_next = (*ppHead); in rtl_cache_hash_insert()
202 (*ppHead) = bufctl; in rtl_cache_hash_insert()
220 rtl_cache_bufctl_type ** ppHead; in rtl_cache_hash_remove() local
224 ppHead = &(cache->m_hash_table[RTL_CACHE_HASH_INDEX(cache, addr)]); in rtl_cache_hash_remove()
225 while ((bufctl = *ppHead) != 0) in rtl_cache_hash_remove()
229 *ppHead = bufctl->m_next, bufctl->m_next = 0; in rtl_cache_hash_remove()
234 ppHead = &(bufctl->m_next); in rtl_cache_hash_remove()

Completed in 46 milliseconds