/third_party/node/deps/uv/src/win/ |
H A D | udp.c | 256 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 D | mod.rs | 634 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 D | mod.rs | 529 pub fn bind(s: SOCKET, name: *const ::sockaddr, namelen: ::c_int) -> ::c_int; in bind() functions
|
/third_party/python/Lib/multiprocessing/ |
H A D | connection.py | 590 self._socket.bind(address)
|
/third_party/pulseaudio/src/modules/rtp/ |
H A D | module-rtp-recv.c | 461 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 D | smtpd.py | 653 self.bind(localaddr)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/ |
H A D | vktDynamicStateDiscardTests.cpp | 364 m_pipeline.bind(*m_cmdBuffer); in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 328 graphicsPipeline.bind(cmdBuffer); in runGraphicsPipeline()
|
H A D | vktPipelineNoPositionTests.cpp | 650 pipeline.bind(cmdBuffer); in iterate()
|
H A D | vktPipelineRobustnessCacheTests.cpp | 173 pipeline.bind(*m_cmdBuffer); in draw()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | environment.py | 102 """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 D | ssltestlib.c | 914 if (bind(afd, (struct sockaddr*)&sin, sizeof(sin)) < 0) in create_test_sockets()
|
/third_party/python/Lib/test/ |
H A D | test_selectors.py | 31 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 D | scheduler.cpp | 94 void Scheduler::bind() { in bind() function in marl::Scheduler 196 "marl::Scheduler::bind()?"); in enqueue()
|
/third_party/skia/modules/canvaskit/ |
H A D | paragraph_bindings.cpp | 24 #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 D | crypto_linux.c | 45 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 D | driver_macsec_qca.c | 224 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 D | hlr_auc_gw.c | 265 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 D | crypto_linux.c | 45 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 D | driver_macsec_qca.c | 224 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 D | hlr_auc_gw.c | 265 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 D | u_threaded_context.c | 728 !(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 D | device9.c | 388 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 D | sws.c | 2165 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 D | tcp.c | 325 r = bind(handle->socket, addr, addrlen); in uv__tcp_try_bind() 1589 if (bind(server, (SOCKADDR*) &name, sizeof(name)) != 0) in uv_socketpair()
|