Home
last modified time | relevance | path

Searched refs:bind (Results 1001 - 1025 of 1346) sorted by relevance

1...<<41424344454647484950>>...54

/third_party/node/deps/uv/src/win/
H A Dudp.c256 r = bind(handle->socket, addr, addrlen); in uv__udp_maybe_bind()
600 /* If the socket is unbound, bind to inaddr_any. */ in uv__udp_set_membership4()
710 /* If the socket is unbound, bind to inaddr_any. */ in uv__udp_set_source_membership4()
/third_party/rust/crates/libc/src/unix/newlib/
H A Dmod.rs634 pub fn bind(fd: ::c_int, addr: *const sockaddr, len: socklen_t) -> ::c_int; in bind() functions
/third_party/rust/crates/libc/src/windows/
H A Dmod.rs529 pub fn bind(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int; in bind() functions
/third_party/python/Lib/multiprocessing/
H A Dconnection.py590 self._socket.bind(address)
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c461 if (bind(fd, sa, salen) < 0) { in mcast_socket()
462 pa_log("bind() failed: %s", pa_cstrerror(errno)); in mcast_socket()
/third_party/python/Lib/
H A Dsmtpd.py653 self.bind(localaddr)
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
H A DvktDynamicStateDiscardTests.cpp364 m_pipeline.bind(*m_cmdBuffer); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineImage2DViewOf3DTests.cpp328 graphicsPipeline.bind(cmdBuffer); in runGraphicsPipeline()
H A DvktPipelineNoPositionTests.cpp650 pipeline.bind(cmdBuffer); in iterate()
H A DvktPipelineRobustnessCacheTests.cpp173 pipeline.bind(*m_cmdBuffer); in draw()
/third_party/skia/third_party/externals/jinja2/
H A Denvironment.py102 """Load the extensions from the list and bind it to the environment.
437 rv.extensions[key] = value.bind(rv)
/third_party/openssl/test/helpers/
H A Dssltestlib.c914 if (bind(afd, (struct sockaddr*)&sin, sizeof(sin)) < 0) in create_test_sockets()
/third_party/python/Lib/test/
H A Dtest_selectors.py31 l.bind((socket_helper.HOST, 0))
477 # or bind() with EADDRNOTAVAIL, so let's be safe
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dscheduler.cpp94 void Scheduler::bind() { in bind() function in marl::Scheduler
196 "marl::Scheduler::bind()?"); in enqueue()
/third_party/skia/modules/canvaskit/
H A Dparagraph_bindings.cpp24 #include <emscripten/bind.h>
626 // The U stands for unsigned - we can't bind a generic/template object, so we have to specify it in EMSCRIPTEN_BINDINGS()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dcrypto_linux.c45 if (bind(s, (struct sockaddr *) &sa, sizeof(sa)) < 0) { in linux_af_alg_socket()
47 "%s: Failed to bind AF_ALG socket(%s,%s): %s", in linux_af_alg_socket()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Ddriver_macsec_qca.c224 if (bind(drv->common.sock, (struct sockaddr *) &addr, in macsec_qca_init_sockets()
226 wpa_printf(MSG_ERROR, "macsec_qca: bind: %s", strerror(errno)); in macsec_qca_init_sockets()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c265 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in open_socket()
266 perror("hlr-auc-gw: bind(PF_UNIX)"); in open_socket()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dcrypto_linux.c45 if (bind(s, (struct sockaddr *) &sa, sizeof(sa)) < 0) { in linux_af_alg_socket()
47 "%s: Failed to bind AF_ALG socket(%s,%s): %s", in linux_af_alg_socket()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_macsec_qca.c224 if (bind(drv->common.sock, (struct sockaddr *) &addr, in macsec_qca_init_sockets()
226 wpa_printf(MSG_ERROR, "macsec_qca: bind: %s", strerror(errno)); in macsec_qca_init_sockets()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c265 if (bind(s, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in open_socket()
266 perror("hlr-auc-gw: bind(PF_UNIX)"); in open_socket()
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_threaded_context.c728 !(res->bind & PIPE_BIND_VERTEX_STATE)) in threaded_resource_init()
3843 unsigned bind = PIPE_BIND_SAMPLER_VIEW; in tc_generate_mipmap() local
3846 bind = PIPE_BIND_DEPTH_STENCIL; in tc_generate_mipmap()
3848 bind = PIPE_BIND_RENDER_TARGET; in tc_generate_mipmap()
3852 bind)) in tc_generate_mipmap()
/third_party/mesa3d/src/gallium/frontends/nine/
H A Ddevice9.c388 tmpl.bind = PIPE_BIND_VERTEX_BUFFER; in NineDevice9_ctor()
428 tmpl.bind = PIPE_BIND_CURSOR | PIPE_BIND_SAMPLER_VIEW; in NineDevice9_ctor()
519 tmplt.bind = PIPE_BIND_SAMPLER_VIEW; in NineDevice9_ctor()
1924 if (surf->base.info.bind & PIPE_BIND_RENDER_TARGET) { in NineDevice9_ColorFill()
3289 templ.bind = PIPE_BIND_STREAM_OUTPUT; in NineDevice9_ProcessVertices()
/third_party/curl/tests/server/
H A Dsws.c2165 rc = bind(sock, &me.sa, sizeof(me.sa4)); in main()
2173 rc = bind(sock, &me.sa, sizeof(me.sa6)); in main()
/third_party/libuv/src/win/
H A Dtcp.c325 r = bind(handle->socket, addr, addrlen); in uv__tcp_try_bind()
1589 if (bind(server, (SOCKADDR*) &name, sizeof(name)) != 0) in uv_socketpair()

Completed in 46 milliseconds

1...<<41424344454647484950>>...54