Home
last modified time | relevance | path

Searched refs:pd_count (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/common/lib/libprop/
H A Dprop_dictionary.c91 unsigned int pd_count; member
352 _PROP_ASSERT(pd->pd_count <= pd->pd_capacity); in _prop_dictionary_free()
357 if (pd->pd_count == 0) { in _prop_dictionary_free()
368 po = pd->pd_array[pd->pd_count - 1].pde_objref; in _prop_dictionary_free()
386 --pd->pd_count; in _prop_dictionary_free()
387 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_free()
418 _PROP_ASSERT(pd->pd_count != 0); in _prop_dictionary_emergency_free()
419 --pd->pd_count; in _prop_dictionary_emergency_free()
421 pdk = pd->pd_array[pd->pd_count].pde_key; in _prop_dictionary_emergency_free()
439 if (pd->pd_count == 0) { in _prop_dictionary_externalize()
[all …]
/netbsd-src/external/mpl/dhcp/dist/server/
H A Ddhcpv6.c78 unsigned pd_count; member
1861 reply.pd_count = 0; in lease_to_client()
1885 if ((reply.ia_count == 0) && (reply.pd_count == 0)) { in lease_to_client()
4194 reply->pd_count++;