Home
last modified time | relevance | path

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

/php-src/main/
H A DSAPI.h59 typedef struct _sapi_post_entry sapi_post_entry; typedef
90 sapi_post_entry *post_entry;
212 SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entry);
213 SAPI_API int sapi_register_post_entry(const sapi_post_entry *post_entry);
214 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()
932 SAPI_API int sapi_register_post_entries(const sapi_post_entry *post_entries) in sapi_register_post_entries()
934 const sapi_post_entry *p=post_entries; in sapi_register_post_entries()
946 SAPI_API int sapi_register_post_entry(const 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()
961 SAPI_API void sapi_unregister_post_entry(const sapi_post_entry *post_entry) in sapi_unregister_post_entry()
/php-src/ext/mbstring/
H A Dmbstring.c214 static const sapi_post_entry php_post_entries[] = {
229 static const sapi_post_entry mbstr_post_entries[] = {

Completed in 27 milliseconds