Searched refs:rsrc (Results 1 – 12 of 12) sorted by relevance
71 static void stream_wrapper_dtor(zend_resource *rsrc) in stream_wrapper_dtor() argument73 struct php_user_stream_wrapper * uwrap = (struct php_user_stream_wrapper*)rsrc->ptr; in stream_wrapper_dtor()467 zend_resource *rsrc; in PHP_FUNCTION() local481 rsrc = zend_register_resource(uwrap, le_protocols); in PHP_FUNCTION()484 uwrap->resource = rsrc; in PHP_FUNCTION()496 zend_list_delete(rsrc); in PHP_FUNCTION()
70 zend_resource *rsrc = Z_RES_P(el); in forget_persistent_resource_id_numbers() local72 if (rsrc->type != le_pstream) { in forget_persistent_resource_id_numbers()76 stream = (php_stream*)rsrc->ptr; in forget_persistent_resource_id_numbers()1821 static void stream_resource_regular_dtor(zend_resource *rsrc) in stream_resource_regular_dtor() argument1823 php_stream *stream = (php_stream*)rsrc->ptr; in stream_resource_regular_dtor()1828 static void stream_resource_persistent_dtor(zend_resource *rsrc) in stream_resource_persistent_dtor() argument1830 php_stream *stream = (php_stream*)rsrc->ptr; in stream_resource_persistent_dtor()
288 static void dba_close_rsrc(zend_resource *rsrc) in dba_close_rsrc() argument290 dba_info *info = (dba_info *)rsrc->ptr; in dba_close_rsrc()312 static void dba_close_pe_rsrc(zend_resource *rsrc) in dba_close_pe_rsrc() argument314 dba_info *info = (dba_info *)rsrc->ptr; in dba_close_pe_rsrc()
47 static void istream_dtor(zend_resource *rsrc) in istream_dtor() argument49 php_istream *stm = (php_istream *)rsrc->ptr; in istream_dtor()
53 static void dispatch_dtor(zend_resource *rsrc) in dispatch_dtor() argument55 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()
1103 static void php_zip_free_dir(zend_resource *rsrc) in php_zip_free_dir() argument1105 zip_rsrc * zip_int = (zip_rsrc *) rsrc->ptr; in php_zip_free_dir()1115 efree(rsrc->ptr); in php_zip_free_dir()1117 rsrc->ptr = NULL; in php_zip_free_dir()1123 static void php_zip_free_entry(zend_resource *rsrc) in php_zip_free_entry() argument1125 zip_read_rsrc *zr_rsrc = (zip_read_rsrc *) rsrc->ptr; in php_zip_free_entry()1133 rsrc->ptr = NULL; in php_zip_free_entry()
97 static void _free_odbc_result(zend_resource *rsrc) in ZEND_GET_MODULE()99 odbc_result *res = (odbc_result *)rsrc->ptr; in ZEND_GET_MODULE()148 static void _close_odbc_conn(zend_resource *rsrc) in _close_odbc_conn() argument153 odbc_connection *conn = (odbc_connection *)rsrc->ptr; in _close_odbc_conn()182 static void _close_odbc_pconn(zend_resource *rsrc) in _close_odbc_pconn() argument186 odbc_connection *conn = (odbc_connection *)rsrc->ptr; in _close_odbc_pconn()
266 static void proc_open_rsrc_dtor(zend_resource *rsrc) in proc_open_rsrc_dtor() argument268 php_process_handle *proc = (php_process_handle*)rsrc->ptr; in proc_open_rsrc_dtor()
309 static void _close_pgsql_plink(zend_resource *rsrc) in _close_pgsql_plink() argument311 PGconn *link = (PGconn *)rsrc->ptr; in _close_pgsql_plink()326 rsrc->ptr = NULL; in _close_pgsql_plink()355 zend_resource *rsrc = Z_RES_P(el); in _rollback_transactions() local357 if (rsrc->type != le_plink) { in _rollback_transactions()361 link = (PGconn *) rsrc->ptr; in _rollback_transactions()
1089 static void le_throwing_resource_dtor(zend_resource *rsrc) in le_throwing_resource_dtor() argument
2544 # Usually not in separate files, but have either filename rsrc with2546 # extensions rsr/rsrc24937 >0 string rsrc resource26884 >>(0x3c.l+0xf8) search/0x140 .rsrc
Completed in 232 milliseconds