!C99Shell v. 1.0 pre-release build #13!

Software: Apache/2.0.54 (Unix) mod_perl/1.99_09 Perl/v5.8.0 mod_ssl/2.0.54 OpenSSL/0.9.7l DAV/2 FrontPage/5.0.2.2635 PHP/4.4.0 mod_gzip/2.0.26.1a 

uname -a: Linux snow.he.net 4.4.276-v2-mono-1 #1 SMP Wed Jul 21 11:21:17 PDT 2021 i686 

uid=99(nobody) gid=98(nobody) groups=98(nobody) 

Safe-mode: OFF (not secure)

/usr/doc/ImageMagick-5.5.4-3/api/   drwxr-xr-x
Free 318.36 GB of 458.09 GB (69.5%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     cache_view.html (8.21 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
cache_view - Working with Cache Views Pair


NAME

cache_view - Working with Cache Views


SYNOPSIS

const PixelPacket * AcquireCacheView( const ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception );

void CloseCacheView( ViewInfo *view );

PixelPacket * GetCacheView( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows );

IndexPacket * GetCacheViewIndexes( const ViewInfo *view );

PixelPacket * GetCacheViewPixels( const ViewInfo *view );

ViewInfo * OpenCacheView( Image *image );

PixelPacket * SetCacheView( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows );

unsigned int SyncCacheView( ViewInfo *view );


FUNCTION DESCRIPTIONS

AcquireCacheView

Method AcquireCacheView gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.

The format of the AcquireCacheView method is:

const PixelPacket *AcquireCacheView ( const ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows, ExceptionInfo *exception );

A description of each parameter follows:

pixels:
Method GetCacheView returns a null pointer if an error occurs, otherwise a pointer to the view pixels.

view:
The address of a structure of type ViewInfo.

x,y,columns,rows:
These values define the perimeter of a region of pixels.

exception:
Return any errors or warnings in this structure.

CloseCacheView

CloseCacheView() closes the specified view returned by a previous call to OpenCacheView ( ) .

The format of the CloseCacheView method is:

void CloseCacheView ( ViewInfo *view );

A description of each parameter follows:

view:
The address of a structure of type ViewInfo.

GetCacheView

GetCacheView() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.

The format of the GetCacheView method is:

PixelPacket *GetCacheView ( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows );

A description of each parameter follows:

pixels:
Method GetCacheView returns a null pointer if an error occurs, otherwise a pointer to the view pixels.

view:
The address of a structure of type ViewInfo.

x,y,columns,rows:
These values define the perimeter of a region of pixels.

GetCacheViewIndexes

Method GetCacheViewIndexes returns the indexes associated with the specified view.

The format of the GetCacheViewIndexes method is:

IndexPacket *GetCacheViewIndexes ( const ViewInfo *view );

A description of each parameter follows:

indexes:
Method GetCacheViewIndexes returns the indexes associated with the specified view.

view:
The address of a structure of type ViewInfo.

GetCacheViewPixels

GetCacheViewPixels() returns the pixels associated with the specified specified view.

The format of the GetCacheViewPixels method is:

PixelPacket *GetCacheViewPixels ( const ViewInfo *view );

A description of each parameter follows:

view:
The address of a structure of type ViewInfo.

OpenCacheView

OpenCacheView() opens a view into the pixel cache.

The format of the OpenCacheView method is:

ViewInfo *OpenCacheView ( Image *image );

A description of each parameter follows:

image:
The image.

SetCacheView

SetCacheView() gets pixels from the in-memory or disk pixel cache as defined by the geometry parameters. A pointer to the pixels is returned if the pixels are transferred, otherwise a NULL is returned.

The format of the SetCacheView method is:

PixelPacket *SetCacheView ( ViewInfo *view, const long x, const long y, const unsigned long columns, const unsigned long rows );

A description of each parameter follows:

view:
The address of a structure of type ViewInfo.

x,y,columns,rows:
These values define the perimeter of a region of pixels.

SyncCacheView

SyncCacheView() saves the view pixels to the in-memory or disk cache. The method returns True if the pixel region is synced, otherwise False.

The format of the SyncCacheView method is:

unsigned int SyncCacheView ( ViewInfo *view );

A description of each parameter follows:

view:
The address of a structure of type ViewInfo.

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0286 ]--