Searched refs:GMappedFile (Results 1 – 8 of 8) sorted by relevance
33 typedef struct _GMappedFile GMappedFile; typedef35 GMappedFile *g_mapped_file_new (const gchar *filename,38 gsize g_mapped_file_get_length (GMappedFile *file);39 gchar *g_mapped_file_get_contents (GMappedFile *file);40 void g_mapped_file_free (GMappedFile *file);
78 static GMappedFile *83 GMappedFile *map; in map_or_die()101 GMappedFile *map; in child_main()124 GMappedFile *map; in test_mapping()141 GMappedFile *map; in test_private()171 GMappedFile *map; in test_child_private()
530 GMappedFile* fileMapping = g_mapped_file_new(fileName.data(), false, &error.outPtr()); in addFormElementsToSoupMessage()
445 the doc comment. Free the GMappedFile struct.453 Add an mmap() wrapper called GMappedFile. (#148218,466 * tests/mapping-test.c: Tests for GMappedFile.
2137 * GMappedFile: an mmap wrapper [David Schleef, Behdad Esfahbod]
1107 GMappedFile
1996 * glib/glib-sections.txt: Add GMappedFile functions.
30859 [GTK] soup backend should use GMappedFile instead of mmap directly30861 Rewrite mmap code used to upload files to use GMappedFile, so that