Lines Matching refs:subObj
249 if (NULL == this || NULL == this->subObj) { in sphoReset()
253 spho = (spho_subobj_t *) this->subObj; in sphoReset()
299 if (NULL == this || NULL == this->subObj) { in sphoInitialize()
304 spho = (spho_subobj_t *) this->subObj; in sphoInitialize()
347 spho = (spho_subobj_t *) this->subObj; in sphoSubObjDeallocate()
350 if (NULL != this->subObj) { in sphoSubObjDeallocate()
351 spho = (spho_subobj_t *) (this->subObj); in sphoSubObjDeallocate()
353 picoos_deallocate(mm, (void *) &this->subObj); in sphoSubObjDeallocate()
375 this->subObj = picoos_allocate(mm, sizeof(spho_subobj_t)); in picospho_newSentPhoUnit()
376 if (this->subObj == NULL) { in picospho_newSentPhoUnit()
380 spho = (spho_subobj_t *) this->subObj; in picospho_newSentPhoUnit()
950 if (NULL == this || NULL == this->subObj) { in sphoStep()
953 spho = (spho_subobj_t *) this->subObj; in sphoStep()