OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:all_parents
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/glib/gio/xdgmime/
xdgmimecache.c
856
char *
all_parents
[128]; /* we'll stop at 128 */
local
888
if (strcmp (
all_parents
[l], cache->buffer + parent_mime_offset) == 0)
893
all_parents
[p++] = cache->buffer + parent_mime_offset;
900
all_parents
[p++] = NULL;
903
memcpy (result,
all_parents
, p * sizeof (char *));
Completed in 125 milliseconds