Home
last modified time | relevance | path

Searched refs:post_entry (Results 1 – 4 of 4) sorted by relevance

/PHP-8.2/main/
H A DSAPI.c165 if (SG(request_info).post_entry && SG(request_info).content_type_dup) { in sapi_handle_post()
174 sapi_post_entry *post_entry; in sapi_read_post_data() local
205 SG(request_info).post_entry = post_entry; in sapi_read_post_data()
206 post_reader_func = post_entry->post_reader; in sapi_read_post_data()
209 SG(request_info).post_entry = NULL; in sapi_read_post_data()
405 SG(request_info).post_entry = NULL; in sapi_activate_headers_only()
449 SG(request_info).post_entry = NULL; in sapi_activate()
946 SAPI_API int sapi_register_post_entry(const sapi_post_entry *post_entry) in sapi_register_post_entry() argument
953 key = zend_string_init(post_entry->content_type, post_entry->content_type_len, 1); in sapi_register_post_entry()
956 (void *) post_entry, sizeof(sapi_post_entry)) ? SUCCESS : FAILURE; in sapi_register_post_entry()
[all …]
H A DSAPI.h90 sapi_post_entry *post_entry; member
212 SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entry);
213 SAPI_API int sapi_register_post_entry(const sapi_post_entry *post_entry);
214 SAPI_API void sapi_unregister_post_entry(const sapi_post_entry *post_entry);
H A Dphp_content_types.c35 if (NULL == SG(request_info).post_entry) { in SAPI_POST_READER_FUNC()
/PHP-8.2/ext/standard/
H A Dhttp.c338 if (!SG(request_info).post_entry) { in PHP_FUNCTION()

Completed in 14 milliseconds