Home
last modified time | relevance | path

Searched refs:zend_list_delete (Results 1 – 25 of 49) sorted by last modified time

12

/PHP-5.6/main/streams/
H A Dstreams.c470 while (zend_list_delete(stream->rsrc_id) == SUCCESS) {} in _php_stream_free()
562 zend_list_delete(context->rsrc_id); in _php_stream_free()
2170 zend_list_delete(oldcontext->rsrc_id);
H A Duserspace.c562 zend_list_delete(rsrc_id); in PHP_FUNCTION()
H A Dfilter.c527 zend_list_delete(filter->rsrc_id); in php_stream_filter_remove()
/PHP-5.6/ext/zip/
H A Dphp_zip.c1301 zend_list_delete(Z_LVAL_P(zip)); in PHP_NAMED_FUNCTION()
1388 RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(zip_entry))); in PHP_NAMED_FUNCTION()
/PHP-5.6/ext/xmlrpc/
H A Dxmlrpc-epi-php.c915 bSuccess = zend_list_delete(Z_LVAL_P(arg1)); in PHP_FUNCTION()
/PHP-5.6/ext/xml/
H A Dxml.c1611 if (zend_list_delete(parser->index) == FAILURE) { in PHP_FUNCTION()
/PHP-5.6/ext/wddx/
H A Dwddx.c1338 zend_list_delete(Z_LVAL_P(packet_id)); in PHP_FUNCTION()
/PHP-5.6/ext/sysvshm/
H A Dsysvshm.c215 RETURN_BOOL(SUCCESS == zend_list_delete(Z_LVAL_P(shm_id))); in PHP_FUNCTION()
/PHP-5.6/ext/sybase_ct/
H A Dphp_sybase_ct.c970 zend_list_delete(Z_RESVAL_P(sybase_link_index)); in PHP_FUNCTION()
973 zend_list_delete(SybCtG(default_link)); in PHP_FUNCTION()
1482 zend_list_delete(sybase_ptr->active_result_index); in php_sybase_query()
1704 zend_list_delete(Z_LVAL_P(sybase_result_index)); in PHP_FUNCTION()
/PHP-5.6/ext/standard/
H A Dstreamsfuncs.c1295 if (zend_list_delete(Z_LVAL_P(zfilter)) == FAILURE) { in PHP_FUNCTION()
H A Dproc_open.c240 zend_list_delete(proc->pipes[i]); in proc_open_rsrc_dtor()
336 zend_list_delete(Z_LVAL_P(zproc)); in PHP_FUNCTION()
H A Dfile.c981 zend_list_delete(stream->rsrc_id); in PHP_FUNCTION()
H A Ddir.c115 zend_list_delete(DIRG(default_dir)); in php_set_default_dir()
281 zend_list_delete(dirp->rsrc_id); in PHP_FUNCTION()
/PHP-5.6/ext/sockets/
H A Dsockets.c1079 zend_list_delete(Z_RESVAL_P(arg1));
/PHP-5.6/ext/shmop/
H A Dshmop.c289 zend_list_delete(shmid); in PHP_FUNCTION()
/PHP-5.6/ext/pgsql/
H A Dpgsql.c919 zend_list_delete(PGG(default_link)); in php_pgsql_set_default_link()
1576 zend_list_delete(Z_RESVAL_P(pgsql_link));
1581 zend_list_delete(PGG(default_link));
3066 zend_list_delete(Z_RESVAL_P(result));
3458 zend_list_delete(Z_RESVAL_P(pgsql_lofp));
/PHP-5.6/ext/openssl/
H A Dopenssl.c2324 zend_list_delete(Z_LVAL_P(x509)); in PHP_FUNCTION()
3876 zend_list_delete(Z_LVAL_P(key)); in PHP_FUNCTION()
/PHP-5.6/ext/opcache/
H A DZendAccelerator.c2305 zend_list_delete(zvalue->value.lval);
/PHP-5.6/ext/odbc/
H A Dbirdstep.c252 zend_list_delete(ind); in birdstep_del_conn()
280 zend_list_delete(ind); in birdstep_del_result()
H A Dphp_odbc.c486 zend_list_delete(i); in _close_odbc_conn()
517 zend_list_delete(i); in _close_odbc_pconn()
1147 zend_list_delete(i); in PHP_FUNCTION()
1158 zend_list_delete(i); in PHP_FUNCTION()
1160 zend_list_delete(i); in PHP_FUNCTION()
2395 zend_list_delete(Z_LVAL_P(pv_res)); in PHP_FUNCTION()
2742 zend_list_delete(i); in PHP_FUNCTION()
2747 zend_list_delete(Z_LVAL_P(pv_conn)); in PHP_FUNCTION()
/PHP-5.6/ext/oci8/
H A Doci8_interface.c180 zend_list_delete(descriptor->id); in PHP_FUNCTION()
1540 zend_list_delete(statement->id);
1569 zend_list_delete(connection->id);
2181 zend_list_delete(collection->id);
H A Doci8_lob.c703 zend_list_delete(descriptor->connection->id); in php_oci_lob_free()
H A Doci8_statement.c223 zend_list_delete(outcol->descid); in php_oci_cleanup_pre_fetch()
229 zend_list_delete(outcol->stmtid); in php_oci_cleanup_pre_fetch()
894 zend_list_delete(statement->parent_stmtid); in php_oci_statement_free()
897 zend_list_delete(statement->connection->id); in php_oci_statement_free()
H A Doci8.c1579 zend_list_delete(column->stmtid); in php_oci_column_hash_dtor()
1583 zend_list_delete(column->descid); in php_oci_column_hash_dtor()
H A Doci8_collection.c812 zend_list_delete(collection->connection->id); in php_oci_collection_close()

Completed in 160 milliseconds

12