is_temp_dir       467 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       445 ext/phar/phar.c 		if (idata->internal_file->is_temp_dir) {
is_temp_dir       276 ext/phar/phar_internal.h 	unsigned int             is_temp_dir:1;
is_temp_dir      3564 ext/phar/phar_object.c 		if (entry->is_temp_dir) {
is_temp_dir      4469 ext/phar/phar_object.c 	if (entry_obj->entry && entry_obj->entry->is_temp_dir) {
is_temp_dir      4588 ext/phar/phar_object.c 	if (entry_obj->entry->is_temp_dir) {
is_temp_dir      4696 ext/phar/phar_object.c 	if (entry_obj->entry->is_temp_dir) {
is_temp_dir      4752 ext/phar/phar_object.c 	if (entry_obj->entry->is_temp_dir) {
is_temp_dir       261 ext/phar/stream.c 				entry->is_temp_dir = 1;
is_temp_dir       484 ext/phar/stream.c void phar_dostat(phar_archive_data *phar, phar_entry_info *data, php_stream_statbuf *ssb, zend_bool is_temp_dir)
is_temp_dir       488 ext/phar/stream.c 	if (!is_temp_dir && !data->is_dir) {
is_temp_dir       502 ext/phar/stream.c 	} else if (!is_temp_dir && data->is_dir) {
is_temp_dir       539 ext/phar/stream.c 	if (!is_temp_dir) {
is_temp_dir      1293 ext/phar/util.c 			entry->is_temp_dir = entry->is_dir = 1;