Searched defs:sapi_post_entry (Results 1 - 1 of 1) sorted by relevance

/PHP_TRUNK/main/
H A DSAPI.h66 typedef struct _sapi_post_entry sapi_post_entry; typedef in typeref:struct:_sapi_post_entry
96 sapi_post_entry *post_entry;
192 SAPI_API int sapi_register_post_entries(sapi_post_entry *post_entry TSRMLS_DC);
193 SAPI_API int sapi_register_post_entry(sapi_post_entry *post_entry TSRMLS_DC);
194 SAPI_API void sapi_unregister_post_entry(sapi_post_entry *post_entry TSRMLS_DC);

Completed in 8 milliseconds