This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Typedefs | |
typedef S32 | LLExtStat |
Variables | |
const LLExtStat | LL_EXSTAT_CURL_RESULT = 1L<<30 |
const LLExtStat | LL_EXSTAT_RES_RESULT = 2L<<30 |
const LLExtStat | LL_EXSTAT_VFS_RESULT = 3L<<30 |
const LLExtStat | LL_EXSTAT_NONE = 0x00000 |
const LLExtStat | LL_EXSTAT_NULL_UUID = 0x10001 |
const LLExtStat | LL_EXSTAT_NO_UPSTREAM = 0x10002 |
const LLExtStat | LL_EXSTAT_REQUEST_DROPPED = 0x10003 |
const LLExtStat | LL_EXSTAT_NONEXISTENT_FILE = 0x10004 |
const LLExtStat | LL_EXSTAT_BLOCKED_FILE = 0x10005 |
const LLExtStat | LL_EXSTAT_VFS_CACHED = LL_EXSTAT_VFS_RESULT | 0x0001 |
const LLExtStat | LL_EXSTAT_VFS_CORRUPT = LL_EXSTAT_VFS_RESULT | 0x0002 |
Copyright (c) 2007, Linden Research, Inc.
Second Life Viewer Source Code The source code in this file ("Source Code") is provided by Linden Lab to you under the terms of the GNU General Public License, version 2.0 ("GPL"), unless you have obtained a separate licensing agreement ("Other License"), formally executed by you and Linden Lab. Terms of the GPL can be found in doc/GPL-license.txt in this distribution, or online at http://secondlife.com/developers/opensource/gplv2
There are special exceptions to the terms and conditions of the GPL as it is applied to this Source Code. View the full text of the exception in the file doc/FLOSS-exception.txt in this software distribution, or online at http://secondlife.com/developers/opensource/flossexception
By copying, modifying or distributing this software, you acknowledge that you have read and understood your obligations described above, and agree to abide by those obligations.
ALL LINDEN LAB SOURCE CODE IS PROVIDED "AS IS." LINDEN LAB MAKES NO WARRANTIES, EXPRESS, IMPLIED OR OTHERWISE, REGARDING ITS ACCURACY, COMPLETENESS OR PERFORMANCE. $/LicenseInfo$
Definition in file llextendedstatus.h.
Definition at line 37 of file llextendedstatus.h.
const LLExtStat LL_EXSTAT_BLOCKED_FILE = 0x10005 |
Definition at line 54 of file llextendedstatus.h.
Referenced by LLViewerAssetStorage::storeAssetData(), and LLHTTPAssetStorage::storeAssetData().
const LLExtStat LL_EXSTAT_CURL_RESULT = 1L<<30 |
Definition at line 42 of file llextendedstatus.h.
Referenced by LLHTTPAssetStorage::checkForTimeouts().
const LLExtStat LL_EXSTAT_NO_UPSTREAM = 0x10002 |
Definition at line 51 of file llextendedstatus.h.
Referenced by LLAssetStorage::getEstateAsset(), LLAssetStorage::getInvItemAsset(), and LLViewerAssetStorage::storeAssetData().
const LLExtStat LL_EXSTAT_NONE = 0x00000 |
Definition at line 49 of file llextendedstatus.h.
Referenced by LLAssetStorage::_cleanupRequests(), LLTransferTargetVFile::completionCallback(), LLXfer_Mem::processEOF(), LLXfer::processEOF(), and LLAssetStorage::processUploadComplete().
const LLExtStat LL_EXSTAT_NONEXISTENT_FILE = 0x10004 |
Definition at line 53 of file llextendedstatus.h.
Referenced by LLViewerAssetStorage::storeAssetData().
const LLExtStat LL_EXSTAT_NULL_UUID = 0x10001 |
const LLExtStat LL_EXSTAT_REQUEST_DROPPED = 0x10003 |
Definition at line 52 of file llextendedstatus.h.
Referenced by LLAssetStorage::deletePendingRequest().
const LLExtStat LL_EXSTAT_RES_RESULT = 2L<<30 |
Definition at line 43 of file llextendedstatus.h.
const LLExtStat LL_EXSTAT_VFS_CACHED = LL_EXSTAT_VFS_RESULT | 0x0001 |
Definition at line 68 of file llextendedstatus.h.
Referenced by LLAssetStorage::getEstateAsset(), and LLAssetStorage::getInvItemAsset().
const LLExtStat LL_EXSTAT_VFS_CORRUPT = LL_EXSTAT_VFS_RESULT | 0x0002 |
Definition at line 69 of file llextendedstatus.h.
Referenced by LLViewerAssetStorage::storeAssetData().
const LLExtStat LL_EXSTAT_VFS_RESULT = 3L<<30 |
Definition at line 44 of file llextendedstatus.h.