Home | History | Annotate | Download | only in lib

Lines Matching refs:subObj

72     if (NULL == this || NULL == this->subObj) {
76 ids = (picoktab_FixedIds) this->subObj;
88 picoos_deallocate(mm, (void *) &this->subObj);
101 this->subObj = picoos_allocate(common->mm, sizeof(picoktab_fixed_ids_t));
102 if (NULL == this->subObj) {
111 return ((NULL == this) ? NULL : ((picoktab_FixedIds) this->subObj));
210 if (NULL == this || NULL == this->subObj) {
214 ktabgraphs = (ktabgraphs_subobj_t *) this->subObj;
225 picoos_deallocate(mm, (void *) &this->subObj);
238 this->subObj = picoos_allocate(common->mm, sizeof(ktabgraphs_subobj_t));
239 if (NULL == this->subObj) {
251 return (picoktab_Graphs) this->subObj;
701 if (NULL == this || NULL == this->subObj) {
705 ktabphones = (ktabphones_subobj_t *) this->subObj;
714 picoos_deallocate(mm, (void *) &this->subObj);
726 this->subObj = picoos_allocate(common->mm, sizeof(ktabphones_subobj_t));
727 if (NULL == this->subObj) {
738 return (picoktab_Phones) this->subObj;
896 if (NULL == this || NULL == this->subObj) {
900 ktabpos = (ktabpos_subobj_t *)this->subObj;
934 picoos_deallocate(mm, (void *) &this->subObj);
946 this->subObj = picoos_allocate(common->mm, sizeof(ktabpos_subobj_t));
947 if (NULL == this->subObj) {
958 return (picoktab_Pos) this->subObj;