Home
last modified time | relevance | path

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

/PHP-5.5/main/
H A DSAPI.h66 typedef struct _sapi_post_entry sapi_post_entry; typedef
96 sapi_post_entry *post_entry;
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);
H A Dphp_content_types.c29 static sapi_post_entry php_post_entries[] = {
H A DSAPI.c201 sapi_post_entry *post_entry; in sapi_read_post_data()
927 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entries TSRMLS_DC) in sapi_register_post_entries()
929 sapi_post_entry *p=post_entries; in sapi_register_post_entries()
941 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry TSRMLS_DC) in sapi_register_post_entry()
948 (void *) post_entry, sizeof(sapi_post_entry), NULL); in sapi_register_post_entry()
951 SAPI_API void sapi_unregister_post_entry(sapi_post_entry *post_entry TSRMLS_DC) in sapi_unregister_post_entry()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c593 static sapi_post_entry php_post_entries[] = {
652 static sapi_post_entry mbstr_post_entries[] = {

Completed in 24 milliseconds