Searched refs:container (Results 1 – 6 of 6) sorted by relevance
31 #define AREF_TO_ITEM(aref, container, member) \ argument32 (container *) (((char*) (aref)) - offsetof(container, member))
32 #define node_to_item(node, container, member) \ argument33 (container *) (((char*) (node)) - offsetof(container, member))
81 % if prop.container is not None:82 container="${prop.container}"86 % if prop.container == 'array':92 % elif prop.container == 'tuple':
199 % if prop.container is not None:203 % if prop.container == 'array':207 % elif prop.container == 'tuple':
883 def container(self): member in Entry
72 # Directory-target for where the secure container76 # Secure container public mount points.