Searched refs:g_free (Results 1 - 21 of 21) sorted by relevance

/macosx-10.10.1/ICU-531.30/icuSources/samples/layout/
H A DGnomeGUISupport.cpp31 g_free(s);
H A Dgnomelayout.cpp111 g_free(title);
114 g_free(fileName);
275 g_free(title);
H A Dcgnomelayout.c103 g_free(title);
106 g_free(fileName);
274 g_free(title);
/macosx-10.10.1/tidy-15.15/tidy/src/
H A Dalloc.c18 static TidyFree g_free = NULL; variable
33 g_free = ffree;
78 if ( g_free )
79 g_free( mem );
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/API/gtk/
H A DWebKitFormSubmissionRequest.cpp101 request->priv->values = adoptGRef(g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free));
H A DWebKitMimeInfo.cpp136 info->extensions = adoptGRef(g_ptr_array_new_with_free_func(g_free));
H A DWebKitFileChooserRequest.cpp214 request->priv->mimeTypes = adoptGRef(g_ptr_array_new_with_free_func(g_free));
301 GRefPtr<GPtrArray> selectedFiles = adoptGRef(g_ptr_array_new_with_free_func(g_free));
354 request->priv->selectedFiles = adoptGRef(g_ptr_array_new_with_free_func(g_free));
H A DWebKitTextChecker.cpp149 m_spellCheckingLanguages = adoptGRef(g_ptr_array_new_with_free_func(g_free));
H A DWebKitWebView.cpp2764 * g_free (str_value);
2779 * g_free (script);
3015 g_memory_input_stream_add_data(G_MEMORY_INPUT_STREAM(dataStream), g_memdup(data->webData->bytes(), length), length, g_free);
/macosx-10.10.1/OpenSSH-189/openssh/contrib/
H A Dgnome-ssh-askpass2.c174 g_free(local);
184 g_free(passphrase);
220 g_free(message);
/macosx-10.10.1/curl-83.1.2/curl/docs/examples/
H A Dghiper.c215 g_free(f);
354 g_free(buf);
365 g_free(tmp);
375 g_free(all);
377 g_free(buf);
381 g_free(err);
H A Dsmooth-gtk-thread.c108 g_free (http);
/macosx-10.10.1/WTF-7600.1.24/wtf/gobject/
H A DGUniquePtr.h33 void operator()(T* ptr) const { g_free(ptr); }
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Network/CustomProtocols/soup/
H A DCustomProtocolManagerImpl.cpp80 , m_schemes(adoptGRef(g_ptr_array_new_with_free_func(g_free)))
148 data->stream = g_memory_input_stream_new_from_data(g_memdup(dataReference.data(), dataReference.size()), contentLength, g_free);
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/soup/
H A DWebSoupRequestManager.cpp86 , m_schemes(adoptGRef(g_ptr_array_new_with_free_func(g_free)))
126 dataStream = g_memory_input_stream_new_from_data(g_memdup(requestData.data(), requestData.size()), contentLength, g_free);
H A DWebKitSoupRequestInputStream.cpp157 g_memory_input_stream_add_data(G_MEMORY_INPUT_STREAM(stream), g_memdup(data, dataLength), dataLength, g_free); local
/macosx-10.10.1/emacs-93/emacs/src/
H A Dgtkutil.c504 with g_free. */
543 if (cp) g_free (cp);
564 g_free (cp);
879 /* Must use g_strdup because gtk_widget_modify_style does g_free. */
1201 g_free (utf8_label);
2012 if (utf8_label && utf8_label != item->name) g_free (utf8_label);
2013 if (utf8_key && utf8_key != item->key) g_free (utf8_key);
2184 if (utf8_label && utf8_label != item->name) g_free (utf8_label);
2325 if (utf8_label && utf8_label != label) g_free (utf8_label);
2608 if (utf8_key && utf8_key != val->key) g_free (utf8_ke
[all...]
/macosx-10.10.1/vim-55/src/
H A Dgui_gtk.c786 g_free(vw->browse_fname);
800 g_free(vw->browse_fname);
811 g_free(gui.browse_fname);
878 g_free(filename);
983 g_free(dirname);
H A Dgui_gtk_x11.c1269 g_free(tmpbuf_utf8);
2028 g_free(mksession_cmdline);
2135 g_free(session_file);
3644 g_free(role);
4198 g_free(name);
4505 g_free(pangoname);
H A Dgui_gtk_f.c542 g_free(child);
H A Dmbyte.c4626 g_free(preedit_string);
4719 g_free(preedit_string);
4870 g_free(event);

Completed in 242 milliseconds