Home
last modified time | relevance | path

Searched refs:rsrc (Results 1 – 12 of 12) sorted by relevance

/php-src/main/streams/
H A Duserspace.c71 static void stream_wrapper_dtor(zend_resource *rsrc) in stream_wrapper_dtor() argument
73 struct php_user_stream_wrapper * uwrap = (struct php_user_stream_wrapper*)rsrc->ptr; in stream_wrapper_dtor()
467 zend_resource *rsrc; in PHP_FUNCTION() local
481 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()
H A Dstreams.c70 zend_resource *rsrc = Z_RES_P(el); in forget_persistent_resource_id_numbers() local
72 if (rsrc->type != le_pstream) { in forget_persistent_resource_id_numbers()
76 stream = (php_stream*)rsrc->ptr; in forget_persistent_resource_id_numbers()
1816 static void stream_resource_regular_dtor(zend_resource *rsrc) in stream_resource_regular_dtor() argument
1818 php_stream *stream = (php_stream*)rsrc->ptr; in stream_resource_regular_dtor()
1823 static void stream_resource_persistent_dtor(zend_resource *rsrc) in stream_resource_persistent_dtor() argument
1825 php_stream *stream = (php_stream*)rsrc->ptr; in stream_resource_persistent_dtor()
/php-src/ext/dba/
H A Ddba.c288 static void dba_close_rsrc(zend_resource *rsrc) in dba_close_rsrc() argument
290 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() argument
314 dba_info *info = (dba_info *)rsrc->ptr; in dba_close_pe_rsrc()
/php-src/ext/com_dotnet/
H A Dcom_wrapper.c53 static void dispatch_dtor(zend_resource *rsrc) in dispatch_dtor() argument
55 php_dispatchex *disp = (php_dispatchex *)rsrc->ptr; in dispatch_dtor()
H A Dcom_persist.c47 static void istream_dtor(zend_resource *rsrc) in istream_dtor() argument
49 php_istream *stm = (php_istream *)rsrc->ptr; in istream_dtor()
/php-src/ext/zip/
H A Dphp_zip.c1103 static void php_zip_free_dir(zend_resource *rsrc) in php_zip_free_dir() argument
1105 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() argument
1125 zip_read_rsrc *zr_rsrc = (zip_read_rsrc *) rsrc->ptr; in php_zip_free_entry()
1133 rsrc->ptr = NULL; in php_zip_free_entry()
/php-src/ext/standard/
H A Dproc_open.c264 static void proc_open_rsrc_dtor(zend_resource *rsrc) in proc_open_rsrc_dtor() argument
266 php_process_handle *proc = (php_process_handle*)rsrc->ptr; in proc_open_rsrc_dtor()
/php-src/ext/pgsql/
H A Dpgsql.c309 static void _close_pgsql_plink(zend_resource *rsrc) in _close_pgsql_plink() argument
311 PGconn *link = (PGconn *)rsrc->ptr; in _close_pgsql_plink()
320 rsrc->ptr = NULL; in _close_pgsql_plink()
349 zend_resource *rsrc = Z_RES_P(el); in _rollback_transactions() local
351 if (rsrc->type != le_plink) { in _rollback_transactions()
355 link = (PGconn *) rsrc->ptr; in _rollback_transactions()
/php-src/ext/zend_test/
H A Dtest.c1009 static void le_throwing_resource_dtor(zend_resource *rsrc) in le_throwing_resource_dtor() argument
/php-src/ext/odbc/
H A Dphp_odbc.c317 static void _close_odbc_pconn(zend_resource *rsrc) in _close_odbc_pconn() argument
319 odbc_connection *conn = (odbc_connection *)rsrc->ptr; in _close_odbc_pconn()
324 rsrc->ptr = NULL; in _close_odbc_pconn()
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます2544 # Usually not in separate files, but have either filename rsrc with
2546 # extensions rsr/rsrc
24937 >0 string rsrc resource
26884 >>(0x3c.l+0xf8) search/0x140 .rsrc
H A Dmagic2544 # Usually not in separate files, but have either filename rsrc with
2546 # extensions rsr/rsrc
24937 >0 string rsrc resource
26884 >>(0x3c.l+0xf8) search/0x140 .rsrc

Completed in 229 milliseconds