Home
last modified time | relevance | path

Searched defs:slist (Results 1 – 25 of 34) sorted by relevance

12

/third_party/glib/glib/tests/
Dslist.c28 GSList *slist = NULL; in test_slist_sort() local
51 GSList *slist = NULL; in test_slist_sort_with_data() local
106 GSList *slist = NULL; in test_slist_insert_sorted() local
128 GSList *slist = NULL; in test_slist_insert_sorted_with_data() local
153 GSList *slist = NULL; in test_slist_reverse() local
175 GSList *slist = NULL; in test_slist_nth() local
195 GSList *slist = NULL; in test_slist_remove() local
227 GSList *slist = NULL; in test_slist_remove_all() local
255 GSList *slist = NULL; in test_slist_insert() local
310 GSList *slist = NULL; in test_slist_position() local
[all …]
Dutils.c792 GSList *slist = NULL; in test_clear_slist() local
Dlist.c370 GSList *slist = NULL; in test_free_full() local
/third_party/boost/libs/container/test/
Dexplicit_inst_slist_test.cpp31 template class boost::container::slist member in boost::container::boost::container
35 template class boost::container::slist member in boost::container::boost::container
/third_party/curl/tests/libtest/
Dlib539.c31 struct curl_slist *slist = NULL; in test() local
Dlib661.c30 struct curl_slist *slist = NULL; in test() local
Dlib1512.c42 struct curl_slist *slist = NULL; in test() local
Dlib1510.c39 struct curl_slist *slist = NULL, *slist2; in test() local
Dlib510.c66 struct curl_slist *slist = NULL; in test() local
Dlib1506.c41 struct curl_slist *slist = NULL, *slist2; in test() local
Dlib579.c90 struct curl_slist *slist = NULL; in test() local
/third_party/boost/boost/container/pmr/
Dslist.hpp28 using slist = boost::container::slist<T, polymorphic_allocator<T>>; typedef
/third_party/boost/boost/container/
Dslist.hpp202 class slist class
269 explicit slist(const allocator_type& a) BOOST_NOEXCEPT_OR_NOTHROW in slist() function in boost::container::slist
280 explicit slist(size_type n) in slist() function in boost::container::slist
291 slist(size_type n, const allocator_type &a) in slist() function in boost::container::slist
302 explicit slist(size_type n, const value_type& x, const allocator_type& a = allocator_type()) in slist() function in boost::container::slist
314 slist(InpIt first, InpIt last, const allocator_type& a = allocator_type()) in slist() function in boost::container::slist
326 slist(std::initializer_list<value_type> il, const allocator_type& a = allocator_type()) in slist() function in boost::container::slist
338 slist(const slist& x) in slist() function in boost::container::slist
347 slist(BOOST_RV_REF(slist) x) BOOST_NOEXCEPT_OR_NOTHROW in slist() function in boost::container::slist
358 slist(const slist& x, const allocator_type &a) in slist() function in boost::container::slist
[all …]
/third_party/curl/docs/examples/
Dcertinfo.c69 struct curl_slist *slist; in main() local
Dsmtp-mime.c78 struct curl_slist *slist = NULL; in main() local
/third_party/glib/glib/
Dgslist.h160 #define g_slist_next(slist) ((slist) ? (((GSList *)(slist))->next) : NULL) argument
Dgslist.c111 #define _g_slist_free1(slist) g_slice_free (GSList, slist) argument
349 g_slist_insert_before (GSList *slist, in g_slist_insert_before()
1105 GSList *slist; variable
Dgtester.c296 GSList *slist, *free_list = NULL; in launch_test_binary() local
/third_party/glib/gobject/
Dgobjectnotifyqueue.c103 GSList *slist; in g_object_notify_queue_thaw() local
/third_party/boost/boost/intrusive/
Dslist.hpp2177 class slist class
2205 BOOST_INTRUSIVE_FORCEINLINE slist() in slist() function in boost::intrusive::slist
2209 BOOST_INTRUSIVE_FORCEINLINE explicit slist(const value_traits &v_traits) in slist() function in boost::intrusive::slist
2215 BOOST_INTRUSIVE_FORCEINLINE slist( const node_ptr & f, const node_ptr & before_l in slist() function in boost::intrusive::slist
2221 …BOOST_INTRUSIVE_FORCEINLINE slist(Iterator b, Iterator e, const value_traits &v_traits = value_tra… in slist() function in boost::intrusive::slist
2225 BOOST_INTRUSIVE_FORCEINLINE slist(BOOST_RV_REF(slist) x) in slist() function in boost::intrusive::slist
/third_party/gstreamer/gstplugins_good/ext/gdk_pixbuf/
Dgstgdkpixbufdec.c107 GSList *slist; in gst_gdk_pixbuf_dec_get_capslist() local
/third_party/curl/src/
Dtool_doswin.c660 struct curl_slist *slist = NULL; in GetLoadedModulePaths() local
/third_party/boost/boost/intrusive/detail/
Dhashtable_node.hpp74 typedef Slist slist; typedef
/third_party/gstreamer/gstplugins_good/gst/goom/
Dgoom_config_param.h73 struct ListVal slist; member
/third_party/openssl/crypto/
Dmem_sec.c537 ossl_ssize_t list, slist; in sh_malloc() local

12