Home
last modified time | relevance | path

Searched refs:opt_len (Results 1 - 25 of 25) sorted by relevance

/third_party/libuv/src/win/
H A Dwinsock.c83 int opt_len; in uv__winsock_init() local
107 opt_len = (int) sizeof protocol_info; in uv__winsock_init()
112 &opt_len) == 0) { in uv__winsock_init()
123 opt_len = (int) sizeof protocol_info; in uv__winsock_init()
128 &opt_len) == 0) { in uv__winsock_init()
H A Dudp.c62 int opt_len; in uv__udp_set_socket() local
91 opt_len = (int) sizeof info; in uv__udp_set_socket()
93 socket, SOL_SOCKET, SO_PROTOCOL_INFOW, (char*) &info, &opt_len) == in uv__udp_set_socket()
907 int opt_len; in uv_udp_open() local
911 opt_len = (int) sizeof protocol_info; in uv_udp_open()
916 &opt_len) == SOCKET_ERROR) { in uv_udp_open()
H A Dtcp.c1479 int opt_len; in uv_tcp_open() local
1485 opt_len = (int) sizeof protocol_info; in uv_tcp_open()
1490 &opt_len) == SOCKET_ERROR) { in uv_tcp_open()
/third_party/node/deps/uv/src/win/
H A Dwinsock.c83 int opt_len; in uv__winsock_init() local
107 opt_len = (int) sizeof protocol_info; in uv__winsock_init()
112 &opt_len) == 0) { in uv__winsock_init()
123 opt_len = (int) sizeof protocol_info; in uv__winsock_init()
128 &opt_len) == 0) { in uv__winsock_init()
H A Dudp.c67 int opt_len; in uv__udp_set_socket() local
96 opt_len = (int) sizeof info; in uv__udp_set_socket()
98 socket, SOL_SOCKET, SO_PROTOCOL_INFOW, (char*) &info, &opt_len) == in uv__udp_set_socket()
952 int opt_len; in uv_udp_open() local
956 opt_len = (int) sizeof protocol_info; in uv_udp_open()
961 &opt_len) == SOCKET_ERROR) { in uv_udp_open()
H A Dtcp.c1511 int opt_len; in uv_tcp_open() local
1517 opt_len = (int) sizeof protocol_info; in uv_tcp_open()
1522 &opt_len) == SOCKET_ERROR) { in uv_tcp_open()
/third_party/libcoap/src/
H A Dcoap_debug.c722 uint32_t opt_len; in coap_show_pdu() local
852 opt_len = coap_opt_length(option); in coap_show_pdu()
854 if (opt_len) { in coap_show_pdu()
866 if (cnt > opt_len - ofs) in coap_show_pdu()
880 if (ofs >= opt_len) in coap_show_pdu()
883 if (cnt > opt_len - ofs - 1) in coap_show_pdu()
898 if (ofs >= opt_len) in coap_show_pdu()
900 cnt = opt_len - ofs; in coap_show_pdu()
935 opt_len = coap_opt_length(option); in coap_show_pdu()
938 for (i = 0; (uint32_t)i < opt_len; in coap_show_pdu()
[all...]
/third_party/node/deps/v8/third_party/zlib/
H A Dtrees.c418 s->opt_len = s->static_len = 0L;
483 * The length opt_len is updated; static_len is also updated if stree is
523 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
556 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq;
612 * and corresponding code. The length opt_len is updated; static_len is
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
810 /* opt_len now includes the length of the tree representations, except
821 /* Update opt_len to include the bit length tree and counts */
822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4;
824 s->opt_len,
[all...]
H A Ddeflate.h245 ulg opt_len; /* bit length of current block with optimal trees */ member
/third_party/node/deps/zlib/
H A Dtrees.c448 s->opt_len = s->static_len = 0L; in init_block()
535 * The length opt_len is updated; static_len is also updated if stree is
572 s->opt_len += (ulg)f * (unsigned)(bits + xbits); in gen_bitlen()
605 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq; in gen_bitlen()
622 * and corresponding code. The length opt_len is updated; static_len is
657 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()
807 /* opt_len now includes the length of the tree representations, except the in build_bl_tree()
818 /* Update opt_len to include the bit length tree and counts */ in build_bl_tree()
819 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
821 s->opt_len, in build_bl_tree()
[all...]
H A Ddeflate.h254 ulg opt_len; /* bit length of current block with optimal trees */ member
/third_party/libwebsockets/win32port/zlib/
H A Dtrees.c426 s->opt_len = s->static_len = 0L;
491 * The length opt_len is updated; static_len is also updated if stree is
531 s->opt_len += (ulg)f * (bits + xbits);
564 s->opt_len += ((long)bits - (long)tree[m].Len)
620 * and corresponding code. The length opt_len is updated; static_len is
658 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
818 /* opt_len now includes the length of the tree representations, except
829 /* Update opt_len to include the bit length tree and counts */
830 s->opt_len += 3*(max_blindex+1) + 5+5+4;
832 s->opt_len,
[all...]
H A Ddeflate.h239 ulg opt_len; /* bit length of current block with optimal trees */ member
/third_party/skia/third_party/externals/zlib/
H A Dtrees.c418 s->opt_len = s->static_len = 0L;
483 * The length opt_len is updated; static_len is also updated if stree is
523 s->opt_len += (ulg)f * (unsigned)(bits + xbits);
556 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq;
612 * and corresponding code. The length opt_len is updated; static_len is
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
810 /* opt_len now includes the length of the tree representations, except
821 /* Update opt_len to include the bit length tree and counts */
822 s->opt_len += 3*((ulg)max_blindex+1) + 5+5+4;
824 s->opt_len,
[all...]
H A Ddeflate.h245 ulg opt_len; /* bit length of current block with optimal trees */ member
/third_party/zlib/
H A Dtrees.c465 s->opt_len = s->static_len = 0L; in init_block()
553 * The length opt_len is updated; static_len is also updated if stree is
591 s->opt_len += (ulg)f * (unsigned)(bits + xbits); in gen_bitlen()
624 s->opt_len += ((ulg)bits - tree[m].Len) * tree[m].Freq; in gen_bitlen()
641 * and corresponding code. The length opt_len is updated; static_len is
677 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree()
830 /* opt_len now includes the length of the tree representations, except the in build_bl_tree()
841 /* Update opt_len to include the bit length tree and counts */ in build_bl_tree()
842 s->opt_len += 3*((ulg)max_blindex + 1) + 5 + 5 + 4; in build_bl_tree()
844 s->opt_len, in build_bl_tree()
[all...]
H A Ddeflate.h256 ulg opt_len; /* bit length of current block with optimal trees */ member
/third_party/ntfs-3g/libfuse-lite/
H A Dfusermount.c322 unsigned opt_len = strlen(opt); in get_string_opt() local
326 *val = (char *) malloc(len - opt_len + 1); in get_string_opt()
332 memcpy(*val, s + opt_len, len - opt_len); in get_string_opt()
333 (*val)[len - opt_len] = '\0'; in get_string_opt()
/third_party/ltp/utils/sctp/lib/
H A Dconnectx.c134 socklen_t opt_len = sizeof(param); in sctp_connectx3() local
147 &param, &opt_len); in sctp_connectx3()
/third_party/libfuse/util/
H A Dfusermount.c729 unsigned opt_len = strlen(opt); in get_string_opt() local
734 *val = (char *) malloc(len - opt_len + 1); in get_string_opt()
741 s += opt_len; in get_string_opt()
742 len -= opt_len; in get_string_opt()
/third_party/libcoap/examples/
H A Dcoap-server.c660 int opt_len = coap_opt_length(opt); in get_uri_proxy_scheme_info() local
663 if (opt_len == 9 && in get_uri_proxy_scheme_info()
667 } else if (opt_len == 8 && in get_uri_proxy_scheme_info()
671 } else if (opt_len == 5 && in get_uri_proxy_scheme_info()
675 } else if (opt_len == 4 && in get_uri_proxy_scheme_info()
681 opt_len, opt_len, opt_val); in get_uri_proxy_scheme_info()
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h464 int ccp_test(ppp_pcb *pcb, u_char *opt_ptr, int opt_len, int for_transmit);
/third_party/icu/icu4c/source/test/perf/collperf/
H A Dcollperf.cpp581 int32_t opt_len = UPRV_LENGTHOF(options); in CollPerfTest() local
584 _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, opt_len, options); in CollPerfTest()
/third_party/lwip/src/netif/ppp/
H A Dppp.c1338 ccp_test(ppp_pcb *pcb, u_char *opt_ptr, int opt_len, int for_transmit)
1342 LWIP_UNUSED_ARG(opt_len);
/third_party/rust/crates/libc/src/
H A Dpsp.rs91 opt_len: i32,
3973 opt_len: i32, in sceNetAdhocMatchingStart()
3980 opt_len: i32, in sceNetAdhocMatchingSelectTarget()
3987 opt_len: i32, in sceNetAdhocMatchingCancelTargetWithOpt()
3999 opt_len: i32, in sceNetAdhocMatchingSetHelloOpt()
4004 opt_len: *mut i32, in sceNetAdhocMatchingGetHelloOpt()
4062 opt_len: socklen_t, in sceNetInetSetsockopt()

Completed in 38 milliseconds