Searched refs:_prop_stack_push (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/sys/libprop/ |
| H A D | prop_stack.h | 61 bool _prop_stack_push(prop_stack_t, prop_object_t, void *, void *, void *);
|
| H A D | prop_stack.c | 43 _prop_stack_push(prop_stack_t stack, prop_object_t obj, void *data1, in _prop_stack_push() function
|
| H A D | prop_array.c | 129 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 D | prop_dictionary.c | 380 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 D | prop_object.c | 1174 if (!_prop_stack_push(&stack, obj1, obj2, in prop_object_equals_with_error()
|