OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MHD_socket
(Results
1 - 25
of
27
) sorted by null
1
2
/external/libmicrohttpd/src/include/
platform.h
173
*
MHD_socket
is type for socket FDs
177
typedef int
MHD_socket
;
182
typedef SOCKET
MHD_socket
;
197
typedef
MHD_socket
MHD_pipe;
microhttpd.h
181
*
MHD_socket
is type for socket FDs
185
typedef int
MHD_socket
;
190
typedef SOCKET
MHD_socket
;
[
all
...]
/external/libmicrohttpd/src/microhttpd/
test_daemon.c
93
MHD_socket
maxfd;
internal.h
737
MHD_socket
socket_fd;
1117
MHD_socket
socket_fd;
[
all
...]
daemon.c
739
add_to_fd_set (
MHD_socket
fd,
741
MHD_socket
*max_fd,
792
MHD_socket
*max_fd)
825
MHD_socket
*max_fd,
901
MHD_socket
max;
1181
MHD_socket
fd;
[
all
...]
/external/libmicrohttpd/src/testcurl/https/
test_https_time_out.c
50
MHD_socket
sd;
test_empty_response.c
73
MHD_socket
max;
test_https_get_select.c
87
MHD_socket
max;
/external/libmicrohttpd/src/testcurl/
test_quiesce.c
120
MHD_socket
fd, max;
125
fd = (
MHD_socket
) (intptr_t) param;
189
MHD_socket
fd;
314
MHD_socket
max;
320
MHD_socket
fd;
test_callback.c
91
MHD_socket
max;
perf_get_concurrent.c
290
MHD_socket
max;
test_get_response_cleanup.c
234
MHD_socket
max;
test_parse_cookies.c
120
MHD_socket
max;
test_process_arguments.c
123
MHD_socket
max;
test_get.c
273
MHD_socket
max;
462
MHD_socket
fd;
test_get_chunked.c
294
MHD_socket
max;
perf_get.c
371
MHD_socket
max;
test_get_sendfile.c
276
MHD_socket
max;
test_large_put.c
333
MHD_socket
max;
test_post_loop.c
314
MHD_socket
max;
test_postform.c
354
MHD_socket
max;
test_process_headers.c
308
MHD_socket
max;
test_put.c
304
MHD_socket
max;
/external/libmicrohttpd/src/examples/
fileserver_example_external_select.c
112
MHD_socket
max;
post_example.c
708
MHD_socket
max;
Completed in 579 milliseconds
1
2