Home
last modified time | relevance | path

Searched refs:_prop_stack_push (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/sys/libprop/
H A Dprop_stack.h61 bool _prop_stack_push(prop_stack_t, prop_object_t, void *, void *, void *);
H A Dprop_stack.c43 _prop_stack_push(prop_stack_t stack, prop_object_t obj, void *data1, in _prop_stack_push() function
H A Dprop_array.c129 if (!_prop_stack_push(stack, pa, NULL, NULL, NULL)) { in _prop_array_free()
848 if (_prop_stack_push(stack, array, in _prop_array_internalize_body()
H A Dprop_dictionary.c380 if (!_prop_stack_push(stack, pd, NULL, NULL, NULL)) { in _prop_dictionary_free()
1354 if (_prop_stack_push(stack, *obj, in _prop_dictionary_internalize_body()
H A Dprop_object.c1174 if (!_prop_stack_push(&stack, obj1, obj2, in prop_object_equals_with_error()