OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pd_array
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/lib/libprop/
prop_dictionary.c
89
struct _prop_dict_entry *
pd_array
;
member in struct:_prop_dictionary
361
_PROP_ASSERT((pd->pd_capacity == 0 && pd->
pd_array
== NULL) ||
362
(pd->pd_capacity != 0 && pd->
pd_array
!= NULL));
366
if (pd->
pd_array
!= NULL)
367
_PROP_FREE(pd->
pd_array
, M_PROP_DICT);
376
po = pd->
pd_array
[pd->pd_count - 1].pde_objref;
395
pdk = pd->
pd_array
[pd->pd_count].pde_key;
429
pdk = pd->
pd_array
[pd->pd_count].pde_key;
572
*next_obj1 = dict1->
pd_array
[idx].pde_objref;
573
*next_obj2 = dict2->
pd_array
[idx].pde_objref
[
all
...]
prop_dictionary.c
89
struct _prop_dict_entry *
pd_array
;
member in struct:_prop_dictionary
361
_PROP_ASSERT((pd->pd_capacity == 0 && pd->
pd_array
== NULL) ||
362
(pd->pd_capacity != 0 && pd->
pd_array
!= NULL));
366
if (pd->
pd_array
!= NULL)
367
_PROP_FREE(pd->
pd_array
, M_PROP_DICT);
376
po = pd->
pd_array
[pd->pd_count - 1].pde_objref;
395
pdk = pd->
pd_array
[pd->pd_count].pde_key;
429
pdk = pd->
pd_array
[pd->pd_count].pde_key;
572
*next_obj1 = dict1->
pd_array
[idx].pde_objref;
573
*next_obj2 = dict2->
pd_array
[idx].pde_objref
[
all
...]
Completed in 22 milliseconds
Indexes created Mon Sep 22 21:09:42 GMT 2025