Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A DSAPI.h67 typedef struct _sapi_post_entry sapi_post_entry; typedef
98 sapi_post_entry *post_entry;
194 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);
H A Dphp_content_types.c29 static sapi_post_entry php_post_entries[] = {
H A DSAPI.c182 sapi_post_entry *post_entry; in sapi_read_post_data()
935 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entries) in sapi_register_post_entries()
937 sapi_post_entry *p=post_entries; in sapi_register_post_entries()
949 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry) in sapi_register_post_entry()
956 (void *) post_entry, sizeof(sapi_post_entry)) ? SUCCESS : FAILURE; in sapi_register_post_entry()
959 SAPI_API void sapi_unregister_post_entry(sapi_post_entry *post_entry) in sapi_unregister_post_entry()
/PHP-7.1/ext/mbstring/
H A Dmbstring.c586 static sapi_post_entry php_post_entries[] = {
676 static sapi_post_entry mbstr_post_entries[] = {

Completed in 22 milliseconds