Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

292     if (NULL == this || NULL == this->subObj) {
295 cep = (cep_subobj_t *) this->subObj;
399 cep_subobj_t * cep = (cep_subobj_t *) this->subObj;
403 picoos_deallocate(this->common->mm, (void *) &this->subObj);
438 this->subObj = picoos_allocate(mm, sizeof(cep_subobj_t));
440 cep = (cep_subobj_t *) this->subObj;
442 if (this->subObj == NULL) {
1491 if (NULL == this || NULL == this->subObj) {
1494 cep = (cep_subobj_t *) this->subObj;