Home
last modified time | relevance | path

Searched refs:postprocessor (Results 1 – 19 of 19) sorted by relevance

/external/libmicrohttpd/doc/examples/
Dlargepost.c28 struct MHD_PostProcessor *postprocessor; member
130 if (NULL != con_info->postprocessor) in request_completed()
132 MHD_destroy_post_processor (con_info->postprocessor); in request_completed()
166 con_info->postprocessor = in answer_to_connection()
170 if (NULL == con_info->postprocessor) in answer_to_connection()
204 MHD_post_process (con_info->postprocessor, upload_data, in answer_to_connection()
Dsimplepost.c28 struct MHD_PostProcessor *postprocessor; member
105 MHD_destroy_post_processor (con_info->postprocessor); in request_completed()
132 con_info->postprocessor = in answer_to_connection()
136 if (NULL == con_info->postprocessor) in answer_to_connection()
163 MHD_post_process (con_info->postprocessor, upload_data, in answer_to_connection()
/external/libmicrohttpd/doc/chapters/
Dlargerpost.inc90 a postprocessor has been created and the post iterator is called at least once.
130 For @emph{POST} requests, the postprocessor is created and we register a new uploading client. From
139 con_info->postprocessor
143 if (NULL == con_info->postprocessor)
186 MHD_post_process (con_info->postprocessor,
283 The new client was registered when the postprocessor was created. Likewise, we unregister the client
284 on destroying the postprocessor when the request is completed.
296 if (NULL != con_info->postprocessor)
298 MHD_destroy_post_processor (con_info->postprocessor);
Dprocessingpost.inc53 Such an iterator function is called by a @emph{postprocessor}, which must be created upon arriving
64 struct MHD_PostProcessor *postprocessor;
122 MHD_destroy_post_processor (con_info->postprocessor);
170 If the new request is a @emph{POST}, the postprocessor must be created now. In addition, the type
175 con_info->postprocessor
179 if (NULL == con_info->postprocessor)
219 MHD_post_process (con_info->postprocessor, upload_data,
/external/libmicrohttpd/src/microhttpd/
DMakefile.in92 @HAVE_POSTPROCESSOR_TRUE@ postprocessor.c
169 tsearch.h postprocessor.c digestauth.c md5.c md5.h basicauth.c \
173 @HAVE_POSTPROCESSOR_TRUE@ libmicrohttpd_la-postprocessor.lo
816 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libmicrohttpd_la-postprocessor.Plo@am__quote@
898 libmicrohttpd_la-postprocessor.lo: postprocessor.c
899postprocessor.lo -MD -MP -MF $(DEPDIR)/libmicrohttpd_la-postprocessor.Tpo -c -o libmicrohttpd_la-p…
900 …$(AM_V_at)$(am__mv) $(DEPDIR)/libmicrohttpd_la-postprocessor.Tpo $(DEPDIR)/libmicrohttpd_la-postpr…
903 …GS) $(CFLAGS) -c -o libmicrohttpd_la-postprocessor.lo `test -f 'postprocessor.c' || echo '$(srcdir…
/external/libmicrohttpd/
DAndroid.mk41 src/microhttpd/postprocessor.c \
Dconfigure.ac628 # optional: have postprocessor?
629 AC_MSG_CHECKING(whether to enable postprocessor)
630 AC_ARG_ENABLE([postprocessor], optenable
631 [AS_HELP_STRING([--disable-postprocessor],
640 AC_DEFINE([HAVE_POSTPROCESSOR],[1],[define to 1 if MHD was build with postprocessor.c])
DREADME54 --disable-postprocessor: no MHD_PostProcessor API
DMHD_config.h.in137 /* define to 1 if MHD was build with postprocessor.c */
DChangeLog581 Fix bug in postprocessor URL parser (#2818). -jgresula
745 Fixed postprocessor failure for applications that enclosed boundary
1442 Fixed issue with postprocessor not handling URI-encoded
Dconfigure1538 --disable-postprocessor disable MHD PostProcessor functionality
/external/skia/third_party/libmicrohttpd/
DBUILD.gn21 "../externals/microhttpd/src/microhttpd/postprocessor.c",
/external/curl/packages/TPF/
Dmaketpf.env_curllib20 # Define the location of the export files used by the LD postprocessor
/external/libmicrohttpd/doc/
Dlibmicrohttpd-tutorial.info887 struct MHD_PostProcessor *postprocessor;
940 MHD_destroy_post_processor (con_info->postprocessor);
982 If the new request is a _POST_, the postprocessor must be created now.
986 con_info->postprocessor
990 if (NULL == con_info->postprocessor)
1019 MHD_post_process (con_info->postprocessor, upload_data,
1114 until a postprocessor has been created and the post iterator is called
1148 For _POST_ requests, the postprocessor is created and we register a
1158 con_info->postprocessor
1162 if (NULL == con_info->postprocessor)
[all …]
Dlibmicrohttpd.texi251 @item ``--disable-postprocessor''
2738 Get whether postprocessor is supported. If supported then
Dlibmicrohttpd.info210 '``--disable-postprocessor'''
2434 Get whether postprocessor is supported. If supported then
/external/libvpx/libvpx/
Dexamples.mk156 postproc.DESCRIPTION = Decoder postprocessor control
/external/jline/src/src/test/resources/jline/example/
Denglish.gz
/external/curl/
DCHANGES.04852 - Fixed test cases 613 and 614 by improving the log postprocessor to handle