Lines Matching refs:container
50 boolean forward; /* whether to forward references to the container */
52 /* container: for surfaces and volumes only.
55 * If forward is set, refs are passed to the container if forward is set
56 * and the container has bind increased if the object has non null bind. */
57 struct NineUnknown *container;
79 struct NineUnknown *container;
144 NineUnknown_Bind(This->container);
155 NineUnknown_Unbind(This->container);
156 else if (b == 0 && This->refs == 0 && !This->container)
169 /* Detach from container. */
173 assert(This->container && !This->forward);
175 This->container = NULL;