HomeSort by relevance Sort by last modified time
    Searched refs:slist (Results 1 - 25 of 74) sorted by null

1 2 3

  /external/curl/tests/libtest/
lib510.c 62 struct curl_slist *slist = NULL; local
77 slist = curl_slist_append(slist, "Transfer-Encoding: chunked");
78 if(slist == NULL) {
109 test_setopt(curl, CURLOPT_HTTPHEADER, slist);
122 if(slist)
123 curl_slist_free_all(slist);
lib579.c 91 struct curl_slist *slist = NULL; local
106 slist = curl_slist_append(slist, "Transfer-Encoding: chunked");
107 if(slist == NULL) {
138 test_setopt(curl, CURLOPT_HTTPHEADER, slist);
153 if(slist)
154 curl_slist_free_all(slist);
lib1510.c 39 struct curl_slist *slist = NULL, *slist2; local
50 slist2 = curl_slist_append(slist, dnsentry);
55 slist = slist2;
70 easy_setopt(curl, CURLOPT_RESOLVE, slist);
94 curl_slist_free_all(slist);
lib1512.c 42 struct curl_slist *slist = NULL; local
55 slist = curl_slist_append(slist, dnsentry);
76 easy_setopt(curl[0], CURLOPT_RESOLVE, slist);
86 curl_slist_free_all(slist);
lib539.c 31 struct curl_slist *slist = NULL; local
68 slist = curl_slist_append (NULL, "SYST");
69 if(slist == NULL) {
78 test_setopt(curl, CURLOPT_QUOTE, slist);
84 curl_slist_free_all(slist);
lib1506.c 41 struct curl_slist *slist = NULL, *slist2; local
52 slist2 = curl_slist_append(slist, dnsentry);
57 slist = slist2;
83 easy_setopt(curl[i], CURLOPT_RESOLVE, slist);
131 curl_slist_free_all(slist);
  /external/curl/docs/examples/
certinfo.c 74 struct curl_slist *slist; local
76 for(slist = ptr.to_certinfo->certinfo[i]; slist; slist = slist->next)
77 printf("%s\n", slist->data);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
215 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
_config_compat_post.h 38 # define __slist__ slist
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_slist.c 58 # define slist _STLP_PTR_IMPL_NAME(slist) macro
60 # define slist _STLP_NON_DBG_NAME(slist) macro
70 slist<_Tp,_Alloc>& slist<_Tp,_Alloc>::operator=(const slist<_Tp,_Alloc>& __x) {
91 void slist<_Tp, _Alloc>::_M_fill_assign(size_type __n, const _Tp& __val) {
106 void slist<_Tp,_Alloc>::resize(size_type __len, const _Tp& __x) {
119 void slist<_Tp,_Alloc>::remove(const _Tp& __val)
216 # undef slist macro
    [all...]
_slist.h 190 # define slist _STLP_PTR_IMPL_NAME(slist) macro
192 # define slist _STLP_NON_DBG_NAME(slist) macro
198 class slist;
200 #if !defined (slist)
206 void _Slist_unique(slist<_Tp, _Alloc>& __that, _BinaryPredicate __binary_pred);
209 void _Slist_merge(slist<_Tp, _Alloc>& __that, slist<_Tp, _Alloc>& __x,
213 void _Slist_sort(slist<_Tp, _Alloc>& __that, _StrictWeakOrdering __comp)
220 class slist : protected _STLP_PRIV _Slist_base<_Tp,_Alloc> class in inherits:_STLP_PRIV_Slist_base,__stlport_class
280 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
289 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(_Tp), function in class:slist
307 slist(_InputIterator __first, _InputIterator __last, function in class:slist
314 slist(_InputIterator __first, _InputIterator __last) function in class:slist
319 slist(const_iterator __first, const_iterator __last, function in class:slist
323 slist(const value_type* __first, const value_type* __last, function in class:slist
329 slist(const _Self& __x) function in class:slist
334 slist(__move_source<_Self> src) function in class:slist
819 # undef slist macro
    [all...]
_config_compat_post.h 38 # define __slist__ slist
  /system/core/init/
ueventd.h 30 struct listnode slist; member in struct:ueventd_subsystem
  /external/libpcap/
gencode.h 205 struct slist;
209 struct slist *jt; /*only for relative jump in block*/
210 struct slist *jf; /*only for relative jump in block*/
214 struct slist { struct
216 struct slist *next;
249 struct slist *stmts; /* side effect stmts */
273 struct slist *s; /* stmt list */
359 void sappend(struct slist *, struct slist *);
  /ndk/tests/device/test-gnustl-full/unit/
slist_test.cpp 7 # include <slist>
71 slist<char> str(array+0, array + 6);
72 slist<char>::iterator i;
74 slist<char>::const_iterator ci(i);
75 slist<char>::const_iterator ci2(ci);
115 slist<char>::iterator sl_char_ite;
116 slist<int>::iterator sl_int_ite;
127 slist<int> sl(array, array + 5);
128 slist<int>::iterator slit;
158 slist<int> sl
    [all...]
mvctor_declaration_test.cpp 8 # include <slist>
63 # if defined (__DMC__) // slist<_Tp,_Alloc>::remove error
137 struct __move_traits<slist<specially_allocated_struct> > {
247 //slist:
248 CPPUNIT_ASSERT( is_movable(slist<char>()) );
249 CPPUNIT_ASSERT( is_movable(slist<specially_allocated_struct>()) );
251 CPPUNIT_ASSERT( is_move_complete(slist<char>()) );
252 CPPUNIT_ASSERT( !is_move_complete(slist<specially_allocated_struct>()) );
254 CPPUNIT_ASSERT( !is_move_complete(slist<char>()) );
  /ndk/tests/device/test-stlport/unit/
slist_test.cpp 7 # include <slist>
71 slist<char> str(array+0, array + 6);
72 slist<char>::iterator i;
74 slist<char>::const_iterator ci(i);
75 slist<char>::const_iterator ci2(ci);
115 slist<char>::iterator sl_char_ite;
116 slist<int>::iterator sl_int_ite;
127 slist<int> sl(array, array + 5);
128 slist<int>::iterator slit;
158 slist<int> sl
    [all...]
mvctor_declaration_test.cpp 8 # include <slist>
63 # if defined (__DMC__) // slist<_Tp,_Alloc>::remove error
137 struct __move_traits<slist<specially_allocated_struct> > {
247 //slist:
248 CPPUNIT_ASSERT( is_movable(slist<char>()) );
249 CPPUNIT_ASSERT( is_movable(slist<specially_allocated_struct>()) );
251 CPPUNIT_ASSERT( is_move_complete(slist<char>()) );
252 CPPUNIT_ASSERT( !is_move_complete(slist<specially_allocated_struct>()) );
254 CPPUNIT_ASSERT( !is_move_complete(slist<char>()) );
  /ndk/sources/cxx-stl/stlport/stlport/
slist 28 /* Comment following if you want to use the slist constainer even if you ask for
31 # error The slist class is an STLport extension.
42 //# include _STLP_NATIVE_HEADER(slist)
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/
slist 28 /* Comment following if you want to use the slist constainer even if you ask for
31 # error The slist class is an STLport extension.
42 //# include _STLP_NATIVE_HEADER(slist)
  /ndk/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 29 #define SLIST_IMPL _STLP_PTR_IMPL_NAME(slist)
48 # define slist _STLP_NON_DBG_NAME(slist) macro
53 class slist class in inherits:__stlport_class
54 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (slist)
55 : public __stlport_class<slist<_Tp, _Alloc> >
63 typedef slist<_Tp, _Alloc> _Self;
87 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
91 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type), function in class:slist
93 slist(size_type __n, const value_type& __x
99 explicit slist(size_type __n) : _M_impl(__n) {} function in class:slist
106 slist(_InputIterator __first, _InputIterator __last, function in class:slist
118 slist(_InputIterator __first, _InputIterator __last) function in class:slist
126 slist(const_iterator __first, const_iterator __last, function in class:slist
130 slist(const value_type* __first, const value_type* __last, function in class:slist
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {} function in class:slist
139 slist(__move_source<_Self> src) function in class:slist
411 # undef slist macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/pointers/
_slist.h 29 #define SLIST_IMPL _STLP_PTR_IMPL_NAME(slist)
48 # define slist _STLP_NON_DBG_NAME(slist) macro
53 class slist class in inherits:__stlport_class
54 #if defined (_STLP_USE_PARTIAL_SPEC_WORKAROUND) && !defined (slist)
55 : public __stlport_class<slist<_Tp, _Alloc> >
63 typedef slist<_Tp, _Alloc> _Self;
87 explicit slist(const allocator_type& __a = allocator_type()) function in class:slist
91 explicit slist(size_type __n, const value_type& __x = _STLP_DEFAULT_CONSTRUCTED(value_type), function in class:slist
93 slist(size_type __n, const value_type& __x
99 explicit slist(size_type __n) : _M_impl(__n) {} function in class:slist
106 slist(_InputIterator __first, _InputIterator __last, function in class:slist
118 slist(_InputIterator __first, _InputIterator __last) function in class:slist
126 slist(const_iterator __first, const_iterator __last, function in class:slist
130 slist(const value_type* __first, const value_type* __last, function in class:slist
136 slist(const _Self& __x) : _M_impl(__x._M_impl) {} function in class:slist
139 slist(__move_source<_Self> src) function in class:slist
411 # undef slist macro
    [all...]
  /external/toybox/toys/posix/
cut.c 41 struct slist { struct
42 struct slist *next;
48 struct slist *current, *head_ref, *temp1_node;
51 temp1_node = xzalloc(sizeof(struct slist));
70 // parse list and add to slist.
135 struct slist *temp_node = TT.slist_head;
196 struct slist *temp_node = TT.slist_head;
  /external/google-breakpad/src/common/solaris/
dump_symbols.cc 63 struct slist { struct in namespace:__anon11384
163 inline void RecalculateOffset(struct slist* cur_list, char *stabstr) {
248 int LoadStackParamSize(struct slist *list,
249 struct slist *list_end,
251 struct slist *cur_list = list;
262 int LoadLineInfo(struct slist *list,
263 struct slist *list_end,
265 struct slist *cur_list = list;
291 int LoadFuncSymbols(struct slist *list,
292 struct slist *list_end
    [all...]

Completed in 963 milliseconds

1 2 3