OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:n_parents
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmimeparent.c
54
int
n_parents
;
member in struct:XdgMimeParents
179
entry->
n_parents
= 1;
180
entry->parents = malloc ((entry->
n_parents
+ 1) * sizeof (char *));
184
entry->
n_parents
+= 1;
186
(entry->
n_parents
+ 2) * sizeof (char *));
188
entry->parents[entry->
n_parents
- 1] = strdup (sep);
189
entry->parents[entry->
n_parents
] = NULL;
xdgmimecache.c
805
xdg_uint32_t offset,
n_parents
, parent_offset;
local
822
n_parents
= GET_UINT32 (cache->buffer, offset);
824
for (j = 0; j <
n_parents
; j++)
877
xdg_uint32_t
n_parents
= GET_UINT32 (cache->buffer, parents_offset);
local
879
for (k = 0; k <
n_parents
&& p < 127; k++)
Completed in 141 milliseconds