Searched refs:hellobrowser (Results 1 – 12 of 12) sorted by relevance
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.texi | 82 @include chapters/hellobrowser.inc 123 * hellobrowser.c:: 133 @node hellobrowser.c 134 @section hellobrowser.c 136 @verbatiminclude examples/hellobrowser.c
|
D | Makefile.am | 18 chapters/hellobrowser.inc \
|
D | libmicrohttpd-tutorial.info | 105 The C program `hellobrowser.c', which is to be found in the examples 232 cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES 470 can base the new example on the `hellobrowser' program. 2387 * hellobrowser.c:: 2397 File: libmicrohttpd-tutorial.info, Node: hellobrowser.c, Next: logging.c, Up: Example programs 2399 C.1 hellobrowser.c 2455 File: libmicrohttpd-tutorial.info, Node: logging.c, Next: responseheaders.c, Prev: hellobrowser.… 4222 Node: hellobrowser.c98285
|
D | Makefile.in | 438 chapters/hellobrowser.inc \
|
/external/libmicrohttpd/ |
D | Makefile.am | 6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
|
D | Makefile.in | 412 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
|
/external/libmicrohttpd/doc/examples/ |
D | Makefile.am | 16 hellobrowser \ program 38 hellobrowser.c
|
D | Makefile.in | 82 noinst_PROGRAMS = basicauthentication$(EXEEXT) hellobrowser$(EXEEXT) \ 126 am_hellobrowser_OBJECTS = hellobrowser.$(OBJEXT) 438 hellobrowser.c 527 hellobrowser$(EXEEXT): $(hellobrowser_OBJECTS) $(hellobrowser_DEPENDENCIES) $(EXTRA_hellobrowser_DE… 528 @rm -f hellobrowser$(EXEEXT) 562 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hellobrowser.Po@am__quote@
|
/external/libmicrohttpd/w32/VS2013/ |
D | libmicrohttpd.sln | 8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hellobrowser", "hellobrowser.vcxproj", "{310F3…
|
/external/libmicrohttpd/doc/chapters/ |
D | hellobrowser.inc | 8 The C program @code{hellobrowser.c}, which is to be found in the examples section, does just that. 137 cc hellobrowser.c -o hellobrowser -I$PATH_TO_LIBMHD_INCLUDES
|
D | exploringrequests.inc | 5 The starting point is the @emph{hellobrowser} program with the former response removed.
|
D | responseheaders.inc | 20 Once again, we can base the new example on the @code{hellobrowser} program.
|