HomeSort by: relevance | last modified time | path
    Searched refs:pot_free (Results 1 - 8 of 8) sorted by relevancy

  /src/common/lib/libprop/
prop_bool.c 67 .pot_free = _prop_bool_free,
prop_object.c 154 if ((po->po_type->pot_free)(NULL, &obj) ==
213 ret = (po->po_type->pot_free)(&stack, &obj);
prop_number.c 85 .pot_free = _prop_number_free,
prop_object_impl.h 199 (*pot_free)(prop_stack_t, prop_object_t *); member in struct:_prop_object_type
201 * func to free the child returned by pot_free with stack == NULL.
203 * Must be implemented if pot_free can return anything other than
prop_string.c 80 .pot_free = _prop_string_free,
prop_data.c 81 .pot_free = _prop_data_free,
prop_dictionary.c 148 .pot_free = _prop_dictionary_free,
169 .pot_free = _prop_dict_keysym_free,
prop_array.c 87 .pot_free = _prop_array_free,

Completed in 15 milliseconds