Lines Matching refs:subObj
360 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_ALLOCATE()
415 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_DEALLOCATE()
435 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_getMemState()
443 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_resetMemState()
915 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_createContextList()
943 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_disposeContextList()
1019 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_newItem()
1067 pr_subobj_t * pr = (pr_subobj_t *) this->subObj; in pr_copyItem()
3177 if (NULL == this || NULL == this->subObj) { in prReset()
3180 pr = (pr_subobj_t *) this->subObj; in prReset()
3271 pr = (pr_subobj_t *) this->subObj; in prSubObjDeallocate()
3277 picoos_deallocate(this->common->mm, (void *) &this->subObj); in prSubObjDeallocate()
3300 this->subObj = picoos_allocate(mm, sizeof(pr_subobj_t)); in picopr_newPreprocUnit()
3305 if (this->subObj == NULL) { in picopr_newPreprocUnit()
3309 pr = (pr_subobj_t *) this->subObj; in picopr_newPreprocUnit()
3347 if (NULL == this || NULL == this->subObj) { in prStep()
3350 pr = (pr_subobj_t *) this->subObj; in prStep()