Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgwin32appinfo.c173 return (wchar_t *)g_memdup (str, (len + 1) * 2); in dup_wstring()
422 data_alloc = (wchar_t *)g_memdup (data, nbytes + 2); in enumerate_open_with_list()
442 *prognames = g_list_prepend (*prognames, g_memdup (name, (name_len + 1) * 2)); in enumerate_open_with_list()
467 *progids = g_list_prepend (*progids, g_memdup (name, (name_len + 1) * 2)); in enumerate_open_with_progids()
651 wchar_t *name_dup = g_memdup (name, (name_len+1)*2); in g_app_info_get_all()
/external/bluetooth/glib/gio/win32/
Dgwinhttpfile.c390 …child->url.lpszScheme = g_memdup (winhttp_file->url.lpszScheme, (winhttp_file->url.dwSchemeLength+… in g_winhttp_file_resolve_relative_path()
391 …child->url.lpszHostName = g_memdup (winhttp_file->url.lpszHostName, (winhttp_file->url.dwHostNameL… in g_winhttp_file_resolve_relative_path()
392 …child->url.lpszUserName = g_memdup (winhttp_file->url.lpszUserName, (winhttp_file->url.dwUserNameL… in g_winhttp_file_resolve_relative_path()
393 …child->url.lpszPassword = g_memdup (winhttp_file->url.lpszPassword, (winhttp_file->url.dwPasswordL… in g_winhttp_file_resolve_relative_path()
/external/bluetooth/glib/glib/
Dgstrfuncs.h220 gpointer g_memdup (gconstpointer mem,
Dgslice.c268 return g_memdup (array, sizeof (array[0]) * *n_values); in g_slice_get_config_state()
Dgtestutils.c1897 tbuffer->msgs = g_slist_prepend (tbuffer->msgs, g_memdup (&msg, sizeof (msg))); in g_test_log_extract()
Dgstrfuncs.c112 g_memdup (gconstpointer mem, in g_memdup() function
Dgiochannel.c768 channel->line_term = line_term ? g_memdup (line_term, length) : NULL; in g_io_channel_set_line_term()
Dgaliasdef.c2747 #undef g_memdup
2748 extern __typeof (g_memdup) g_memdup __attribute((alias("IA__g_memdup"), visibility("default")));
Dgalias.h2736 extern __typeof (g_memdup) IA__g_memdup __attribute((visibility("hidden"))) G_GNUC_MALLOC;
2737 #define g_memdup IA__g_memdup macro
/external/bluetooth/glib/gobject/
Dgtypemodule.c437 module_type_info->info.value_table = g_memdup (type_info->value_table, in g_type_module_register_type()
Dgtype.c445 CLASSED_NODE_IFACES_ENTRIES (node) = g_memdup (CLASSED_NODE_IFACES_ENTRIES (pnode), in type_node_any_new_W()
1236 iholder->info = info ? g_memdup (info, sizeof (*info)) : NULL; in type_add_interface_Wm()
1493 iholder->info = g_memdup (&tmp_info, sizeof (tmp_info)); in type_iface_retrieve_holder_info_Wm()
1783 vtable = g_memdup (pentry->vtable, iface->data->iface.vtable_size); in type_iface_vtable_base_init_Wm()
1786 vtable = g_memdup (iface->data->iface.dflt_vtable, iface->data->iface.vtable_size); in type_iface_vtable_base_init_Wm()
Dgsignal.c1613 node->param_types = g_memdup (param_types, sizeof (GType) * n_params); in g_signal_newv()
/external/bluetooth/glib/gio/fen/
Dfen-node.c74 d->op = g_memdup (op, sizeof (node_op_t)); in _dnode_new()
/external/webkit/Source/WebCore/platform/graphics/gtk/
DFontGtk.cpp113 copiedString.set(static_cast<UChar*>(g_memdup(aText, aLength * sizeof(aText[0])))); in utf16ToUtf8()
/external/bluetooth/glib/
DNEWS.pre-1-3172 g_strnfill(), g_memdup().
DChangeLog.pre-1-21880 * gstrfuncs.c: added g_memdup implementation
/external/bluetooth/bluez/attrib/
Dgatt.c349 dc->uuid = g_memdup(uuid, sizeof(bt_uuid_t)); in gatt_discover_char()
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt836 g_memdup
/external/bluetooth/bluez/plugins/
Dmgmtops.c1031 bdaddr_t *bdaddr = g_memdup(&rp->conn[i], sizeof(bdaddr_t)); in get_connections_complete()
Dhciops.c3235 g_memdup(&conn->bdaddr, sizeof(bdaddr_t))); in hciops_get_conn_list()