Searched refs:postprocessor (Results 1 - 7 of 7) sorted by relevance

/external/libmicrohttpd/doc/chapters/
H A 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,
H A 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);
/external/libmicrohttpd/doc/examples/
H A Dsimplepost.c28 struct MHD_PostProcessor *postprocessor; member in struct:connection_info_struct
105 MHD_destroy_post_processor (con_info->postprocessor);
132 con_info->postprocessor =
136 if (NULL == con_info->postprocessor)
163 MHD_post_process (con_info->postprocessor, upload_data,
H A Dlargepost.c28 struct MHD_PostProcessor *postprocessor; member in struct:connection_info_struct
130 if (NULL != con_info->postprocessor)
132 MHD_destroy_post_processor (con_info->postprocessor);
166 con_info->postprocessor =
170 if (NULL == con_info->postprocessor)
204 MHD_post_process (con_info->postprocessor, upload_data,
/external/libmicrohttpd/
H A DAndroid.mk41 src/microhttpd/postprocessor.c \
H A Dconfigure1538 --disable-postprocessor disable MHD PostProcessor functionality
15416 # optional: have postprocessor?
15417 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable postprocessor" >&5
15418 $as_echo_n "checking whether to enable postprocessor... " >&6; }
15419 # Check whether --enable-postprocessor was given.
/external/libvpx/libvpx/
H A Dexamples.mk156 postproc.DESCRIPTION = Decoder postprocessor control

Completed in 588 milliseconds