| /OK3568_Linux_fs/kernel/arch/sparc/include/asm/ |
| H A D | ldc.h | 108 struct ldc_trans_cookie *cookies, int ncookies, 113 struct ldc_trans_cookie *cookies, int ncookies, 116 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies, 121 struct ldc_trans_cookie *cookies, int ncookies); 126 struct ldc_trans_cookie *cookies, in ldc_get_dring_entry() argument 129 return ldc_copy(lp, LDC_COPY_IN, buf, len, offset, cookies, ncookies); in ldc_get_dring_entry() 135 struct ldc_trans_cookie *cookies, in ldc_put_dring_entry() argument 138 return ldc_copy(lp, LDC_COPY_OUT, buf, len, offset, cookies, ncookies); in ldc_put_dring_entry() 142 struct ldc_trans_cookie *cookies, 147 struct ldc_trans_cookie *cookies, int ncookies);
|
| H A D | vio.h | 73 struct ldc_trans_cookie cookies[0]; member 164 struct ldc_trans_cookie cookies[0]; member 249 struct ldc_trans_cookie cookies[0]; member 268 return (struct vio_net_dext *)&desc->cookies[2]; in vio_net_ext() 284 struct ldc_trans_cookie cookies[VIO_MAX_RING_COOKIES]; member
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-32205.patch | 6 - Send no more than 150 cookies per request 50 * It shall only return cookies that haven't expired. 63 + infof(data, "Included max number of cookies (%u) in request!", 80 + cookies are ignored. */ 89 +/* Maximum number of cookies libcurl will send in a single request, even if 90 + there might be more cookies that match. One reason to cap the number is to 101 * Add a cookie to the internal list of cookies. The domain and path arguments 110 void Curl_cookie_freelist(struct Cookie *cookies); 111 void Curl_cookie_clearall(struct CookieInfo *cookies); 135 - co = Curl_cookie_getlist(data->cookies, host, data->state.up.path, [all …]
|
| H A D | CVE-2022-27779.patch | 4 Subject: [PATCH] cookies: make bad_domain() not consider a trailing dot fine 8 setting cookies for it. 26 @@ -427,7 +427,15 @@ static void remove_expired(struct CookieInfo *cookies)
|
| H A D | CVE-2022-27774-3.patch | 27 - * allow_auth_to_host() tells if autentication, cookies or other "sensitive 29 + * Curl_allow_auth_to_host() tells if authentication, cookies or other 64 + * Curl_allow_auth_to_host() tells if authentication, cookies or other
|
| H A D | CVE-2023-23914_5-1.patch | 81 data->cookies = NULL; 97 data->cookies = data->share->cookies; 215 Curl_cookie_cleanup(share->cookies);
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | cookiejar.cpp | 177 QList<QNetworkCookie> cookies = allCookies(); in save() local 178 for (int i = cookies.count() - 1; i >= 0; --i) { in save() 179 if (cookies.at(i).isSessionCookie()) in save() 180 cookies.removeAt(i); in save() 182 …eSettings.setValue(QLatin1String("cookies"), QVariant::fromValue<QList<QNetworkCookie> >(cookies)); in save() 200 QList<QNetworkCookie> cookies = allCookies(); in purgeOldCookies() local 201 if (cookies.isEmpty()) in purgeOldCookies() 203 int oldCount = cookies.count(); in purgeOldCookies() 205 for (int i = cookies.count() - 1; i >= 0; --i) { in purgeOldCookies() 206 if (!cookies.at(i).isSessionCookie() && cookies.at(i).expirationDate() < now) in purgeOldCookies() [all …]
|
| H A D | browser.pro | 11 cookies.ui \
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | kcmp.c | 37 static unsigned long cookies[KCMP_TYPES][2] __read_mostly; variable 41 return (v ^ cookies[type][0]) * cookies[type][1]; in kptr_obfuscate() 249 get_random_bytes(cookies, sizeof(cookies)); in kcmp_cookies_init() 252 cookies[i][1] |= (~(~0UL >> 1) | 1); in kcmp_cookies_init()
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | jquery.cookie.js | 84 var cookies = document.cookie ? document.cookie.split('; ') : []; 86 for (var i = 0, l = cookies.length; i < l; i++) { 87 var parts = cookies[i].split('=');
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | ldc.c | 2077 struct ldc_trans_cookie *cookies; member 2105 sp->cookies[sp->nc - 1].cookie_size += tlen; in fill_cookies() 2107 sp->cookies[sp->nc].cookie_addr = this_cookie; in fill_cookies() 2108 sp->cookies[sp->nc].cookie_size = tlen; in fill_cookies() 2149 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_sg() argument 2178 state.cookies = cookies; in ldc_map_sg() 2195 struct ldc_trans_cookie *cookies, int ncookies, in ldc_map_single() argument 2220 state.cookies = cookies; in ldc_map_single() 2245 void ldc_unmap(struct ldc_channel *lp, struct ldc_trans_cookie *cookies, in ldc_unmap() argument 2254 u64 addr = cookies[i].cookie_addr; in ldc_unmap() [all …]
|
| H A D | viohs.c | 207 u.pkt.cookies[i] = dr->cookies[i]; in send_dreg() 211 (unsigned long long) u.pkt.cookies[i].cookie_addr, in send_dreg() 212 (unsigned long long) u.pkt.cookies[i].cookie_size); in send_dreg() 466 dr->cookies[i] = pkt->cookies[i]; in process_dreg_info() 471 pkt->cookies[i].cookie_addr, in process_dreg_info() 473 pkt->cookies[i].cookie_size); in process_dreg_info()
|
| /OK3568_Linux_fs/buildroot/package/libcurl/ |
| H A D | Config.in | 29 bool "cookies support" 32 Enable support for cookies.
|
| H A D | libcurl.mk | 137 LIBCURL_CONF_OPTS += --enable-cookies 139 LIBCURL_CONF_OPTS += --disable-cookies
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/sun/ |
| H A D | sunvnet_common.c | 403 desc->cookies, desc->ncookies); in vnet_rx_one() 527 dr->cookies, dr->ncookies); in get_rx_desc() 543 dr->cookies, dr->ncookies); in put_rx_desc() 570 desc->cookies[0].cookie_addr, in vnet_walk_rx_one() 571 desc->cookies[0].cookie_size); in vnet_walk_rx_one() 1022 port->tx_bufs[txi].cookies, in vnet_clean_tx_ring() 1065 struct ldc_trans_cookie *cookies, int ncookies, in vnet_skb_map() argument 1077 err = ldc_map_single(lp, skb->data - VNET_PACKET_SKIP, blen, cookies, in vnet_skb_map() 1092 blen, cookies + nc, ncookies - nc, in vnet_skb_map() 1100 ldc_unmap(lp, cookies, nc); in vnet_skb_map() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/caching/ |
| H A D | object.rst | 28 struct and are referred to as cookies. 36 There is a 1:N relationship between cookies and objects. A cookie may be 40 Furthermore, both cookies and objects are hierarchical. The two hierarchies 41 correspond, but the cookies tree is a superset of the union of the object trees 89 pointers to the cookies. The cookies themselves and any objects attached to 90 those cookies are hidden from it. 114 (4) Termination: states that detach objects from their netfs cookies, that
|
| /OK3568_Linux_fs/buildroot/package/perl-http-cookies/ |
| H A D | Config.in | 2 bool "perl-http-cookies"
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/ |
| H A D | mali_kbase_context.c | 131 kctx->cookies = KBASE_COOKIE_MASK; in kbase_create_context() 260 pending_regions_to_clean = (~kctx->cookies) & KBASE_COOKIE_MASK; in kbase_destroy_context()
|
| H A D | mali_kbase_mem_linux.c | 186 if (!kctx->cookies) { in kbase_mem_alloc() 192 cookie_nr = __ffs(kctx->cookies); in kbase_mem_alloc() 193 kctx->cookies &= ~(1UL << cookie_nr); in kbase_mem_alloc() 223 kctx->cookies |= (1UL << cookie_nr); in kbase_mem_alloc() 1240 if (!kctx->cookies) { 1245 gpu_va = __ffs(kctx->cookies); 1246 kctx->cookies &= ~(1UL << gpu_va); 1392 if (!kctx->cookies) 1395 *gpu_va = __ffs(kctx->cookies); 1396 kctx->cookies &= ~(1UL << *gpu_va); [all …]
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/mptcp/ |
| H A D | mptcp_connect.sh | 466 cookies=$(ip netns exec ${listener_ns} sysctl net.ipv4.tcp_syncookies) 467 cookies=${cookies##*=} 473 if [ $cookies -eq 2 ];then
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | sunvdc.c | 315 ldc_unmap(port->vio.lp, desc->cookies, desc->ncookies); in vdc_end_one() 495 desc->cookies, port->ring_cookies, in __send_request() 663 desc->cookies, port->ring_cookies, in generic_request() 724 dr->cookies, &ncookies, in vdc_alloc_tx_ring() 748 dr->cookies, dr->ncookies); in vdc_free_tx_ring() 1110 ldc_unmap(port->vio.lp, desc->cookies, desc->ncookies); in vdc_requeue_inflight()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libjs/ |
| H A D | libjs-jquery-cookie_3.0.1.bb | 1 SUMMARY = "A simple, lightweight JavaScript API for handling cookies."
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/context/ |
| H A D | mali_kbase_context.c | 209 bitmap_copy(kctx->cookies, &cookies_mask, BITS_PER_LONG); in kbase_context_common_init() 373 kctx->cookies, BITS_PER_LONG); in kbase_context_sticky_resource_term()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/ |
| H A D | mali_kbase_mem_linux.c | 464 if (bitmap_empty(kctx->cookies, BITS_PER_LONG)) { in kbase_mem_alloc() 470 cookie_nr = find_first_bit(kctx->cookies, BITS_PER_LONG); in kbase_mem_alloc() 471 bitmap_clear(kctx->cookies, cookie_nr, 1); in kbase_mem_alloc() 1985 if (bitmap_empty(kctx->cookies, BITS_PER_LONG)) { in kbase_mem_alias() 1990 gpu_va = find_first_bit(kctx->cookies, BITS_PER_LONG); in kbase_mem_alias() 1991 bitmap_clear(kctx->cookies, gpu_va, 1); in kbase_mem_alias() 2139 if (bitmap_empty(kctx->cookies, BITS_PER_LONG)) in kbase_mem_import() 2142 *gpu_va = find_first_bit(kctx->cookies, BITS_PER_LONG); in kbase_mem_import() 2143 bitmap_clear(kctx->cookies, *gpu_va, 1); in kbase_mem_import() 2822 bitmap_set(kctx->cookies, cookie, 1); [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libcgi/ |
| H A D | libcgi-perl_4.54.bb | 3 submissions, file uploads, reading and writing cookies, query string generation \
|