Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/html/
H A Dswhtml.cxx2920 _HTMLAttr **ppHead = pAttr->ppHead; in EndAttr() local
2931 if( ppHead && pAttr != *ppHead ) in EndAttr()
2938 pLast = *ppHead; in EndAttr()
3074 else if( ppHead ) in EndAttr()
3075 *ppHead = pNext; in EndAttr()
3091 _HTMLAttr **ppHead = pAttr->ppHead; in DeleteAttr() local
3098 if( ppHead && pAttr != *ppHead ) in DeleteAttr()
5397 ppHead( ppHd ) in _HTMLAttr()
5414 ppHead( ppHd ) in _HTMLAttr()
5447 ppHead = ppHd; in Reset()
[all …]
H A Dswhtml.hxx105 _HTMLAttr **ppHead;// the list header member in _HTMLAttr
141 void SetHead( _HTMLAttr **ppHd ) { ppHead = ppHd; } in SetHead()
/trunk/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) != NULL) in rtl_cache_hash_remove()
229 *ppHead = bufctl->m_next, bufctl->m_next = NULL; in rtl_cache_hash_remove()
234 ppHead = &(bufctl->m_next); in rtl_cache_hash_remove()

Completed in 57 milliseconds