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

  /src/common/lib/libprop/
prop_dictionary.c 91 unsigned int pd_count; member in struct:_prop_dictionary
360 _PROP_ASSERT(pd->pd_count <= pd->pd_capacity);
365 if (pd->pd_count == 0) {
376 po = pd->pd_array[pd->pd_count - 1].pde_objref;
394 --pd->pd_count;
395 pdk = pd->pd_array[pd->pd_count].pde_key;
426 _PROP_ASSERT(pd->pd_count != 0);
427 --pd->pd_count;
429 pdk = pd->pd_array[pd->pd_count].pde_key;
483 if (pd->pd_count == 0)
    [all...]

Completed in 12 milliseconds