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

  /src/common/lib/libprop/
prop_dictionary.c 595 _prop_dictionary_alloc(unsigned int capacity) function in typeref:typename:prop_dictionary_t
719 return (_prop_dictionary_alloc(0));
730 return (_prop_dictionary_alloc(capacity));
753 pd = _prop_dictionary_alloc(opd->pd_count);
prop_dictionary.c 595 _prop_dictionary_alloc(unsigned int capacity) function in typeref:typename:prop_dictionary_t
719 return (_prop_dictionary_alloc(0));
730 return (_prop_dictionary_alloc(capacity));
753 pd = _prop_dictionary_alloc(opd->pd_count);

Completed in 22 milliseconds