Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgfileinfo.c129 NSInfo *ns_info; in _lookup_namespace() local
131 ns_info = g_hash_table_lookup (ns_hash, namespace); in _lookup_namespace()
132 if (ns_info == NULL) in _lookup_namespace()
134 ns_info = g_new0 (NSInfo, 1); in _lookup_namespace()
135 ns_info->id = ++namespace_id_counter; in _lookup_namespace()
136 g_hash_table_insert (ns_hash, g_strdup (namespace), ns_info); in _lookup_namespace()
137 attributes = g_realloc (attributes, (ns_info->id + 1) * sizeof (char **)); in _lookup_namespace()
138 attributes[ns_info->id] = NULL; in _lookup_namespace()
140 return ns_info; in _lookup_namespace()
146 NSInfo *ns_info; in lookup_namespace() local
[all …]