Searched refs:postprocessor (Results 1 – 19 of 19) sorted by relevance
/external/libmicrohttpd/doc/examples/ |
D | largepost.c | 28 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()
|
D | simplepost.c | 28 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/ |
D | largerpost.inc | 90 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);
|
D | processingpost.inc | 53 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/ |
D | Makefile.in | 92 @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 899 …postprocessor.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/ |
D | Android.mk | 41 src/microhttpd/postprocessor.c \
|
D | configure.ac | 628 # 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])
|
D | README | 54 --disable-postprocessor: no MHD_PostProcessor API
|
D | MHD_config.h.in | 137 /* define to 1 if MHD was build with postprocessor.c */
|
D | ChangeLog | 581 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
|
D | configure | 1538 --disable-postprocessor disable MHD PostProcessor functionality
|
/external/skia/third_party/libmicrohttpd/ |
D | BUILD.gn | 21 "../externals/microhttpd/src/microhttpd/postprocessor.c",
|
/external/curl/packages/TPF/ |
D | maketpf.env_curllib | 20 # Define the location of the export files used by the LD postprocessor
|
/external/libmicrohttpd/doc/ |
D | libmicrohttpd-tutorial.info | 887 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 …]
|
D | libmicrohttpd.texi | 251 @item ``--disable-postprocessor'' 2738 Get whether postprocessor is supported. If supported then
|
D | libmicrohttpd.info | 210 '``--disable-postprocessor''' 2434 Get whether postprocessor is supported. If supported then
|
/external/libvpx/libvpx/ |
D | examples.mk | 156 postproc.DESCRIPTION = Decoder postprocessor control
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/curl/ |
D | CHANGES.0 | 4852 - Fixed test cases 613 and 614 by improving the log postprocessor to handle
|