Home
last modified time | relevance | path

Searched refs:iframe (Results 1 - 18 of 18) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_session.c231 session->iframe.state = NGHTTP2_IB_IGN_ALL; in session_terminate_session()
306 nghttp2_inbound_frame *iframe = &session->iframe; in session_inbound_frame_reset() local
310 iframe->frame.hd.type is 0, so that no free is performed. */ in session_inbound_frame_reset()
311 switch (iframe->frame.hd.type) { in session_inbound_frame_reset()
315 nghttp2_frame_headers_free(&iframe->frame.headers, mem); in session_inbound_frame_reset()
318 nghttp2_frame_priority_free(&iframe->frame.priority); in session_inbound_frame_reset()
321 nghttp2_frame_rst_stream_free(&iframe->frame.rst_stream); in session_inbound_frame_reset()
324 nghttp2_frame_settings_free(&iframe->frame.settings, mem); in session_inbound_frame_reset()
326 nghttp2_mem_free(mem, iframe in session_inbound_frame_reset()
630 nghttp2_inbound_frame *iframe = &(*session_ptr)->iframe; session_new() local
3687 nghttp2_inbound_frame *iframe = &session->iframe; session_call_on_extension_chunk_recv_callback() local
3706 nghttp2_inbound_frame *iframe = &session->iframe; session_call_unpack_extension_callback() local
4369 nghttp2_inbound_frame *iframe = &session->iframe; session_process_headers_frame() local
4458 nghttp2_inbound_frame *iframe = &session->iframe; session_process_priority_frame() local
4519 nghttp2_inbound_frame *iframe = &session->iframe; session_process_rst_stream_frame() local
4932 nghttp2_inbound_frame *iframe = &session->iframe; session_process_settings_frame() local
5055 nghttp2_inbound_frame *iframe = &session->iframe; session_process_push_promise_frame() local
5085 nghttp2_inbound_frame *iframe = &session->iframe; session_process_ping_frame() local
5126 nghttp2_inbound_frame *iframe = &session->iframe; session_process_goaway_frame() local
5211 nghttp2_inbound_frame *iframe = &session->iframe; session_process_window_update_frame() local
5338 nghttp2_inbound_frame *iframe = &session->iframe; session_process_altsvc_frame() local
5353 nghttp2_inbound_frame *iframe = &session->iframe; session_process_origin_frame() local
5372 nghttp2_inbound_frame *iframe = &session->iframe; session_process_priority_update_frame() local
5383 nghttp2_inbound_frame *iframe = &session->iframe; session_process_extension_frame() local
5608 nghttp2_inbound_frame *iframe; session_on_data_received_fail_fast() local
5674 inbound_frame_payload_readlen(nghttp2_inbound_frame *iframe, const uint8_t *in, const uint8_t *last) inbound_frame_payload_readlen() argument
5683 inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) inbound_frame_set_mark() argument
5688 inbound_frame_buf_read(nghttp2_inbound_frame *iframe, const uint8_t *in, const uint8_t *last) inbound_frame_buf_read() argument
5703 inbound_frame_set_settings_entry(nghttp2_inbound_frame *iframe) inbound_frame_set_settings_entry() argument
5754 inbound_frame_handle_pad(nghttp2_inbound_frame *iframe, nghttp2_frame_hd *hd) inbound_frame_handle_pad() argument
5771 inbound_frame_compute_pad(nghttp2_inbound_frame *iframe) inbound_frame_compute_pad() argument
5795 inbound_frame_effective_readlen(nghttp2_inbound_frame *iframe, size_t payloadleft, size_t readlen) inbound_frame_effective_readlen() argument
5817 nghttp2_inbound_frame *iframe = &session->iframe; nghttp2_session_mem_recv() local
[all...]
H A Dnghttp2_session.h225 nghttp2_inbound_frame iframe; member
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c231 session->iframe.state = NGHTTP2_IB_IGN_ALL; in session_terminate_session()
306 nghttp2_inbound_frame *iframe = &session->iframe; in session_inbound_frame_reset() local
310 iframe->frame.hd.type is 0, so that no free is performed. */ in session_inbound_frame_reset()
311 switch (iframe->frame.hd.type) { in session_inbound_frame_reset()
315 nghttp2_frame_headers_free(&iframe->frame.headers, mem); in session_inbound_frame_reset()
318 nghttp2_frame_priority_free(&iframe->frame.priority); in session_inbound_frame_reset()
321 nghttp2_frame_rst_stream_free(&iframe->frame.rst_stream); in session_inbound_frame_reset()
324 nghttp2_frame_settings_free(&iframe->frame.settings, mem); in session_inbound_frame_reset()
326 nghttp2_mem_free(mem, iframe in session_inbound_frame_reset()
625 nghttp2_inbound_frame *iframe = &(*session_ptr)->iframe; session_new() local
3682 nghttp2_inbound_frame *iframe = &session->iframe; session_call_on_extension_chunk_recv_callback() local
3701 nghttp2_inbound_frame *iframe = &session->iframe; session_call_unpack_extension_callback() local
4364 nghttp2_inbound_frame *iframe = &session->iframe; session_process_headers_frame() local
4453 nghttp2_inbound_frame *iframe = &session->iframe; session_process_priority_frame() local
4514 nghttp2_inbound_frame *iframe = &session->iframe; session_process_rst_stream_frame() local
4927 nghttp2_inbound_frame *iframe = &session->iframe; session_process_settings_frame() local
5050 nghttp2_inbound_frame *iframe = &session->iframe; session_process_push_promise_frame() local
5080 nghttp2_inbound_frame *iframe = &session->iframe; session_process_ping_frame() local
5121 nghttp2_inbound_frame *iframe = &session->iframe; session_process_goaway_frame() local
5206 nghttp2_inbound_frame *iframe = &session->iframe; session_process_window_update_frame() local
5333 nghttp2_inbound_frame *iframe = &session->iframe; session_process_altsvc_frame() local
5348 nghttp2_inbound_frame *iframe = &session->iframe; session_process_origin_frame() local
5367 nghttp2_inbound_frame *iframe = &session->iframe; session_process_priority_update_frame() local
5378 nghttp2_inbound_frame *iframe = &session->iframe; session_process_extension_frame() local
5603 nghttp2_inbound_frame *iframe; session_on_data_received_fail_fast() local
5669 inbound_frame_payload_readlen(nghttp2_inbound_frame *iframe, const uint8_t *in, const uint8_t *last) inbound_frame_payload_readlen() argument
5678 inbound_frame_set_mark(nghttp2_inbound_frame *iframe, size_t left) inbound_frame_set_mark() argument
5683 inbound_frame_buf_read(nghttp2_inbound_frame *iframe, const uint8_t *in, const uint8_t *last) inbound_frame_buf_read() argument
5698 inbound_frame_set_settings_entry(nghttp2_inbound_frame *iframe) inbound_frame_set_settings_entry() argument
5749 inbound_frame_handle_pad(nghttp2_inbound_frame *iframe, nghttp2_frame_hd *hd) inbound_frame_handle_pad() argument
5766 inbound_frame_compute_pad(nghttp2_inbound_frame *iframe) inbound_frame_compute_pad() argument
5790 inbound_frame_effective_readlen(nghttp2_inbound_frame *iframe, size_t payloadleft, size_t readlen) inbound_frame_effective_readlen() argument
5812 nghttp2_inbound_frame *iframe = &session->iframe; nghttp2_session_mem_recv() local
[all...]
H A Dnghttp2_session.h221 nghttp2_inbound_frame iframe; member
/third_party/node/test/fixtures/wpt/encoding/streams/
H A Dinvalid-realm.window.js3 // Adds an iframe to the document and returns it.
5 const iframe = document.createElement('iframe');
6 document.body.appendChild(iframe);
7 return iframe;
11 const iframe = addIframe();
12 const stream = new iframe.contentWindow.TextDecoderStream();
16 iframe.remove();
21 const iframe = addIframe();
22 const stream = new iframe
[all...]
H A Drealms.window.js4 // are created in the correct realm. The tests work by creating an iframe for
13 let iframe = document.createElement('iframe');
15 iframe.srcdoc = `<!doctype html>
24 iframe.style.display = 'none';
25 document.body.appendChild(iframe);
30 iframe.onload = () => {
31 realmPromiseResolve(iframe.contentWindow);
/third_party/node/test/fixtures/wpt/common/security-features/resources/
H A Dcommon.sub.js377 * Creates a new iframe, binds load and error events, sets the src attribute and
379 * @param {string} url The src for the iframe.
383 const iframe = createElement(
384 "iframe",
388 return bindEvents2(window, "message", iframe, "error", window, "error")
390 if (event.source !== iframe.contentWindow)
557 * a target attribute is set to point to a new helper iframe.
569 const iframe =
570 createElement("iframe", {"name": name, "id": name}, parentNode, false);
578 bindEvents2(window, "message", iframe, "erro
[all...]
/third_party/ffmpeg/libavformat/
H A Doggparsetheora.c151 uint64_t iframe, pframe; in theora_gptopts() local
156 iframe = gp >> thp->gpshift; in theora_gptopts()
160 iframe++; in theora_gptopts()
166 *dts = iframe + pframe; in theora_gptopts()
168 return iframe + pframe; in theora_gptopts()
H A Doggparsedirac.c107 uint64_t iframe = gp >> 30; in old_dirac_gptopts() local
113 return iframe + pframe; in old_dirac_gptopts()
/third_party/node/test/fixtures/wpt/encoding/resources/
H A Ddecode-common.js10 var iframe = iframeRef(document.getElementById("scrwin"));
11 nodes = iframe.querySelectorAll("span");
H A Dencode-form-common.js72 var frame = document.createElement("iframe");
89 document.getElementsByTagName("iframe")
107 var iframe = frames[id];
118 iframe.onload = function() {
119 var url = iframe.contentWindow.location;
/third_party/NuttX/drivers/usbdev/gadget/
H A Df_uvc.c1485 uint8_t iformat, iframe, nframes; in fuvc_streaming_set() local
1527 iframe = CLAMP((uint32_t)com.bFrameIndex, 1U, (uint32_t)nframes); in fuvc_streaming_set()
1528 frame = &pformat->frames[iframe - 1]; in fuvc_streaming_set()
1537 target->bFrameIndex = iframe; in fuvc_streaming_set()
1772 int iframe, int iformat) in fuvc_fill_streaming_control()
1797 if (iframe < 0) in fuvc_fill_streaming_control()
1799 iframe = nframes + iframe; in fuvc_fill_streaming_control()
1802 if (iframe < 0 || iframe > in fuvc_fill_streaming_control()
1770 fuvc_fill_streaming_control(struct uvc_dev_s *fuvc, struct uvc_probe_commit_control1_1 *ctrl, int iframe, int iformat) fuvc_fill_streaming_control() argument
[all...]
H A Df_uvc.h835 int iframe, int iformat);
/third_party/node/deps/v8/src/execution/
H A Dframes.cc1432 InterpretedFrame* iframe = reinterpret_cast<InterpretedFrame*>(frame); in PrintTop() local
1433 code_offset = iframe->GetBytecodeOffset(); in PrintTop()
2309 const InterpretedFrame* iframe = InterpretedFrame::cast(this); in Print() local
2310 BytecodeArray bytecodes = iframe->GetBytecodeArray(); in Print()
2311 int offset = iframe->GetBytecodeOffset(); in Print()
H A Disolate.cc1313 UnoptimizedFrame* iframe = static_cast<UnoptimizedFrame*>(frame); in GetAbstractPC() local
1315 iframe->GetBytecodeArray().GetFirstBytecodeAddress(); in GetAbstractPC()
1316 return bytecode_start + iframe->GetBytecodeOffset(); in GetAbstractPC()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c2788 uint8_t large_field_value[sizeof(session->iframe.raw_sbuf) + 1]; in test_nghttp2_session_recv_priority_update()
4557 frame.ext.payload = &session->iframe.ext_frame_payload; in test_nghttp2_session_on_altsvc_received()
4575 frame.ext.payload = &session->iframe.ext_frame_payload; in test_nghttp2_session_on_altsvc_received()
4591 frame.ext.payload = &session->iframe.ext_frame_payload; in test_nghttp2_session_on_altsvc_received()
4609 frame.ext.payload = &session->iframe.ext_frame_payload; in test_nghttp2_session_on_altsvc_received()
4627 frame.ext.payload = &session->iframe.ext_frame_payload; in test_nghttp2_session_on_altsvc_received()
10200 CU_ASSERT(NGHTTP2_IB_READ_FIRST_SETTINGS == session->iframe.state); in test_nghttp2_session_recv_client_magic()
10209 CU_ASSERT(NGHTTP2_IB_IGN_ALL == session->iframe.state); in test_nghttp2_session_recv_client_magic()
10210 CU_ASSERT(0 == session->iframe.payloadleft); in test_nghttp2_session_recv_client_magic()
10224 CU_ASSERT(NGHTTP2_IB_READ_CLIENT_MAGIC == session->iframe in test_nghttp2_session_recv_client_magic()
[all...]
/third_party/libevdev/doc/html/
H A Djquery.js15 ;(function(f){"use strict";"function"===typeof define&&define.amd?define(["jquery"],f):"undefined"!==typeof module&&module.exports?module.exports=f(require("jquery")):f(jQuery)})(function($){"use strict";function n(a){return!a.nodeName||-1!==$.inArray(a.nodeName.toLowerCase(),["iframe","#document","html","body"])}function h(a){return $.isFunction(a)||$.isPlainObject(a)?a:{top:a,left:a}}var p=$.scrollTo=function(a,d,b){return $(window).scrollTo(a,d,b)};p.defaults={axis:"xy",duration:0,limit:!0};$.fn.scrollTo=function(a,d,b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b={onAfter:b});"max"===a&&(a=9E9);b=$.extend({},p.defaults,b);d=d||b.duration;var u=b.queue&&1<b.axis.length;u&&(d/=2);b.offset=h(b.offset);b.over=h(b.over);return this.each(function(){function k(a){var k=$.extend({},b,{queue:!0,duration:d,complete:a&&function(){a.call(q,e,b)}});r.animate(f,k)}if(null!==a){var l=n(this),q=l?this.contentWindow||window:this,r=$(q),e=a,f={},t;switch(typeof e){case "number":case "string":if(/^([+-]=?)?\d+(\.\d+)?(px|%)?$/.test(e)){e= h(e);break}e=l?$(e):$(e,q);case "object":if(e.length===0)return;if(e.is||e.style)t=(e=$(e)).offset()}var v=$.isFunction(b.offset)&&b.offset(q,e)||b.offset;$.each(b.axis.split(""),function(a,c){var d="x"===c?"Left":"Top",m=d.toLowerCase(),g="scroll"+d,h=r[g](),n=p.max(q,c);t?(f[g]=t[m]+(l?0:h-r.offset()[m]),b.margin&&(f[g]-=parseInt(e.css("margin"+d),10)||0,f[g]-=parseInt(e.css("border"+d+"Width"),10)||0),f[g]+=v[m]||0,b.over[m]&&(f[g]+=e["x"===c?"width":"height"]()*b.over[m])):(d=e[m],f[g]=d.slice&& "%"===d.slice(-1)?parseFloat(d)/100*n:d);b.limit&&/^\d+$/.test(f[g])&&(f[g]=0>=f[g]?0:Math.min(f[g],n));!a&&1<b.axis.length&&(h===f[g]?f={}:u&&(k(b.onAfterFirst),f={}))});k(b.onAfter)}})};p.max=function(a,d){var b="x"===d?"Width":"Height",h="scroll"+b;if(!n(a))return a[h]-$(a)[b.toLowerCase()]();var b="client"+b,k=a.ownerDocument||a.document,l=k.documentElement,k=k.body;return Math.max(l[h],k[h])-Math.min(l[b],k[b])};$.Tween.propHooks.scrollLeft=$.Tween.propHooks.scrollTop={get:function(a){return $(a.elem)[a.prop]()}, set:function(a){var d=this.get(a);if(a.options.interrupt&&a._last&&a._last!==d)return $(a.elem).stop();var b=Math.round(a.now);d!==b&&($(a.elem)[a.prop](b),a._last=this.get(a))}};return p});
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 121 milliseconds