Home
last modified time | relevance | path

Searched refs:simplepost (Results 1 – 9 of 9) sorted by relevance

/external/libmicrohttpd/doc/examples/
DMakefile.am25 noinst_PROGRAMS += simplepost largepost sessions program
63 simplepost.c
DMakefile.in88 @HAVE_POSTPROCESSOR_TRUE@am__append_3 = simplepost largepost sessions
115 @HAVE_POSTPROCESSOR_TRUE@am__EXEEXT_2 = simplepost$(EXEEXT) \
146 am_simplepost_OBJECTS = simplepost.$(OBJEXT)
468 simplepost.c
547 simplepost$(EXEEXT): $(simplepost_OBJECTS) $(simplepost_DEPENDENCIES) $(EXTRA_simplepost_DEPENDENCI…
548 @rm -f simplepost$(EXEEXT)
567 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/simplepost.Po@am__quote@
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.texi127 * simplepost.c::
157 @node simplepost.c
158 @section simplepost.c
160 @verbatiminclude examples/simplepost.c
Dlibmicrohttpd-tutorial.info1032 These were the important parts of the program `simplepost.c'.
1188 `simplepost.c' example, except the more flexible content of the
1215 Unlike the `simplepost.c' example, here it is to be expected that post
2391 * simplepost.c::
2610 File: libmicrohttpd-tutorial.info, Node: basicauthentication.c, Next: simplepost.c, Prev: respon…
2700 File: libmicrohttpd-tutorial.info, Node: simplepost.c, Next: largepost.c, Prev: basicauthenticat…
2702 C.5 simplepost.c
2900 File: libmicrohttpd-tutorial.info, Node: largepost.c, Next: sessions.c, Prev: simplepost.c, Up:…
4226 Node: simplepost.c106574
/external/curl/docs/examples/
D.gitignore64 simplepost
DMakefile.inc27 persistant post-callback postit2 sepheaders simple simplepost simplessl \
DREADME77 simplepost.c - HTTP POST
/external/libmicrohttpd/doc/chapters/
Dlargerpost.inc175 The rest of the @code{answer_to_connection} function is very similar to the @code{simplepost.c}
204 Unlike the @code{simplepost.c} example, here it is to be expected that post iterator will be called
Dprocessingpost.inc238 These were the important parts of the program @code{simplepost.c}.