| /src/external/bsd/openldap/dist/tests/data/regressions/its9468/ |
| slapd-proxy.conf | 46 suffix "dc=no-rebind,dc=no-timeout,dc=example,dc=com" 48 rebind-as-user no 50 rwm-suffixmassage "dc=no-rebind,dc=no-timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com" 52 # proxy with rebind-as-user set, used for test where remote server will disconnect the proxy connection 55 suffix "dc=rebind,dc=no-timeout,dc=example,dc=com" 57 rebind-as-user yes 59 rwm-suffixmassage "dc=rebind,dc=no-timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com" 64 suffix "dc=no-rebind,dc=timeout,dc=example,dc=com" 66 rebind-as-user no 69 rwm-suffixmassage "dc=no-rebind,dc=timeout,dc=example,dc=com" "ou=Information Technology Division,ou=People,dc=example,dc=com [all...] |
| /src/external/bsd/openldap/dist/tests/data/regressions/its9288/ |
| slapd-proxy.conf | 39 rebind-as-user yes
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/ |
| new_allocator.h | 60 struct rebind struct in class:new_allocator
|
| debug_allocator.h | 76 class rebind class in class:debug_allocator 78 typedef typename _Traits::template rebind<_Up>::other __other; 93 rebind<value_type>::other>
|
| extptr_allocator.h | 72 struct rebind struct in class:_ExtPtr_allocator 185 struct rebind struct in class:_ExtPtr_allocator
|
| alloc_traits.h | 119 struct rebind struct in struct:__alloc_traits 163 struct rebind struct in struct:__alloc_traits 164 { typedef typename _Alloc::template rebind<_Tp>::other other; };
|
| /src/external/apache2/llvm/dist/libcxx/include/__memory/ |
| pointer_traits.h | 79 template <class _Xp> static char __test(typename _Xp::template rebind<_Up>* = 0); 89 typedef _LIBCPP_NODEBUG_TYPE typename _Tp::template rebind<_Up> type; 91 typedef _LIBCPP_NODEBUG_TYPE typename _Tp::template rebind<_Up>::other type; 99 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::template rebind<_Up> type; 101 typedef _LIBCPP_NODEBUG_TYPE typename _Sp<_Tp, _Args...>::template rebind<_Up>::other type; 119 template <class _Up> using rebind = typename __pointer_traits_rebind<pointer, _Up>::type; 121 template <class _Up> struct rebind 142 template <class _Up> using rebind = _Up*; 144 template <class _Up> struct rebind {typedef _Up* other;}; 159 typedef typename pointer_traits<_From>::template rebind<_To> type [all...] |
| allocator.h | 40 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct in class:allocator 51 template <class _Up> struct rebind {typedef allocator<_Up> other;}; struct in class:allocator 103 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct in class:allocator 184 struct _LIBCPP_DEPRECATED_IN_CXX17 rebind { struct in class:allocator
|
| allocator_traits.h | 55 using type = typename pointer_traits<_Ptr>::template rebind<const _Tp>::other; 57 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const _Tp>; 71 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<void>::other; 73 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<void>; 87 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const void>::other; 89 using type _LIBCPP_NODEBUG_TYPE = typename pointer_traits<_Ptr>::template rebind<const void>; 155 typename _Tp::template rebind<_Up>::other 160 using type _LIBCPP_NODEBUG_TYPE = typename _Tp::template rebind<_Up>::other; 164 using type _LIBCPP_NODEBUG_TYPE = typename _Alloc<_Tp, _Args...>::template rebind<_Up>::other;
|
| /src/external/bsd/openldap/dist/tests/data/ |
| slapd-proxytimeout.conf | 53 rebind-as-user yes 64 rebind-as-user yes
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/ |
| new_allocator.h | 62 struct rebind struct in class:new_allocator
|
| debug_allocator.h | 78 class rebind class in class:debug_allocator 80 typedef typename _Traits::template rebind<_Up>::other __other; 95 rebind<value_type>::other>
|
| extptr_allocator.h | 74 struct rebind struct in class:_ExtPtr_allocator 187 struct rebind struct in class:_ExtPtr_allocator
|
| alloc_traits.h | 125 struct rebind struct in struct:__alloc_traits 177 struct rebind struct in struct:__alloc_traits 178 { typedef typename _Alloc::template rebind<_Tp>::other other; };
|
| /src/external/bsd/openldap/dist/tests/data/regressions/its9400/ |
| slapd-proxy-idassert.conf | 50 rebind-as-user yes
|
| /src/sys/external/bsd/drm2/dist/drm/vmwgfx/ |
| vmwgfx_binding.c | 116 static int vmw_binding_scrub_shader(struct vmw_ctx_bindinfo *bi, bool rebind); 118 bool rebind); 119 static int vmw_binding_scrub_texture(struct vmw_ctx_bindinfo *bi, bool rebind); 120 static int vmw_binding_scrub_cb(struct vmw_ctx_bindinfo *bi, bool rebind); 121 static int vmw_binding_scrub_dx_rt(struct vmw_ctx_bindinfo *bi, bool rebind); 122 static int vmw_binding_scrub_sr(struct vmw_ctx_bindinfo *bi, bool rebind); 123 static int vmw_binding_scrub_so(struct vmw_ctx_bindinfo *bi, bool rebind); 126 bool rebind); 127 static int vmw_binding_scrub_ib(struct vmw_ctx_bindinfo *bi, bool rebind); 128 static int vmw_binding_scrub_vb(struct vmw_ctx_bindinfo *bi, bool rebind); [all...] |
| /src/external/bsd/openldap/dist/contrib/ldapc++/src/ |
| LDAPConstraints.h | 50 void setReferralRebind(const LDAPRebind* rebind);
|
| LDAPConstraints.cpp | 94 void LDAPConstraints::setReferralRebind(const LDAPRebind* rebind){ 96 m_refRebind = rebind;
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| default-init-alloc.h | 50 /* Override rebind. */ 52 struct rebind struct in class:gdb::default_init_allocator
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| default-init-alloc.h | 50 /* Override rebind. */ 52 struct rebind struct in class:gdb::default_init_allocator
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| types_traits.hpp | 145 : _Alloc::template rebind<T>::other 147 typedef typename _Alloc::template rebind<T>::other allocator_type;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/ |
| types_traits.hpp | 145 : _Alloc::template rebind<T>::other 147 typedef typename _Alloc::template rebind<T>::other allocator_type;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| ptr_traits.h | 146 using __rebind = __type_identity<typename _Tp::template rebind<_Up>>; 160 using rebind = typename __detected_or_t<__replace_first_arg<_Ptr, _Up>, 196 template<typename _Up> using rebind = _Up*; 201 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
|
| allocator.h | 86 struct rebind struct in class:allocator 143 struct rebind struct in class:allocator
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| ptr_traits.h | 150 using __rebind = __type_identity<typename _Tp::template rebind<_Up>>; 164 using rebind = typename __detected_or_t<__replace_first_arg<_Ptr, _Up>, 200 template<typename _Up> using rebind = _Up*; 205 using __ptr_rebind = typename pointer_traits<_Ptr>::template rebind<_Tp>;
|