Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgchecksum.h69 void g_checksum_update (GChecksum *checksum,
Dgaliasdef.c409 #undef g_checksum_update
410 extern __typeof (g_checksum_update) g_checksum_update __attribute((alias("IA__g_checksum_update"), …
Dgalias.h406 extern __typeof (g_checksum_update) IA__g_checksum_update __attribute((visibility("hidden")));
407 #define g_checksum_update IA__g_checksum_update macro
/external/bluetooth/glib/tests/
Dchecksum-test.c600 g_checksum_update (checksum, (const guchar *)p, in test_checksum()
/external/bluetooth/glib/
DChangeLog.pre-2-16108 * glib/gchecksum.[ch] (g_checksum_update),
512 * glib/gchecksum.c: (g_checksum_update): Accept -1 for the data
552 (g_checksum_update): remove the unnecessary "length > 1"
DNEWS878 510855 g_checksum_update(): Take -1 for length.
1030 - g_checksum_update can accept nul-terminated strings
1047 510855 g_checksum_update(): Take -1 for length.
DChangeLog.pre-2-181470 (g_checksum_update): Fix a compiler warning.
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2561 g_checksum_update
/external/bluetooth/glib/gio/
Dglocalfileinfo.c1281 g_checksum_update (checksum, (const guchar *) uri, strlen (uri)); in get_thumbnail_attributes()