Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

98     if (NULL == this || NULL == this->subObj) {
101 ctrl = (ctrl_subobj_t *) this->subObj;
140 register ctrl_subobj_t * ctrl = (ctrl_subobj_t *) this->subObj;
240 if (NULL == this || NULL == this->subObj) {
243 ctrl = (ctrl_subobj_t *) this->subObj;
267 if (NULL == this || NULL == this->subObj) {
270 ctrl = (ctrl_subobj_t *) this->subObj;
278 picoos_deallocate(this->common->mm, (void *) &this->subObj);
307 ctrl = (ctrl_subobj_t *) this->subObj;
436 this->subObj = picoos_allocate(mm, sizeof(ctrl_subobj_t));
437 if (this->subObj == NULL) {
442 ctrl = (ctrl_subobj_t *) this->subObj;
807 if (NULL == this || NULL == this->control->subObj) {
810 ctrl = (ctrl_subobj_t *) ((*this).control->subObj);
828 if (NULL == this || NULL == this->control->subObj) {
831 ctrl = (ctrl_subobj_t *) ((*this).control->subObj);