Home
last modified time | relevance | path

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

/PHP-8.1/main/
H A DSAPI.h59 typedef struct _sapi_post_entry sapi_post_entry; typedef
90 sapi_post_entry *post_entry;
190 SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entry);
191 SAPI_API int sapi_register_post_entry(const sapi_post_entry *post_entry);
192 SAPI_API void sapi_unregister_post_entry(const sapi_post_entry *post_entry);
H A Dphp_content_types.c24 static const sapi_post_entry php_post_entries[] = {
H A DSAPI.c174 sapi_post_entry *post_entry; in sapi_read_post_data()
928 SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entries) in sapi_register_post_entries()
930 const sapi_post_entry *p=post_entries; in sapi_register_post_entries()
942 SAPI_API int sapi_register_post_entry(const sapi_post_entry *post_entry) in sapi_register_post_entry()
952 (void *) post_entry, sizeof(sapi_post_entry)) ? SUCCESS : FAILURE; in sapi_register_post_entry()
957 SAPI_API void sapi_unregister_post_entry(const sapi_post_entry *post_entry) in sapi_unregister_post_entry()
/PHP-8.1/ext/mbstring/
H A Dmbstring.c193 static const sapi_post_entry php_post_entries[] = {
208 static const sapi_post_entry mbstr_post_entries[] = {

Completed in 30 milliseconds