Lines Matching refs:postprocessor
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)
1198 MHD_post_process (con_info->postprocessor,
1275 The new client was registered when the postprocessor was created.
1276 Likewise, we unregister the client on destroying the postprocessor when
1288 if (NULL != con_info->postprocessor)
1290 MHD_destroy_post_processor (con_info->postprocessor);
2732 struct MHD_PostProcessor *postprocessor;
2809 MHD_destroy_post_processor (con_info->postprocessor);
2836 con_info->postprocessor =
2840 if (NULL == con_info->postprocessor)
2867 MHD_post_process (con_info->postprocessor, upload_data,
2932 struct MHD_PostProcessor *postprocessor;
3034 if (NULL != con_info->postprocessor)
3036 MHD_destroy_post_processor (con_info->postprocessor);
3070 con_info->postprocessor =
3074 if (NULL == con_info->postprocessor)
3108 MHD_post_process (con_info->postprocessor, upload_data,