Home
last modified time | relevance | path

Searched refs:hellobrowser (Results 1 – 12 of 12) sorted by relevance

/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.texi82 @include chapters/hellobrowser.inc
123 * hellobrowser.c::
133 @node hellobrowser.c
134 @section hellobrowser.c
136 @verbatiminclude examples/hellobrowser.c
DMakefile.am18 chapters/hellobrowser.inc \
Dlibmicrohttpd-tutorial.info105 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
DMakefile.in438 chapters/hellobrowser.inc \
/external/libmicrohttpd/
DMakefile.am6 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
DMakefile.in412 w32/VS2013/hellobrowser.vcxproj w32/VS2013/hellobrowser.vcxproj.filters w32/VS2013/MHD_config.h \
/external/libmicrohttpd/doc/examples/
DMakefile.am16 hellobrowser \ program
38 hellobrowser.c
DMakefile.in82 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/
Dlibmicrohttpd.sln8 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hellobrowser", "hellobrowser.vcxproj", "{310F3…
/external/libmicrohttpd/doc/chapters/
Dhellobrowser.inc8 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
Dexploringrequests.inc5 The starting point is the @emph{hellobrowser} program with the former response removed.
Dresponseheaders.inc20 Once again, we can base the new example on the @code{hellobrowser} program.