Home
last modified time | relevance | path

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

/PHP-5.3/ext/phar/
H A Ddirstream.c490 if (e->is_temp_dir) { in phar_wrapper_mkdir()
650 if (entry->is_temp_dir) { in phar_wrapper_rmdir()
671 if (entry->is_temp_dir) { in phar_wrapper_rmdir()
682 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.h294 unsigned int is_temp_dir:1; member
H A Dphar_object.c3682 if (entry->is_temp_dir) {
4562 if (entry_obj->ent.entry && entry_obj->ent.entry->is_temp_dir) {
4681 if (entry_obj->ent.entry->is_temp_dir) {
4790 if (entry_obj->ent.entry->is_temp_dir) {
4847 if (entry_obj->ent.entry->is_temp_dir) {
H A Dutil.c1542 entry->is_temp_dir = entry->is_dir = 1; in phar_get_entry_info_dir()
H A Dphar.c444 if (idata->internal_file->is_temp_dir) { in phar_entry_delref()

Completed in 69 milliseconds