Home | History | Annotate | Download | only in libprop

Lines Matching defs:parent_obj

281 	prop_object_t obj, parent_obj;
311 parent_obj = obj;
312 while (_prop_stack_pop(&stack, &parent_obj, &iter, &data, NULL)) {
314 if (!(*iter_func)(&stack, &parent_obj, ctx, data, obj)) {
317 obj = parent_obj;
320 return parent_obj;
764 prop_object_t obj, parent_obj;
850 parent_obj = obj;
851 while (_prop_stack_pop(&stack, &parent_obj, &iter, &data, NULL)) {
853 if ((*iter_func)(&stack, &parent_obj, ctx, data,
857 obj = parent_obj;
861 if (parent_obj != NULL) {
864 prop_object_release(parent_obj);
865 parent_obj = NULL;
868 return parent_obj;