Searched refs:ppHead (Results 1 – 3 of 3) sorted by relevance
2920 _HTMLAttr **ppHead = pAttr->ppHead; in EndAttr() local2931 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() local3098 if( ppHead && pAttr != *ppHead ) in DeleteAttr()5397 ppHead( ppHd ) in _HTMLAttr()5414 ppHead( ppHd ) in _HTMLAttr()5447 ppHead = ppHd; in Reset()[all …]
105 _HTMLAttr **ppHead;// the list header member in _HTMLAttr141 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) != 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 140 milliseconds