is_temp_dir       466 ext/phar/dirstream.c 		if (e->is_temp_dir) {
is_temp_dir       622 ext/phar/dirstream.c 				if (entry->is_temp_dir) {
is_temp_dir       639 ext/phar/dirstream.c 				if (entry->is_temp_dir) {
is_temp_dir       649 ext/phar/dirstream.c 	if (entry->is_temp_dir) {
is_temp_dir       442 ext/phar/phar.c 		if (idata->internal_file->is_temp_dir) {
is_temp_dir       280 ext/phar/phar_internal.h 	unsigned int             is_temp_dir:1;
is_temp_dir      3611 ext/phar/phar_object.c 		if (entry->is_temp_dir) {
is_temp_dir      4524 ext/phar/phar_object.c 	if (entry_obj->ent.entry && entry_obj->ent.entry->is_temp_dir) {
is_temp_dir      4643 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_temp_dir) {
is_temp_dir      4752 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_temp_dir) {
is_temp_dir      4809 ext/phar/phar_object.c 	if (entry_obj->ent.entry->is_temp_dir) {
is_temp_dir       261 ext/phar/stream.c 				entry->is_temp_dir = 1;
is_temp_dir       481 ext/phar/stream.c void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_temp_dir TSRMLS_DC)
is_temp_dir       485 ext/phar/stream.c 	if (!is_temp_dir && !data->is_dir) {
is_temp_dir       499 ext/phar/stream.c 	} else if (!is_temp_dir && data->is_dir) {
is_temp_dir       536 ext/phar/stream.c 	if (!is_temp_dir) {
is_temp_dir      1298 ext/phar/util.c 			entry->is_temp_dir = entry->is_dir = 1;