/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-foreign-libuv-smp/ |
D | minimal-ws-server.c | 106 (int)(lws_intptr_t)threadid) >= 0 && in thread_service() 110 lwsl_info("%s: thr %d: exiting\n", __func__, (int)(lws_intptr_t)threadid); in thread_service() 185 (void *)(lws_intptr_t)n)) in main()
|
/third_party/libwebsockets/plugins/ |
D | protocol_post_demo.c | 87 pss->fd = (lws_filefd_type)(lws_intptr_t)lws_open("/tmp/post-file", in file_upload_cb() 101 n = (int)write((int)(lws_intptr_t)pss->fd, buf, (unsigned int)len); in file_upload_cb() 110 close((int)(lws_intptr_t)pss->fd); in file_upload_cb()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-smp/ |
D | minimal-http-server-smp.c | 60 (int)(lws_intptr_t)threadid) >= 0 && in thread_service() 129 (void *)(lws_intptr_t)n)) in main()
|
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
D | minimal-ws-server.c | 93 (int)(lws_intptr_t)threadid) >= 0 && in thread_service() 123 (void *)(lws_intptr_t)started)) in system_notify_cb()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-smp/ |
D | minimal-http-server-eventlib-smp.c | 58 (int)(lws_intptr_t)threadid) >= 0 && in thread_service() 159 (void *)(lws_intptr_t)n)) in main()
|
/third_party/libwebsockets/lib/event-libs/libuv/ |
D | libuv.c | 461 lws_sockfd_type sockfd = (lws_sockfd_type)(lws_intptr_t)handle->data; in lws_libuv_closewsi_m() 479 h->data = (void *)(lws_intptr_t)wsi->desc.sockfd; in elops_close_handle_manually_uv() 515 (int)(lws_intptr_t)wsi->desc.filefd); in elops_accept_uv() 522 (void *)(lws_intptr_t)wsi->desc.sockfd); in elops_accept_uv() 623 (void *)(lws_intptr_t)wsi->desc.sockfd); in elops_init_vhost_listen_wsi_uv()
|
/third_party/libwebsockets/lib/misc/ |
D | getifaddrs.c | 237 i < sa->sa_len - ((lws_intptr_t)sa->sa_data - (lws_intptr_t)&sa->sa_family); i++) in print_addr()
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-eventlib-foreign/ |
D | libevent.c | 34 signal_cb((int)(lws_intptr_t)arg); in signal_cb_event()
|
/third_party/libwebsockets/include/ |
D | libwebsockets.h | 73 #define lws_intptr_t intptr_t macro 75 typedef unsigned long long lws_intptr_t; typedef
|
/third_party/libwebsockets/plugins/deaddrop/ |
D | protocol_lws_deaddrop.c | 315 close((int)(lws_intptr_t)pss->fd); in file_upload_cb() 323 n = (int)write((int)(lws_intptr_t)pss->fd, buf, (unsigned int)len); in file_upload_cb() 333 close((int)(lws_intptr_t)pss->fd); in file_upload_cb()
|
/third_party/libwebsockets/lib/roles/listen/ |
D | ops-listen.c | 131 (void *)(lws_intptr_t)filt.accept_fd, 0)) { in rops_handle_POLLIN_listen()
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-client.c | 374 wsi->tls.client_bio = BIO_new_socket((int)(lws_intptr_t)wsi->desc.sockfd, in lws_ssl_client_bio_create() 1119 (long)(lws_intptr_t) 1128 (long)(lws_intptr_t)
|
D | openssl-server.c | 650 SSL_set_fd(wsi->tls.ssl, (int)(lws_intptr_t)accept_fd);
|
/third_party/libwebsockets/lib/core-net/ |
D | output.c | 341 n = (int)write((int)(lws_intptr_t)wsi->desc.filefd, buf, in lws_ssl_capable_write_no_ssl()
|
D | dummy-callback.c | 856 return (int)(lws_intptr_t)(pthread_self()).p; in lws_callback_http_dummy() 858 return (int)(lws_intptr_t)pthread_self(); in lws_callback_http_dummy()
|
D | close.c | 664 __func__, lws_wsi_tag(wsi), (int)(lws_intptr_t)wsi->desc.sockfd, in __lws_close_free_wsi()
|
/third_party/libwebsockets/lib/roles/ws/ext/ |
D | extension.c | 230 (void *)(lws_intptr_t)n, arg, (size_t)len); in lws_ext_cb_all_exts()
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | lejp-conf.c | 238 if ((lws_intptr_t)(a->p) & 15) in lwsws_align() 239 a->p += 16 - ((lws_intptr_t)(a->p) & 15); in lwsws_align()
|
/third_party/libwebsockets/lib/plat/windows/ |
D | windows-sockets.c | 187 addr->sin_addr.s_addr = (unsigned long)(lws_intptr_t)address; in lws_interface_to_sa()
|
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 108 if ((lws_intptr_t)(end - *p) < 3) in lws_finalize_http_header()
|
D | parsers.c | 430 !!(lws_intptr_t)pt->http.ah_wait_list); in __lws_header_table_detach()
|
/third_party/libwebsockets/lib/event-libs/libevent/ |
D | libevent.c | 167 pt->context->eventlib_signal_cb((void *)(lws_intptr_t)sock_fd, in lws_event_sigint_cb()
|