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/libxml2-2.5.4/html/ drwxr-xr-x | |
| Viewing file: Select action/file-type:
xmlIOSynopsisDetailsxmlInputMatchCallback ()
Callback used in the I/O Input API to detect if the current handler can provide input fonctionnalities for this resource. xmlInputOpenCallback ()
Callback used in the I/O Input API to open the resource xmlInputReadCallback ()
Callback used in the I/O Input API to read the resource xmlInputCloseCallback ()
Callback used in the I/O Input API to close the resource xmlOutputMatchCallback ()
Callback used in the I/O Output API to detect if the current handler can provide output fonctionnalities for this resource. xmlOutputOpenCallback ()
Callback used in the I/O Output API to open the resource xmlOutputWriteCallback ()
Callback used in the I/O Output API to write to the resource xmlOutputCloseCallback ()
Callback used in the I/O Output API to close the resource struct xmlParserInputBuffer
struct xmlOutputBuffer
xmlCleanupInputCallbacks ()
clears the entire input callback table. this includes the compiled-in I/O. xmlCleanupOutputCallbacks ()
clears the entire output callback table. this includes the compiled-in I/O callbacks. xmlRegisterDefaultInputCallbacks ()
Registers the default compiled-in I/O handlers. xmlAllocParserInputBuffer ()
Create a buffered parser input for progressive parsing xmlParserInputBufferCreateFname ()
VMS version of xmlParserInputBufferCreateFilename() xmlParserInputBufferCreateFilename ()
Create a buffered parser input for the progressive parsing of a file If filename is "-' then we use stdin as the input. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. Do an encoding check if enc == XML_CHAR_ENCODING_NONE xmlParserInputBufferCreateFile ()
Create a buffered parser input for the progressive parsing of a FILE * buffered C I/O xmlParserInputBufferCreateFd ()
Create a buffered parser input for the progressive parsing for the input from a file descriptor xmlParserInputBufferCreateMem ()
Create a buffered parser input for the progressive parsing for the input from a memory area. xmlParserInputBufferCreateIO ()
Create a buffered parser input for the progressive parsing for the input from an I/O handler xmlParserInputBufferRead ()
Refresh the content of the input buffer, the old data are considered consumed This routine handle the I18N transcoding to internal UTF-8 xmlParserInputBufferGrow ()
Grow up the content of the input buffer, the old data are preserved This routine handle the I18N transcoding to internal UTF-8 This routine is used when operating the parser in normal (pull) mode TODO: one should be able to remove one extra copy by copying directly onto in->buffer or in->raw xmlParserInputBufferPush ()
Push the content of the arry in the input buffer This routine handle the I18N transcoding to internal UTF-8 This is used when operating the parser in progressive (push) mode. xmlFreeParserInputBuffer ()
Free up the memory used by a buffered parser input xmlParserGetDirectory ()
lookup the directory for that file xmlRegisterInputCallbacks ()
Register a new set of I/O callback for handling parser input. xmlRegisterDefaultOutputCallbacks ()
Registers the default compiled-in I/O handlers. xmlAllocOutputBuffer ()
Create a buffered parser output xmlOutputBufferCreateFilename ()
Create a buffered output for the progressive saving of a file If filename is "-' then we use stdout as the output. Automatic support for ZLIB/Compress compressed document is provided by default if found at compile-time. TODO: currently if compression is set, the library only support writing to a local file. xmlOutputBufferCreateFile ()
Create a buffered output for the progressive saving to a FILE * buffered C I/O xmlOutputBufferCreateFd ()
Create a buffered output for the progressive saving to a file descriptor xmlOutputBufferCreateIO ()
Create a buffered output for the progressive saving to an I/O handler xmlOutputBufferWrite ()
Write the content of the array in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes. xmlOutputBufferWriteString ()
Write the content of the string in the output I/O buffer This routine handle the I18N transcoding from internal UTF-8 The buffer is lossless, i.e. will store in case of partial or delayed writes. xmlOutputBufferFlush ()
flushes the output I/O channel xmlOutputBufferClose ()
flushes and close the output I/O channel and free up all the associated resources xmlRegisterOutputCallbacks ()
Register a new set of I/O callback for handling output. xmlIOHTTPOpenW ()
Open a temporary buffer to collect the document for a subsequent HTTP POST request. Non-static as is called from the output buffer creation routine. xmlRegisterHTTPPostCallbacks ()
By default, libxml submits HTTP output requests using the "PUT" method. Calling this method changes the HTTP output method to use the "POST" method instead. xmlNoNetExternalEntityLoader ()
A specific entity loader disabling network accesses, though still allowing local catalog accesses for resolution. xmlNormalizeWindowsPath ()
Normalize a Windows path to make an URL from it xmlCheckFilename ()
function checks to see if path is a valid source (file, socket...) for XML. if stat is not available on the target machine, returns 1. if stat fails, returns 0 (if calling stat on the filename fails, it can't be right). if stat succeeds and the file is a directory, xmlFileOpen ()
input from FILE *, supports compressed input if filename is " " then the standard input is used xmlFileRead ()
Read len bytes to buffer from the I/O channel. xmlIOHTTPRead ()
Read len bytes to buffer from the I/O channel. xmlIOFTPRead ()
Read len bytes to buffer from the I/O channel. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0539 ]-- |