/third_party/openssl/crypto/x509/ |
D | x_x509a.c | 38 return x->aux ? 1 : 0; 45 if (x->aux == NULL && (x->aux = X509_CERT_AUX_new()) == NULL) in aux_get() 47 return x->aux; in aux_get() 52 X509_CERT_AUX *aux; in X509_alias_set1() local 54 if (!x || !x->aux || !x->aux->alias) in X509_alias_set1() 56 ASN1_UTF8STRING_free(x->aux->alias); in X509_alias_set1() 57 x->aux->alias = NULL; in X509_alias_set1() 60 if ((aux = aux_get(x)) == NULL) in X509_alias_set1() 62 if (aux->alias == NULL && (aux->alias = ASN1_UTF8STRING_new()) == NULL) in X509_alias_set1() 64 return ASN1_STRING_set(aux->alias, name, len); in X509_alias_set1() [all …]
|
/third_party/boost/boost/mpl/vector/aux_/preprocessed/no_ctps/ |
D | vector10.hpp | 14 namespace aux { namespace 26 struct at_impl< aux::vector_tag<0> > 30 typedef typename aux::v_at_impl<BOOST_MPL_AUX_VALUE_WKND(N)::value> 36 struct size_impl< aux::vector_tag<0> > 45 struct O1_size_impl< aux::vector_tag<0> > 46 : size_impl< aux::vector_tag<0> > 51 struct clear_impl< aux::vector_tag<0> > 64 typedef aux::vector_tag<1> tag; 74 struct push_front_impl< aux::vector_tag<0> > 85 struct pop_front_impl< aux::vector_tag<1> > [all …]
|
D | vector20.hpp | 21 typedef aux::vector_tag<11> tag; 43 struct push_front_impl< aux::vector_tag<10> > 60 struct pop_front_impl< aux::vector_tag<11> > 75 struct push_back_impl< aux::vector_tag<10> > 92 struct pop_back_impl< aux::vector_tag<11> > 106 namespace aux { namespace 118 struct at_impl< aux::vector_tag<11> > 122 typedef typename aux::v_at_impl<BOOST_MPL_AUX_VALUE_WKND(N)::value> 128 struct front_impl< aux::vector_tag<11> > 137 struct back_impl< aux::vector_tag<11> > [all …]
|
/third_party/ejdb/src/jql/inc/ |
D | jqpx.c | 20 JQP_AUX *aux = yy->aux; in _jqp_fatal() local 21 aux->rc = rc; in _jqp_fatal() 22 longjmp(aux->fatal_jmp, 1); in _jqp_fatal() 28 JQP_AUX *aux = yy->aux; in _jqp_malloc() local 29 aux->rc = iwrc_set_errno(IW_ERROR_ALLOC, errno); in _jqp_malloc() 30 longjmp(aux->fatal_jmp, 1); in _jqp_malloc() 38 JQP_AUX *aux = yy->aux; in _jqp_realloc() local 39 aux->rc = iwrc_set_errno(IW_ERROR_ALLOC, errno); in _jqp_realloc() 40 longjmp(aux->fatal_jmp, 1); in _jqp_realloc() 45 static iwrc _jqp_aux_set_input(JQP_AUX *aux, const char *input) { in _jqp_aux_set_input() argument [all …]
|
/third_party/boost/boost/parameter/aux_/ |
D | tagged_argument.hpp | 10 namespace boost { namespace parameter { namespace aux { namespace 29 namespace boost { namespace parameter { namespace aux { namespace 42 , ::boost::parameter::aux::error_lvalue_bound_to_consume_parameter 50 , ::boost::parameter::aux 64 , ::boost::parameter::aux::error_const_lvalue_bound_to_out_parameter 97 namespace boost { namespace parameter { namespace aux { namespace 103 : public ::boost::parameter::aux::tagged_argument_base 106 using arg_type = typename ::boost::parameter::aux 118 , ::boost::parameter::aux::error_lvalue_bound_to_consume_parameter 121 , ::boost::parameter::aux::tagged_argument_type<Keyword,Arg> [all …]
|
D | arg_list.hpp | 10 namespace boost { namespace parameter { namespace aux { namespace 36 namespace boost { namespace parameter { namespace aux { namespace 64 namespace boost { namespace parameter { namespace aux { namespace 101 static ::boost::parameter::aux::no_tag has_key(KW*); 108 operator[](::boost::parameter::aux::default_<K,Default> x) const in operator []() 115 operator[](::boost::parameter::aux::default_r_<K,Default> x) const in operator []() 125 typename ::boost::parameter::aux::result_of0<F>::type 140 typedef ::boost::parameter::aux::empty_arg_list type; // convenience 142 typedef ::boost::parameter::aux::arg_list_tag tag; 161 namespace boost { namespace parameter { namespace aux { namespace [all …]
|
D | tag.hpp | 22 namespace boost { namespace parameter { namespace aux { namespace 27 using type = ::boost::parameter::aux::tagged_argument_list_of_1< 28 ::boost::parameter::aux::tagged_argument< 30 , typename ::boost::parameter::aux 39 using type = ::boost::parameter::aux::tagged_argument_list_of_1< 40 ::boost::parameter::aux 48 , ::boost::parameter::aux::tag_if_scalar<Keyword,Arg> 50 ::boost::parameter::aux::tagged_argument_list_of_1< 51 ::boost::parameter::aux::tagged_argument_rref<Keyword,Arg> 61 , ::boost::parameter::aux::is_cv_reference_wrapper<Arg> [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/no_ctps/ |
D | bind.hpp | 15 namespace aux { namespace 85 aux::no_tag is_bind_helper(...); 86 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 92 aux::yes_tag is_bind_helper(bind< F,T1,T2,T3,T4,T5 >*); 95 aux::yes_tag is_bind_helper(arg<N>*); 112 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 113 == sizeof(aux::yes_tag) 138 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 141 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 151 namespace aux { namespace [all …]
|
D | basic_bind.hpp | 15 namespace aux { namespace 59 aux::no_tag is_bind_helper(...); 60 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 66 aux::yes_tag is_bind_helper(bind< F,T1,T2,T3,T4,T5 >*); 69 aux::yes_tag is_bind_helper(arg<N>*); 86 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 87 == sizeof(aux::yes_tag) 112 typedef typename aux::resolve_bind_arg< F,U1,U2,U3,U4,U5 >::type f_; 122 namespace aux { namespace 127 aux::yes_tag [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc60/ |
D | bind.hpp | 15 namespace aux { namespace 85 aux::no_tag is_bind_helper(...); 86 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 89 aux::yes_tag is_bind_helper(arg<N>*); 106 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 107 == sizeof(aux::yes_tag) 132 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 135 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 145 namespace aux { namespace 150 aux::yes_tag [all …]
|
D | basic_bind.hpp | 15 namespace aux { namespace 59 aux::no_tag is_bind_helper(...); 60 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 63 aux::yes_tag is_bind_helper(arg<N>*); 80 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 81 == sizeof(aux::yes_tag) 106 typedef typename aux::resolve_bind_arg< F,U1,U2,U3,U4,U5 >::type f_; 116 namespace aux { namespace 121 aux::yes_tag 141 typedef typename aux::resolve_bind_arg< F,U1,U2,U3,U4,U5 >::type f_; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/msvc70/ |
D | bind.hpp | 15 namespace aux { namespace 85 aux::no_tag is_bind_helper(...); 86 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 89 aux::yes_tag is_bind_helper(arg<N>*); 106 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 107 == sizeof(aux::yes_tag) 132 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 135 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 145 namespace aux { namespace 150 aux::yes_tag [all …]
|
D | basic_bind.hpp | 15 namespace aux { namespace 59 aux::no_tag is_bind_helper(...); 60 template< typename T > aux::no_tag is_bind_helper(protect<T>*); 63 aux::yes_tag is_bind_helper(arg<N>*); 80 sizeof(aux::is_bind_helper(static_cast<T*>(0))) 81 == sizeof(aux::yes_tag) 106 typedef typename aux::resolve_bind_arg< F,U1,U2,U3,U4,U5 >::type f_; 116 namespace aux { namespace 121 aux::yes_tag 141 typedef typename aux::resolve_bind_arg< F,U1,U2,U3,U4,U5 >::type f_; [all …]
|
/third_party/boost/boost/parameter/ |
D | parameters.hpp | 14 namespace boost { namespace parameter { namespace aux { namespace 33 namespace boost { namespace parameter { namespace aux { namespace 54 , ::boost::parameter::aux::value_type_is_void in reverse() 55 , ::boost::parameter::aux::value_type_is_not_void in reverse() 73 return ::boost::parameter::aux in reverse() 137 typedef typename ::boost::parameter::aux 148 typename ::boost::parameter::aux::match_parameters_base_cond< 161 typename ::boost::parameter::aux::match_parameters_base_cond< 179 typename ::boost::parameter::aux::make_arg_list< 180 typename ::boost::parameter::aux [all …]
|
/third_party/boost/boost/parameter/aux_/preprocessor/impl/ |
D | function_cast.hpp | 14 namespace boost { namespace parameter { namespace aux { namespace 37 namespace boost { namespace parameter { namespace aux { namespace 40 inline ::boost::parameter::aux::use_default_tag 41 forward(::boost::parameter::aux::use_default_tag) in forward() 43 return ::boost::parameter::aux::use_default_tag(); in forward() 55 namespace boost { namespace parameter { namespace aux { namespace 76 namespace boost { namespace parameter { namespace aux { namespace 80 : ::boost::parameter::aux::cast<void*,Args> 87 namespace boost { namespace parameter { namespace aux { namespace 102 namespace boost { namespace parameter { namespace aux { namespace [all …]
|
/third_party/boost/libs/mpl/test/aux_/ |
D | msvc_is_class.cpp | 26 MPL_ASSERT_NOT(( aux::msvc_is_class< int > )); in MPL_TEST_CASE() 27 MPL_ASSERT_NOT(( aux::msvc_is_class< char > )); in MPL_TEST_CASE() 28 MPL_ASSERT_NOT(( aux::msvc_is_class< enum_ > )); in MPL_TEST_CASE() 29 MPL_ASSERT_NOT(( aux::msvc_is_class< char* > )); in MPL_TEST_CASE() 30 MPL_ASSERT_NOT(( aux::msvc_is_class< UDT* > )); in MPL_TEST_CASE() 31 MPL_ASSERT_NOT(( aux::msvc_is_class< UDT& > )); in MPL_TEST_CASE() 32 MPL_ASSERT_NOT(( aux::msvc_is_class< incomplete* > )); in MPL_TEST_CASE() 33 MPL_ASSERT_NOT(( aux::msvc_is_class< incomplete& > )); in MPL_TEST_CASE() 34 MPL_ASSERT_NOT(( aux::msvc_is_class< int[5] > )); in MPL_TEST_CASE() 35 MPL_ASSERT_NOT(( aux::msvc_is_class< void (*)() > )); in MPL_TEST_CASE() [all …]
|
/third_party/gettext/libtextstyle/ |
D | autogen.sh | 45 mkdir -p build-aux 52 if test ! -f build-aux/texinfo.tex; then 53 …{ wget -q --timeout=5 -O build-aux/texinfo.tex.tmp 'https://git.savannah.gnu.org/gitweb/?p=texinfo… 54 && mv build-aux/texinfo.tex.tmp build-aux/texinfo.tex; \ 55 } || rm -f build-aux/texinfo.tex.tmp 103 $GNULIB_TOOL --copy-file build-aux/config.guess; chmod a+x build-aux/config.guess 104 $GNULIB_TOOL --copy-file build-aux/config.sub; chmod a+x build-aux/config.sub 105 $GNULIB_TOOL --copy-file build-aux/declared.sh lib/declared.sh; chmod a+x lib/declared.sh 106 $GNULIB_TOOL --copy-file build-aux/run-test; chmod a+x build-aux/run-test 107 $GNULIB_TOOL --copy-file build-aux/test-driver.diff [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc_pre590/ |
D | bind.hpp | 15 namespace aux { namespace 66 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 69 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 79 namespace aux { namespace 109 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 112 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 114 typedef aux::replace_unnamed_arg< T1,n1 > r1; 117 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 128 namespace aux { namespace 158 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc/ |
D | bind.hpp | 15 namespace aux { namespace 66 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 69 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 79 namespace aux { namespace 109 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 112 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 114 typedef aux::replace_unnamed_arg< T1,n1 > r1; 117 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 128 namespace aux { namespace 158 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/bcc551/ |
D | bind.hpp | 15 namespace aux { namespace 67 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 70 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 80 namespace aux { namespace 111 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 114 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 116 typedef aux::replace_unnamed_arg< T1,n1 > r1; 119 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 130 namespace aux { namespace 161 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/gcc/ |
D | bind.hpp | 15 namespace aux { namespace 78 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 91 namespace aux { namespace 130 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 135 typedef aux::replace_unnamed_arg< T1,n1 > r1; 138 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 149 namespace aux { namespace 188 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/mwcw/ |
D | bind.hpp | 15 namespace aux { namespace 78 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 91 namespace aux { namespace 130 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 135 typedef aux::replace_unnamed_arg< T1,n1 > r1; 138 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 149 namespace aux { namespace 188 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/plain/ |
D | bind.hpp | 15 namespace aux { namespace 78 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 91 namespace aux { namespace 130 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 135 typedef aux::replace_unnamed_arg< T1,n1 > r1; 138 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 149 namespace aux { namespace 188 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/mpl/aux_/preprocessed/dmc/ |
D | bind.hpp | 15 namespace aux { namespace 78 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 81 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 91 namespace aux { namespace 130 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; 133 typedef typename aux::resolve_bind_arg< a0,U1,U2,U3,U4,U5 >::type f_; 135 typedef aux::replace_unnamed_arg< T1,n1 > r1; 138 typedef aux::resolve_bind_arg< a1,U1,U2,U3,U4,U5 > t1; 149 namespace aux { namespace 188 typedef aux::replace_unnamed_arg< F, mpl::arg<1> > r0; [all …]
|
/third_party/boost/boost/parameter/aux_/pack/ |
D | predicate.hpp | 9 namespace boost { namespace parameter { namespace aux { namespace 21 : ::boost::parameter::aux 30 namespace boost { namespace parameter { namespace aux { namespace 33 struct get_predicate_or_default< ::boost::parameter::aux::use_default> 35 typedef ::boost::parameter::aux::always_true_predicate type; 53 namespace boost { namespace parameter { namespace aux { namespace 59 ::boost::parameter::aux::is_optional<T> 61 , ::boost::parameter::aux::is_required<T> 63 , ::boost::parameter::aux::get_predicate<T> 65 ::boost::parameter::aux::always_true_predicate [all …]
|