Searched refs:ppHead (Results 1 – 3 of 3) sorted by relevance
2935 _HTMLAttr **ppHead = pAttr->ppHead; in EndAttr() local2946 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() local3114 if( ppHead && pAttr != *ppHead ) in DeleteAttr()5424 ppHead( ppHd ) in _HTMLAttr()5441 ppHead( ppHd ) in _HTMLAttr()5474 ppHead = ppHd; in Reset()[all …]
104 _HTMLAttr **ppHead; // der Listenkopf member in _HTMLAttr143 void SetHead( _HTMLAttr **ppHd ) { ppHead = ppHd; } in SetHead()
197 rtl_cache_bufctl_type ** ppHead; in rtl_cache_hash_insert() local199 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() local224 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 44 milliseconds