Home | History | Annotate | Download | only in libxml

Lines Matching defs:context

41  * Returns an Input context or NULL in case or error
46 * @context: an Input context
54 typedef int (XMLCALL *xmlInputReadCallback) (void * context, char * buffer, int len);
57 * @context: an Input context
63 typedef int (XMLCALL *xmlInputCloseCallback) (void * context);
87 * Returns an Output context or NULL in case or error
92 * @context: an Output context
100 typedef int (XMLCALL *xmlOutputWriteCallback) (void * context, const char * buffer,
104 * @context: an Output context
110 typedef int (XMLCALL *xmlOutputCloseCallback) (void * context);
126 void* context;
142 void* context;
319 xmlFileRead (void * context,
323 xmlFileClose (void * context);
339 xmlIOHTTPRead (void * context,
343 xmlIOHTTPClose (void * context);
355 xmlIOFTPRead (void * context,
359 xmlIOFTPClose (void * context);