Searched refs:post_entry (Results 1 – 3 of 3) sorted by relevance
173 if (SG(request_info).post_entry && SG(request_info).content_type_dup) { in sapi_handle_post()182 sapi_post_entry *post_entry; in sapi_read_post_data() local213 SG(request_info).post_entry = post_entry; in sapi_read_post_data()214 post_reader_func = post_entry->post_reader; in sapi_read_post_data()217 SG(request_info).post_entry = NULL; in sapi_read_post_data()411 SG(request_info).post_entry = NULL; in sapi_activate_headers_only()455 SG(request_info).post_entry = NULL; in sapi_activate()949 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry) in sapi_register_post_entry() argument955 post_entry->content_type, post_entry->content_type_len, in sapi_register_post_entry()956 (void *) post_entry, sizeof(sapi_post_entry)) ? SUCCESS : FAILURE; in sapi_register_post_entry()[all …]
98 sapi_post_entry *post_entry; member194 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entry);195 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry);196 SAPI_API void sapi_unregister_post_entry(sapi_post_entry *post_entry);
41 if (NULL == SG(request_info).post_entry) { in SAPI_POST_READER_FUNC()
Completed in 11 milliseconds