Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

255     if (NULL == this || NULL == this->subObj) {
259 sa = (sa_subobj_t *) this->subObj;
435 sa = (sa_subobj_t *) this->subObj;
437 picoos_deallocate(mm, (void *) &this->subObj);
461 this->subObj = picoos_allocate(mm, sizeof(sa_subobj_t));
462 if (this->subObj == NULL) {
468 sa = (sa_subobj_t *) this->subObj;
1200 if (NULL == this || NULL == this->subObj) {
1203 sa = (sa_subobj_t *) this->subObj;