Searched refs:sapi_post_entry (Results 1 – 4 of 4) sorted by relevance
67 typedef struct _sapi_post_entry sapi_post_entry; typedef98 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);
29 static sapi_post_entry php_post_entries[] = {
193 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()
593 static sapi_post_entry php_post_entries[] = {680 static sapi_post_entry mbstr_post_entries[] = {
Completed in 35 milliseconds