SM0 She11
Path:
/
/
usr
/
local
/
src
/
xcache-3.2.0
Full Path (server): /usr/local/src/xcache-3.2.0
Create Fil3
Upl04d Fil3
📄 .deps
[E]
[D]
[R]
📁 .libs
Open
[D]
[R]
📄 AUTHORS
[E]
[D]
[R]
📄 COPYING
[E]
[D]
[R]
📄 ChangeLog
[E]
[D]
[R]
📄 INSTALL
[E]
[D]
[R]
📄 Makefile
[E]
[D]
[R]
📄 Makefile.frag
[E]
[D]
[R]
📄 Makefile.frag.deps
[E]
[D]
[R]
📄 Makefile.fragments
[E]
[D]
[R]
📄 Makefile.global
[E]
[D]
[R]
📄 Makefile.objects
[E]
[D]
[R]
📄 NEWS
[E]
[D]
[R]
📄 README
[E]
[D]
[R]
📄 THANKS
[E]
[D]
[R]
📄 acinclude.m4
[E]
[D]
[R]
📄 aclocal.m4
[E]
[D]
[R]
📁 autom4te.cache
Open
[D]
[R]
📁 bin
Open
[D]
[R]
📁 build
Open
[D]
[R]
📄 config.guess
[E]
[D]
[R]
📄 config.h
[E]
[D]
[R]
📄 config.h.in
[E]
[D]
[R]
📄 config.log
[E]
[D]
[R]
📄 config.m4
[E]
[D]
[R]
📄 config.nice
[E]
[D]
[R]
📄 config.status
[E]
[D]
[R]
📄 config.sub
[E]
[D]
[R]
📄 config.w32
[E]
[D]
[R]
📄 configure
[E]
[D]
[R]
📄 configure.in
[E]
[D]
[R]
📁 devel
Open
[D]
[R]
📄 gen_structinfo.awk
[E]
[D]
[R]
📁 htdocs
Open
[D]
[R]
📁 include
Open
[D]
[R]
📄 includes.c
[E]
[D]
[R]
📄 includes.i
[E]
[D]
[R]
📄 install-sh
[E]
[D]
[R]
📁 lib
Open
[D]
[R]
📄 libtool
[E]
[D]
[R]
📄 ltmain.sh
[E]
[D]
[R]
📄 missing
[E]
[D]
[R]
📄 mkinstalldirs
[E]
[D]
[R]
📁 mod_assembler
Open
[D]
[R]
📁 mod_cacher
Open
[D]
[R]
📁 mod_coverager
Open
[D]
[R]
📁 mod_decoder
Open
[D]
[R]
📁 mod_disassembler
Open
[D]
[R]
📁 mod_encoder
Open
[D]
[R]
📁 mod_optimizer
Open
[D]
[R]
📁 modules
Open
[D]
[R]
📁 processor
Open
[D]
[R]
📄 processor.out.c
[E]
[D]
[R]
📄 run-tests.php
[E]
[D]
[R]
📄 run-xcachetest
[E]
[D]
[R]
📄 structinfo.m4
[E]
[D]
[R]
📁 tests
Open
[D]
[R]
📁 util
Open
[D]
[R]
📄 xc_processor.c.h
[E]
[D]
[R]
📄 xc_processor.h
[E]
[D]
[R]
📁 xcache
Open
[D]
[R]
📄 xcache-test.ini
[E]
[D]
[R]
📄 xcache-zh-gb2312.ini
[E]
[D]
[R]
📄 xcache.c
[E]
[D]
[R]
📄 xcache.h
[E]
[D]
[R]
📄 xcache.ini
[E]
[D]
[R]
📄 xcache.la
[E]
[D]
[R]
📄 xcache.lo
[E]
[D]
[R]
📄 xcache_globals.h
[E]
[D]
[R]
Editing: xc_processor.h
#include "xcache.h" #include "mod_cacher/xc_cache.h" #include "xcache/xc_shm.h" #include "xcache/xc_allocator.h" typedef struct _xc_processor_t xc_processor_t; typedef struct _xc_dasm_t { const zend_op_array *active_op_array_src; } xc_dasm_t; xc_entry_var_t *xc_processor_store_xc_entry_var_t(xc_shm_t *shm, xc_allocator_t *allocator, xc_entry_var_t *src TSRMLS_DC); xc_entry_php_t *xc_processor_store_xc_entry_php_t(xc_shm_t *shm, xc_allocator_t *allocator, xc_entry_php_t *src TSRMLS_DC); xc_entry_data_php_t *xc_processor_store_xc_entry_data_php_t(xc_shm_t *shm, xc_allocator_t *allocator, xc_entry_data_php_t *src TSRMLS_DC); xc_entry_php_t *xc_processor_restore_xc_entry_php_t(xc_entry_php_t *dst, const xc_entry_php_t *src TSRMLS_DC); xc_entry_data_php_t *xc_processor_restore_xc_entry_data_php_t(const xc_entry_php_t *entry_php, xc_entry_data_php_t *dst, const xc_entry_data_php_t *src, zend_bool readonly_protection TSRMLS_DC); xc_entry_var_t *xc_processor_restore_xc_entry_var_t(xc_entry_var_t *dst, const xc_entry_var_t *src TSRMLS_DC); zval *xc_processor_restore_zval(zval *dst, const zval *src, zend_bool have_references TSRMLS_DC); void xc_dprint(xc_entry_php_t *src, int indent TSRMLS_DC); void xc_calc_HashTable_zend_function( xc_processor_t *processor, const HashTable * const src TSRMLS_DC ); void xc_calc_zend_ast( xc_processor_t *processor, const zend_ast * const src TSRMLS_DC ); void xc_calc_zval( xc_processor_t *processor, const zval * const src TSRMLS_DC ); void xc_calc_zend_function( xc_processor_t *processor, const zend_function * const src TSRMLS_DC ); void xc_calc_zend_class_entry( xc_processor_t *processor, const zend_class_entry * const src TSRMLS_DC ); void xc_calc_zend_op( xc_processor_t *processor, const zend_op * const src TSRMLS_DC ); void xc_calc_zend_op_array( xc_processor_t *processor, const zend_op_array * const src TSRMLS_DC ); void xc_calc_xc_funcinfo_t( xc_processor_t *processor, const xc_funcinfo_t * const src TSRMLS_DC ); void xc_calc_xc_classinfo_t( xc_processor_t *processor, const xc_classinfo_t * const src TSRMLS_DC ); void xc_calc_xc_entry_data_php_t( xc_processor_t *processor, const xc_entry_data_php_t * const src TSRMLS_DC ); void xc_calc_xc_entry_php_t( xc_processor_t *processor, const xc_entry_php_t * const src TSRMLS_DC ); void xc_calc_xc_entry_var_t( xc_processor_t *processor, const xc_entry_var_t * const src TSRMLS_DC ); void xc_store_HashTable_zend_function( xc_processor_t *processor, HashTable *dst, const HashTable * const src TSRMLS_DC ); void xc_store_zend_ast( xc_processor_t *processor, zend_ast *dst, const zend_ast * const src TSRMLS_DC ); void xc_store_zval( xc_processor_t *processor, zval *dst, const zval * const src TSRMLS_DC ); void xc_store_zend_function( xc_processor_t *processor, zend_function *dst, const zend_function * const src TSRMLS_DC ); void xc_store_zend_class_entry( xc_processor_t *processor, zend_class_entry *dst, const zend_class_entry * const src TSRMLS_DC ); void xc_store_zend_op( xc_processor_t *processor, zend_op *dst, const zend_op * const src TSRMLS_DC ); void xc_store_zend_op_array( xc_processor_t *processor, zend_op_array *dst, const zend_op_array * const src TSRMLS_DC ); void xc_store_xc_funcinfo_t( xc_processor_t *processor, xc_funcinfo_t *dst, const xc_funcinfo_t * const src TSRMLS_DC ); void xc_store_xc_classinfo_t( xc_processor_t *processor, xc_classinfo_t *dst, const xc_classinfo_t * const src TSRMLS_DC ); void xc_store_xc_entry_data_php_t( xc_processor_t *processor, xc_entry_data_php_t *dst, const xc_entry_data_php_t * const src TSRMLS_DC ); void xc_store_xc_entry_php_t( xc_processor_t *processor, xc_entry_php_t *dst, const xc_entry_php_t * const src TSRMLS_DC ); void xc_store_xc_entry_var_t( xc_processor_t *processor, xc_entry_var_t *dst, const xc_entry_var_t * const src TSRMLS_DC ); void xc_restore_HashTable_zend_function( xc_processor_t *processor, HashTable *dst, const HashTable * const src TSRMLS_DC ); void xc_restore_zend_ast( xc_processor_t *processor, zend_ast *dst, const zend_ast * const src TSRMLS_DC ); void xc_restore_zval( xc_processor_t *processor, zval *dst, const zval * const src TSRMLS_DC ); void xc_restore_zend_function( xc_processor_t *processor, zend_function *dst, const zend_function * const src TSRMLS_DC ); void xc_restore_zend_class_entry( xc_processor_t *processor, zend_class_entry *dst, const zend_class_entry * const src TSRMLS_DC ); void xc_restore_zend_op( xc_processor_t *processor, zend_op *dst, const zend_op * const src TSRMLS_DC ); void xc_restore_zend_op_array( xc_processor_t *processor, zend_op_array *dst, const zend_op_array * const src TSRMLS_DC ); void xc_restore_xc_funcinfo_t( xc_processor_t *processor, xc_funcinfo_t *dst, const xc_funcinfo_t * const src TSRMLS_DC ); void xc_restore_xc_classinfo_t( xc_processor_t *processor, xc_classinfo_t *dst, const xc_classinfo_t * const src TSRMLS_DC ); void xc_restore_xc_entry_data_php_t( xc_processor_t *processor, xc_entry_data_php_t *dst, const xc_entry_data_php_t * const src TSRMLS_DC ); void xc_restore_xc_entry_php_t( xc_processor_t *processor, xc_entry_php_t *dst, const xc_entry_php_t * const src TSRMLS_DC ); void xc_restore_xc_entry_var_t( xc_processor_t *processor, xc_entry_var_t *dst, const xc_entry_var_t * const src TSRMLS_DC ); void xc_dprint_HashTable_zend_function( const HashTable * const src, int indent TSRMLS_DC ); void xc_dprint_zend_ast( const zend_ast * const src, int indent TSRMLS_DC ); void xc_dprint_zval( const zval * const src, int indent TSRMLS_DC ); void xc_dprint_zend_function( const zend_function * const src, int indent TSRMLS_DC ); void xc_dprint_zend_class_entry( const zend_class_entry * const src, int indent TSRMLS_DC ); void xc_dprint_zend_op( const zend_op * const src, int indent TSRMLS_DC ); void xc_dprint_zend_op_array( const zend_op_array * const src, int indent TSRMLS_DC ); void xc_dprint_xc_funcinfo_t( const xc_funcinfo_t * const src, int indent TSRMLS_DC ); void xc_dprint_xc_classinfo_t( const xc_classinfo_t * const src, int indent TSRMLS_DC ); void xc_dprint_xc_entry_data_php_t( const xc_entry_data_php_t * const src, int indent TSRMLS_DC ); void xc_dprint_xc_entry_php_t( const xc_entry_php_t * const src, int indent TSRMLS_DC ); void xc_dprint_xc_entry_var_t( const xc_entry_var_t * const src, int indent TSRMLS_DC ); void xc_dasm_HashTable_zend_function( xc_dasm_t *dasm, zval *dst, const HashTable * const src TSRMLS_DC ); void xc_dasm_zend_ast( xc_dasm_t *dasm, zval *dst, const zend_ast * const src TSRMLS_DC ); void xc_dasm_zval( xc_dasm_t *dasm, zval *dst, const zval * const src TSRMLS_DC ); void xc_dasm_zend_function( xc_dasm_t *dasm, zval *dst, const zend_function * const src TSRMLS_DC ); void xc_dasm_zend_class_entry( xc_dasm_t *dasm, zval *dst, const zend_class_entry * const src TSRMLS_DC ); void xc_dasm_zend_op( xc_dasm_t *dasm, zval *dst, const zend_op * const src TSRMLS_DC ); void xc_dasm_zend_op_array( xc_dasm_t *dasm, zval *dst, const zend_op_array * const src TSRMLS_DC ); void xc_dasm_xc_funcinfo_t( xc_dasm_t *dasm, zval *dst, const xc_funcinfo_t * const src TSRMLS_DC ); void xc_dasm_xc_classinfo_t( xc_dasm_t *dasm, zval *dst, const xc_classinfo_t * const src TSRMLS_DC ); void xc_dasm_xc_entry_data_php_t( xc_dasm_t *dasm, zval *dst, const xc_entry_data_php_t * const src TSRMLS_DC ); void xc_dasm_xc_entry_php_t( xc_dasm_t *dasm, zval *dst, const xc_entry_php_t * const src TSRMLS_DC ); void xc_dasm_xc_entry_var_t( xc_dasm_t *dasm, zval *dst, const xc_entry_var_t * const src TSRMLS_DC );
Save