Searched refs:g_memdup (Results 1 – 20 of 20) sorted by relevance
/external/bluetooth/glib/gio/ |
D | gwin32appinfo.c | 173 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/ |
D | gwinhttpfile.c | 390 …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/ |
D | gstrfuncs.h | 220 gpointer g_memdup (gconstpointer mem,
|
D | gslice.c | 268 return g_memdup (array, sizeof (array[0]) * *n_values); in g_slice_get_config_state()
|
D | gtestutils.c | 1897 tbuffer->msgs = g_slist_prepend (tbuffer->msgs, g_memdup (&msg, sizeof (msg))); in g_test_log_extract()
|
D | gstrfuncs.c | 112 g_memdup (gconstpointer mem, in g_memdup() function
|
D | giochannel.c | 768 channel->line_term = line_term ? g_memdup (line_term, length) : NULL; in g_io_channel_set_line_term()
|
D | galiasdef.c | 2747 #undef g_memdup 2748 extern __typeof (g_memdup) g_memdup __attribute((alias("IA__g_memdup"), visibility("default")));
|
D | galias.h | 2736 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/ |
D | gtypemodule.c | 437 module_type_info->info.value_table = g_memdup (type_info->value_table, in g_type_module_register_type()
|
D | gtype.c | 445 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()
|
D | gsignal.c | 1613 node->param_types = g_memdup (param_types, sizeof (GType) * n_params); in g_signal_newv()
|
/external/bluetooth/glib/gio/fen/ |
D | fen-node.c | 74 d->op = g_memdup (op, sizeof (node_op_t)); in _dnode_new()
|
/external/webkit/Source/WebCore/platform/graphics/gtk/ |
D | FontGtk.cpp | 113 copiedString.set(static_cast<UChar*>(g_memdup(aText, aLength * sizeof(aText[0])))); in utf16ToUtf8()
|
/external/bluetooth/glib/ |
D | NEWS.pre-1-3 | 172 g_strnfill(), g_memdup().
|
D | ChangeLog.pre-1-2 | 1880 * gstrfuncs.c: added g_memdup implementation
|
/external/bluetooth/bluez/attrib/ |
D | gatt.c | 349 dc->uuid = g_memdup(uuid, sizeof(bt_uuid_t)); in gatt_discover_char()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 836 g_memdup
|
/external/bluetooth/bluez/plugins/ |
D | mgmtops.c | 1031 bdaddr_t *bdaddr = g_memdup(&rp->conn[i], sizeof(bdaddr_t)); in get_connections_complete()
|
D | hciops.c | 3235 g_memdup(&conn->bdaddr, sizeof(bdaddr_t))); in hciops_get_conn_list()
|