HomeSort by relevance Sort by last modified time
    Searched full:ns_info (Results 1 - 1 of 1) sorted by null

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

Completed in 50 milliseconds