Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A Dphp_content_types.c45 if (NULL == SG(request_info).post_entry) { in SAPI_POST_READER_FUNC()
52 …if ((PG(always_populate_raw_post_data) || NULL == SG(request_info).post_entry) && SG(request_info)… in SAPI_POST_READER_FUNC()
H A DSAPI.c188 if (SG(request_info).post_entry && SG(request_info).content_type_dup) { in sapi_handle_post()
201 sapi_post_entry *post_entry; in sapi_read_post_data() local
230 content_type_length+1, (void **) &post_entry) == SUCCESS) { in sapi_read_post_data()
232 SG(request_info).post_entry = post_entry; in sapi_read_post_data()
233 post_reader_func = post_entry->post_reader; in sapi_read_post_data()
236 SG(request_info).post_entry = NULL; in sapi_read_post_data()
402 SG(request_info).post_entry = NULL; in sapi_activate_headers_only()
448 SG(request_info).post_entry = NULL; in sapi_activate()
947 post_entry->content_type, post_entry->content_type_len+1, in sapi_register_post_entry()
948 (void *) post_entry, sizeof(sapi_post_entry), NULL); in sapi_register_post_entry()
[all …]
H A DSAPI.h96 sapi_post_entry *post_entry; member
192 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entry TSRMLS_DC);
193 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry TSRMLS_DC);
194 SAPI_API void sapi_unregister_post_entry(sapi_post_entry *post_entry TSRMLS_DC);

Completed in 11 milliseconds