Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

166     if (NULL == this || NULL == this->subObj) {
170 acph = (acph_subobj_t *) this->subObj;
288 picoos_deallocate(this->common->mm, (void *) &this->subObj);
311 this->subObj = picoos_allocate(mm, sizeof(acph_subobj_t));
312 if (this->subObj == NULL) {
1058 if (NULL == this || NULL == this->subObj) {
1061 acph = (acph_subobj_t *) this->subObj;