FLAG_TRANS2_FIND_CLOSE_IF_END  278 source3/libsmb/clilist.c 			SSVAL(param,4,(FLAG_TRANS2_FIND_REQUIRE_RESUME|FLAG_TRANS2_FIND_CLOSE_IF_END));	/* resume required + close on end */
FLAG_TRANS2_FIND_CLOSE_IF_END  294 source3/libsmb/clilist.c 			SSVAL(param,10,(FLAG_TRANS2_FIND_REQUIRE_RESUME|FLAG_TRANS2_FIND_CLOSE_IF_END));	/* resume required + close on end */
FLAG_TRANS2_FIND_CLOSE_IF_END 1920 source3/smbd/trans2.c 	close_if_end = (findfirst_flags & FLAG_TRANS2_FIND_CLOSE_IF_END);
FLAG_TRANS2_FIND_CLOSE_IF_END 2262 source3/smbd/trans2.c 	close_if_end = (findnext_flags & FLAG_TRANS2_FIND_CLOSE_IF_END);
FLAG_TRANS2_FIND_CLOSE_IF_END  145 source4/libcli/clilist.c 			first_parms.t2ffirst.in.flags = FLAG_TRANS2_FIND_CLOSE_IF_END;
FLAG_TRANS2_FIND_CLOSE_IF_END  173 source4/libcli/clilist.c 			next_parms.t2fnext.in.flags = FLAG_TRANS2_FIND_CLOSE_IF_END;
FLAG_TRANS2_FIND_CLOSE_IF_END  892 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	    ((io->t2ffirst.in.flags & FLAG_TRANS2_FIND_CLOSE_IF_END) && (i == dir->count))) {
FLAG_TRANS2_FIND_CLOSE_IF_END  986 source4/ntvfs/cifs_posix_cli/vfs_cifs_posix.c 	    ((io->t2fnext.in.flags & FLAG_TRANS2_FIND_CLOSE_IF_END) && (i == dir->count))) {
FLAG_TRANS2_FIND_CLOSE_IF_END  547 source4/ntvfs/posix/pvfs_search.c 	    ((io->t2ffirst.in.flags & FLAG_TRANS2_FIND_CLOSE_IF_END) && 
FLAG_TRANS2_FIND_CLOSE_IF_END  615 source4/ntvfs/posix/pvfs_search.c 	    ((io->t2fnext.in.flags & FLAG_TRANS2_FIND_CLOSE_IF_END) && 
FLAG_TRANS2_FIND_CLOSE_IF_END  889 source4/ntvfs/simple/vfs_simple.c 	    ((io->t2ffirst.in.flags & FLAG_TRANS2_FIND_CLOSE_IF_END) && (i == dir->count))) {
FLAG_TRANS2_FIND_CLOSE_IF_END  983 source4/ntvfs/simple/vfs_simple.c 	    ((io->t2fnext.in.flags & FLAG_TRANS2_FIND_CLOSE_IF_END) && (i == dir->count))) {
FLAG_TRANS2_FIND_CLOSE_IF_END  558 source4/torture/raw/search.c 		io.t2ffirst.in.flags = FLAG_TRANS2_FIND_CLOSE_IF_END;
FLAG_TRANS2_FIND_CLOSE_IF_END  584 source4/torture/raw/search.c 			io2.t2fnext.in.flags = FLAG_TRANS2_FIND_CLOSE_IF_END;