Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

249     if (NULL == this || NULL == this->subObj) {
253 spho = (spho_subobj_t *) this->subObj;
299 if (NULL == this || NULL == this->subObj) {
304 spho = (spho_subobj_t *) this->subObj;
347 spho = (spho_subobj_t *) this->subObj;
350 if (NULL != this->subObj) {
351 spho = (spho_subobj_t *) (this->subObj);
353 picoos_deallocate(mm, (void *) &this->subObj);
375 this->subObj = picoos_allocate(mm, sizeof(spho_subobj_t));
376 if (this->subObj == NULL) {
380 spho = (spho_subobj_t *) this->subObj;
950 if (NULL == this || NULL == this->subObj) {
953 spho = (spho_subobj_t *) this->subObj;