Home
last modified time | relevance | path

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

/aoo4110/main/stoc/source/security/
H A Dpermissions.cxx501 : m_head( addition.m_head ) in PermissionCollection()
512 m_head = new FilePermission( in PermissionCollection()
513 *reinterpret_cast< io::FilePermission const * >( perm.pData ), m_head ); in PermissionCollection()
517 m_head = new SocketPermission( in PermissionCollection()
522 m_head = new RuntimePermission( in PermissionCollection()
527 m_head = new AllPermission( m_head ); in PermissionCollection()
546 for ( Permission * perm = m_head.get(); perm; perm = perm->m_next.get() ) in toStrings()
605 if (__implies( m_head, demanded )) in checkPermission()
618 if (__implies( m_head, demanded )) in checkPermission()
631 if (__implies( m_head, demanded )) in checkPermission()
[all …]
H A Dlru_cache.h57 mutable Entry * m_head; member in stoc_sec::lru_cache
119 m_head = m_block; in setSize()
156 if (entry != m_head) in toFront()
169 m_head->m_pred = entry; in toFront()
170 entry->m_succ = m_head; in toFront()
171 m_head = entry; in toFront()
H A Dpermissions.h75 ::rtl::Reference< Permission > m_head;
80 : m_head( collection.m_head )
83 : m_head( single )

Completed in 18 milliseconds