Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A DSAPI.h67 typedef struct _sapi_post_entry sapi_post_entry; typedef
98 sapi_post_entry *post_entry;
195 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entry TSRMLS_DC);
196 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry TSRMLS_DC);
197 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.c193 sapi_post_entry *post_entry; in sapi_read_post_data()
936 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entries TSRMLS_DC) in sapi_register_post_entries()
938 sapi_post_entry *p=post_entries; in sapi_register_post_entries()
950 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry TSRMLS_DC) in sapi_register_post_entry()
957 (void *) post_entry, sizeof(sapi_post_entry), NULL); in sapi_register_post_entry()
960 SAPI_API void sapi_unregister_post_entry(sapi_post_entry *post_entry TSRMLS_DC) in sapi_unregister_post_entry()
/PHP-5.6/ext/mbstring/
H A Dmbstring.c593 static sapi_post_entry php_post_entries[] = {
680 static sapi_post_entry mbstr_post_entries[] = {

Completed in 35 milliseconds