HomeSort by: relevance | last modified time | path
    Searched defs:prop_dictionary_set (Results 1 - 2 of 2) sorted by relevancy

  /src/common/lib/libprop/
prop_dictionary.c 1018 * prop_dictionary_set --
1023 prop_dictionary_set(prop_dictionary_t pd, const char *key, prop_object_t po) function in typeref:typename:_PROP_EXPORT bool
1127 return (prop_dictionary_set(pd, pdk->pdk_key, po));
1332 prop_dictionary_set(dict, tmpkey, child) == false) {
prop_dictionary.c 1018 * prop_dictionary_set --
1023 prop_dictionary_set(prop_dictionary_t pd, const char *key, prop_object_t po) function in typeref:typename:_PROP_EXPORT bool
1127 return (prop_dictionary_set(pd, pdk->pdk_key, po));
1332 prop_dictionary_set(dict, tmpkey, child) == false) {

Completed in 22 milliseconds