Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

120     if (NULL == this || NULL == this->subObj) {
123 sig_subObj = (sig_subobj_t *) this->subObj;
200 if (NULL == this || NULL == this->subObj) {
203 sig_subObj = (sig_subobj_t *) this->subObj;
221 if ((NULL == this) || ((this)->subObj == NULL)) {
224 sig_subObj = (sig_subobj_t *) (this)->subObj;
240 picoos_deallocate(this->common->mm, (void *) &this->subObj);
276 this->subObj = picoos_allocate(mm, sizeof(sig_subobj_t));
278 if (NULL == this->subObj) {
283 sig_subObj = (sig_subobj_t *) this->subObj;
329 if (NULL == this || NULL == this->subObj) {
332 sig_subObj = (sig_subobj_t *) this->subObj;
389 sig_subObj = (sig_subobj_t *) this->subObj;
754 if (NULL == this || NULL == this->subObj) {
757 sig_subObj = (sig_subobj_t *) this->subObj;