OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Oct 14 11:09:46 GMT 2025