Home
last modified time | relevance | path

Searched refs:is_temp_dir (Results 1 – 6 of 6) sorted by relevance

/PHP-5.5/ext/phar/
H A Ddirstream.c487 if (e->is_temp_dir) { in phar_wrapper_mkdir()
647 if (entry->is_temp_dir) { in phar_wrapper_rmdir()
668 if (entry->is_temp_dir) { in phar_wrapper_rmdir()
679 if (entry->is_temp_dir) { in phar_wrapper_rmdir()
H A Dstream.c261 entry->is_temp_dir = 1; in phar_wrapper_open_url()
481 …rchive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_temp_dir TSRMLS_DC) in phar_dostat()
485 if (!is_temp_dir && !data->is_dir) { in phar_dostat()
499 } else if (!is_temp_dir && data->is_dir) { in phar_dostat()
536 if (!is_temp_dir) { in phar_dostat()
H A Dphar_internal.h296 unsigned int is_temp_dir:1; member
H A Dphar_object.c3609 if (entry->is_temp_dir) { in PHP_METHOD()
4522 if (entry_obj->ent.entry && entry_obj->ent.entry->is_temp_dir) { in PHP_METHOD()
4641 if (entry_obj->ent.entry->is_temp_dir) { in PHP_METHOD()
4750 if (entry_obj->ent.entry->is_temp_dir) { in PHP_METHOD()
4807 if (entry_obj->ent.entry->is_temp_dir) { in PHP_METHOD()
H A Dutil.c1298 entry->is_temp_dir = entry->is_dir = 1; in phar_get_entry_info_dir()
H A Dphar.c442 if (idata->internal_file->is_temp_dir) { in phar_entry_delref()

Completed in 42 milliseconds