Lines Matching refs:sample
1 # sample/include.am for libevent
8 sample/dns-example \
9 sample/event-read-fifo \
10 sample/hello-world \
11 sample/http-server \
12 sample/http-connect \
13 sample/signal-test \
14 sample/time-test
17 SAMPLES += sample/le-proxy
18 sample_le_proxy_SOURCES = sample/le-proxy.c
22 SAMPLES += sample/https-client
24 sample/https-client.c \
25 sample/hostcheck.c \
26 sample/openssl_hostname_validation.c
30 sample/hostcheck.h \
31 sample/openssl_hostname_validation.h
40 sample_event_read_fifo_SOURCES = sample/event-read-fifo.c
42 sample_time_test_SOURCES = sample/time-test.c
44 sample_signal_test_SOURCES = sample/signal-test.c
46 sample_dns_example_SOURCES = sample/dns-example.c
48 sample_hello_world_SOURCES = sample/hello-world.c
50 sample_http_server_SOURCES = sample/http-server.c
52 sample_http_connect_SOURCES = sample/http-connect.c