| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/storage/ |
| H A D | offline_database.cpp | 232 accessedQuery.bind(1, util::now()); in getResource() 233 accessedQuery.bind(2, resource.url); in getResource() 245 query.bind(1, resource.url); in getResource() 275 query.bind(1, resource.url); in hasResource() 297 notModifiedQuery.bind(1, util::now()); in putResource() 298 notModifiedQuery.bind(2, response.expires); in putResource() 299 notModifiedQuery.bind(3, response.mustRevalidate); in putResource() 300 notModifiedQuery.bind(4, resource.url); in putResource() 320 updateQuery.bind(1, int(resource.kind)); in putResource() 321 updateQuery.bind(2, response.etag); in putResource() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | conf.patch | 7 diff -urN bind-9.3.1.orig/conf/db.0 bind-9.3.1/conf/db.0 8 --- bind-9.3.1.orig/conf/db.0 1970-01-01 01:00:00.000000000 +0100 9 +++ bind-9.3.1/conf/db.0 2005-07-10 22:14:00.000000000 +0200 23 diff -urN bind-9.3.1.orig/conf/db.127 bind-9.3.1/conf/db.127 24 --- bind-9.3.1.orig/conf/db.127 1970-01-01 01:00:00.000000000 +0100 25 +++ bind-9.3.1/conf/db.127 2005-07-10 22:14:00.000000000 +0200 40 diff -urN bind-9.3.1.orig/conf/db.empty bind-9.3.1/conf/db.empty 41 --- bind-9.3.1.orig/conf/db.empty 1970-01-01 01:00:00.000000000 +0100 42 +++ bind-9.3.1/conf/db.empty 2005-07-10 22:14:00.000000000 +0200 58 diff -urN bind-9.3.1.orig/conf/db.255 bind-9.3.1/conf/db.255 [all …]
|
| H A D | 0001-avoid-start-failure-with-bind-user.patch | 4 Subject: [PATCH] avoid start failure with bind user 19 if [ ! -f /etc/bind/rndc.key ]; then 21 + chown root:bind /etc/bind/rndc.key >/dev/null 2>&1 || true 22 chmod 0640 /etc/bind/rndc.key
|
| H A D | generate-rndc-key.sh | 3 if [ ! -s /etc/bind/rndc.key ]; then 6 chown root:bind /etc/bind/rndc.key 7 chmod 0640 /etc/bind/rndc.key
|
| H A D | make-etc-initd-bind-stop-work.patch | 1 bind: make "/etc/init.d/bind stop" work 22 include "/etc/bind/named.conf.local"; 23 +include "/etc/bind/rndc.key" ; 34 +include "/etc/bind/rndc.key";
|
| H A D | init.d-add-support-for-read-only-rootfs.patch | 50 + mount --bind $olddir $newdir 55 + [ "$VERBOSE" != "no" ] && echo "WARN: start bind service in read-only rootfs" 56 + [ `is_on_read_only_partition /etc/bind` = "yes" ] && bind_mount /var/volatile/bind/etc /etc/bi… 57 + [ `is_on_read_only_partition /var/named` = "yes" ] && bind_mount /var/volatile/bind/named /var…
|
| /OK3568_Linux_fs/buildroot/package/gnuradio/ |
| H A D | 0002-boost_qualify_placeholders_with_their_full_namespace.patch | 67 @@ -94,7 +94,7 @@ must then bind this port to the message handler. For this, we use 68 Boost's 'bind' function: 71 - boost::bind(&block_class::message_handler_function, this, _1)); 72 + boost::bind(&block_class::message_handler_function, this, boost::placeholders::_1)); 80 - boost::bind(&message_debug_impl::print, this, _1)); 81 + boost::bind(&message_debug_impl::print, this, boost::placeholders::_1)); 85 - boost::bind(&message_debug_impl::store, this, _1)); 86 + boost::bind(&message_debug_impl::store, this, boost::placeholders::_1)); 90 - boost::bind(&message_debug_impl::print_pdu, this, _1)); 91 + boost::bind(&message_debug_impl::print_pdu, this, boost::placeholders::_1)); [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/ |
| H A D | bind_9.18.11.bb | 2 HOMEPAGE = "https://www.isc.org/bind/" 16 file://make-etc-initd-bind-stop-work.patch \ 18 file://bind-ensure-searching-for-json-headers-searches-sysr.patch \ 20 file://0001-avoid-start-failure-with-bind-user.patch \ 29 # Issue only affects dhcpd with recent bind versions. We don't ship dhcpd anymore 44 --sysconfdir=${sysconfdir}/bind \ 53 USERADD_PARAM:${PN} = "--system --home ${localstatedir}/cache/bind --no-create-home \ 54 --user-group bind" 56 INITSCRIPT_NAME = "bind" 63 install -d -o bind "${D}${localstatedir}/cache/bind" [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/ |
| H A D | bind.hpp | 48 # define BOOST_MPL_PREPROCESSED_HEADER bind.hpp 167 struct resolve_bind_arg< bind<F,AUX778076_BIND_PARAMS(T)>,AUX778076_BIND_PARAMS(U) > 169 typedef bind<F,AUX778076_BIND_PARAMS(T)> f_; 257 aux::yes_tag is_bind_helper(bind<F,AUX778076_BIND_PARAMS(T)>*); 296 (3,(0, BOOST_MPL_LIMIT_METAFUNCTION_ARITY, <boost/mpl/bind.hpp>)) 303 # define BOOST_PP_ITERATION_PARAMS_1 (3,(3, 3, <boost/mpl/bind.hpp>)) 308 # define BOOST_PP_ITERATION_PARAMS_1 (3,(3, 3, <boost/mpl/bind.hpp>)) 319 #define AUX778076_COUNT_ARGS_PREFIX bind 329 struct bind struct 338 , bind [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-security/nmap/files/ |
| H A D | 0002-Fix-building-with-libc.patch | 21 - if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){ 22 + if( ::bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){ 23 …nping_warning(QT_3, "Failed to bind to source address %s. Trying to bind to port %d...", IPtoa(ser… 24 /* If the bind failed for the supplied address, just try again with in6addr_any */ 27 - if( bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){ 28 + if( ::bind(master_sd, (struct sockaddr *)&server_addr6, sizeof(server_addr6)) != 0 ){ 29 nping_fatal(QT_3, "Could not bind to port %d (%s).", port, strerror(errno)); 39 - if( bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){ 40 + if( ::bind(master_sd, (struct sockaddr *)&server_addr4, sizeof(server_addr4)) != 0 ){ 41 …nping_warning(QT_3, "Failed to bind to source address %s. Trying to bind to port %d...", IPtoa(ser… [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | sqlite3.cpp | 179 template <> void Query::bind(int offset, std::nullptr_t) { in bind() function in mapbox::sqlite::Query 184 template <> void Query::bind(int offset, int8_t value) { in bind() function in mapbox::sqlite::Query 189 template <> void Query::bind(int offset, int16_t value) { in bind() function in mapbox::sqlite::Query 194 template <> void Query::bind(int offset, int32_t value) { in bind() function in mapbox::sqlite::Query 199 template <> void Query::bind(int offset, int64_t value) { in bind() function in mapbox::sqlite::Query 204 template <> void Query::bind(int offset, uint8_t value) { in bind() function in mapbox::sqlite::Query 209 template <> void Query::bind(int offset, uint16_t value) { in bind() function in mapbox::sqlite::Query 214 template <> void Query::bind(int offset, uint32_t value) { in bind() function in mapbox::sqlite::Query 219 template <> void Query::bind(int offset, float value) { in bind() function in mapbox::sqlite::Query 224 template <> void Query::bind(int offset, double value) { in bind() function in mapbox::sqlite::Query [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | sqlite3.cpp | 236 template void Query::bind(int, int64_t); 239 void Query::bind(int offset, T value) { in bind() function in mapbox::sqlite::Query 247 void Query::bind(int offset, std::nullptr_t) { in bind() function in mapbox::sqlite::Query 255 void Query::bind(int offset, int32_t value) { in bind() function in mapbox::sqlite::Query 256 bind(offset, static_cast<int64_t>(value)); in bind() 260 void Query::bind(int offset, bool value) { in bind() function in mapbox::sqlite::Query 261 bind(offset, static_cast<int>(value)); in bind() 265 void Query::bind(int offset, int8_t value) { in bind() function in mapbox::sqlite::Query 266 bind(offset, static_cast<int64_t>(value)); in bind() 270 void Query::bind(int offset, uint8_t value) { in bind() function in mapbox::sqlite::Query [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3399/ |
| H A D | syscon_rk3399.c | 25 .bind = dm_scan_fdt_dev, 43 .bind = rk3399_syscon_bind_of_platdata, 50 .bind = rk3399_syscon_bind_of_platdata, 57 .bind = rk3399_syscon_bind_of_platdata, 64 .bind = rk3399_syscon_bind_of_platdata, 71 .bind = rk3399_syscon_bind_of_platdata,
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/dhcp/files/ |
| H A D | 0003-bind-Makefile.in-regenerate-configure.patch | 4 Subject: [PATCH] bind/Makefile.in: regenerate configure 12 bind/Makefile.in | 2 +- 15 diff --git a/bind/Makefile.in b/bind/Makefile.in 17 --- a/bind/Makefile.in 18 +++ b/bind/Makefile.in
|
| H A D | 0002-bind-Makefile.in-disable-backtrace.patch | 4 Subject: [PATCH] bind/Makefile.in: disable backtrace 13 bind/Makefile.in | 2 +- 16 diff --git a/bind/Makefile.in b/bind/Makefile.in 18 --- a/bind/Makefile.in 19 +++ b/bind/Makefile.in
|
| /OK3568_Linux_fs/buildroot/package/uhd/ |
| H A D | 0002-host-fix-build-boost-173.patch | 4 Subject: [PATCH] boost: Include bind.hpp where used, add 8 - Grepped for files that use boost::bind, but don't include 9 boost/bind.hpp. Changed all of those to include bind.hpp 11 about using bind placeholders in the global namespace. 13 Background: boost/bind.hpp is a convenience header that pulls the Boost 14 bind placeholders into the global namespace, but that's deprecated 91 +#include <boost/bind.hpp> 103 +#include <boost/bind.hpp> 115 +#include <boost/bind.hpp> 127 +#include <boost/bind.hpp> [all …]
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/maliit/maliit-plugins-qt5/ |
| H A D | 0001-Do-not-use-tr1-namespace.patch | 45 - d->overrideCheck(changed_ids, d->left, std::tr1::bind(&LayoutHelper::leftPanelChanged, this, _… 46 - d->overrideCheck(changed_ids, d->right, std::tr1::bind(&LayoutHelper::rightPanelChanged, this,… 47 - d->overrideCheck(changed_ids, d->center, std::tr1::bind(&LayoutHelper::centerPanelChanged, thi… 48 - d->overrideCheck(changed_ids, d->extended, std::tr1::bind(&LayoutHelper::extendedPanelChanged,… 49 + d->overrideCheck(changed_ids, d->left, std::bind(&LayoutHelper::leftPanelChanged, this, _1, _2… 50 + d->overrideCheck(changed_ids, d->right, std::bind(&LayoutHelper::rightPanelChanged, this, _1, … 51 + d->overrideCheck(changed_ids, d->center, std::bind(&LayoutHelper::centerPanelChanged, this, _1… 52 + d->overrideCheck(changed_ids, d->extended, std::bind(&LayoutHelper::extendedPanelChanged, this…
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | act_ipt.c | 97 const struct tc_action_ops *ops, int ovr, int bind, in __tcf_ipt_init() argument 121 err = tcf_idr_check_alloc(tn, &index, a, bind); in __tcf_ipt_init() 125 if (exists && bind) in __tcf_ipt_init() 130 tcf_idr_release(*a, bind); in __tcf_ipt_init() 139 tcf_idr_release(*a, bind); in __tcf_ipt_init() 146 ret = tcf_idr_create(tn, index, est, a, ops, bind, in __tcf_ipt_init() 154 if (bind)/* dont override defaults */ in __tcf_ipt_init() 158 tcf_idr_release(*a, bind); in __tcf_ipt_init() 199 tcf_idr_release(*a, bind); in __tcf_ipt_init() 205 int bind, bool rtnl_held, struct tcf_proto *tp, in tcf_ipt_init() argument [all …]
|
| H A D | act_vlan.c | 117 int ovr, int bind, bool rtnl_held, in tcf_vlan_init() argument 148 err = tcf_idr_check_alloc(tn, &index, a, bind); in tcf_vlan_init() 152 if (exists && bind) in tcf_vlan_init() 162 tcf_idr_release(*a, bind); in tcf_vlan_init() 170 tcf_idr_release(*a, bind); in tcf_vlan_init() 184 tcf_idr_release(*a, bind); in tcf_vlan_init() 202 tcf_idr_release(*a, bind); in tcf_vlan_init() 210 tcf_idr_release(*a, bind); in tcf_vlan_init() 219 &act_vlan_ops, bind, flags); in tcf_vlan_init() 227 tcf_idr_release(*a, bind); in tcf_vlan_init() [all …]
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3368/ |
| H A D | syscon_rk3368.c | 30 .bind = dm_scan_fdt_dev, 48 .bind = rk3368_syscon_bind_of_platdata, 55 .bind = rk3368_syscon_bind_of_platdata, 62 .bind = rk3368_syscon_bind_of_platdata, 69 .bind = rk3368_syscon_bind_of_platdata,
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-rockchip/rk3288/ |
| H A D | syscon_rk3288.c | 26 .bind = dm_scan_fdt_dev, 43 .bind = rk3288_syscon_bind_of_platdata, 50 .bind = rk3288_syscon_bind_of_platdata, 57 .bind = rk3288_syscon_bind_of_platdata, 64 .bind = rk3288_syscon_bind_of_platdata,
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/ |
| H A D | regression_2000.c | 294 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 343 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 358 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 374 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2001() 453 res = socket_tcp_open(&session, TEE_IP_VERSION_DC, ts.bind->host, in xtest_tee_test_2002_thread() 454 ts.bind->port, &sh, &proto_error, &ret_orig); in xtest_tee_test_2002_thread() 583 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2003() 710 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() 753 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() 768 TEE_IP_VERSION_DC, ts.bind->host, ts.bind->port, in xtest_tee_test_2004() [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/finclude/ |
| H A D | openacc.f90 | 512 bind (C, name = "acc_get_num_devices") 519 bind (C, name = "acc_set_device_type") 525 bind (C, name = "acc_get_device_type") 531 bind (C, name = "acc_set_device_num") 537 bind (C, name = "acc_get_device_num") 544 bind (C, name = "acc_get_property") 554 bind (C, name = "acc_get_property_string") 564 bind (C, name = "acc_async_test") 571 bind (C, name = "acc_async_test_all") 577 bind (C, name = "acc_wait") [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/finclude/ |
| H A D | openacc.f90 | 512 bind (C, name = "acc_get_num_devices") 519 bind (C, name = "acc_set_device_type") 525 bind (C, name = "acc_get_device_type") 531 bind (C, name = "acc_set_device_num") 537 bind (C, name = "acc_get_device_num") 544 bind (C, name = "acc_get_property") 554 bind (C, name = "acc_get_property_string") 564 bind (C, name = "acc_async_test") 571 bind (C, name = "acc_async_test_all") 577 bind (C, name = "acc_wait") [all …]
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | evtchn.c | 466 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local 474 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 477 bind_virq.virq = bind.virq; in evtchn_ioctl() 491 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local 495 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 500 u->restrict_domid != bind.remote_domain) in evtchn_ioctl() 503 bind_interdomain.remote_dom = bind.remote_domain; in evtchn_ioctl() 504 bind_interdomain.remote_port = bind.remote_port; in evtchn_ioctl() 519 struct ioctl_evtchn_bind_unbound_port bind; in evtchn_ioctl() local 527 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() [all …]
|