Searched refs:pot_extern (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/common/lib/libprop/ |
| H A D | prop_array.c | 77 .pot_extern = _prop_array_externalize, 178 if ((*po->po_type->pot_extern)(ctx, po) == false) { in _prop_array_externalize() 753 (*pa->pa_obj.po_type->pot_extern)(ctx, pa) == false || in prop_array_externalize()
|
| H A D | prop_bool.c | 56 .pot_extern = _prop_bool_externalize,
|
| H A D | prop_dictionary.c | 132 .pot_extern = _prop_dictionary_externalize, 152 .pot_extern = _prop_dict_keysym_externalize, 463 (*po->po_type->pot_extern)(ctx, po) == false) { in _prop_dictionary_externalize() 1234 (*pd->pd_obj.po_type->pot_extern)(ctx, pd) == false || in prop_dictionary_externalize()
|
| H A D | prop_object_impl.h | 203 bool (*pot_extern)(struct _prop_object_externalize_context *, member
|
| H A D | prop_data.c | 79 .pot_extern = _prop_data_externalize,
|
| H A D | prop_string.c | 76 .pot_extern = _prop_string_externalize,
|
| H A D | prop_number.c | 82 .pot_extern = _prop_number_externalize,
|