Home | History | Annotate | Download | only in libxml

Lines Matching full:void

21 XMLPUBFUN void XMLCALL
22 xmlNanoHTTPInit (void);
23 XMLPUBFUN void XMLCALL
24 xmlNanoHTTPCleanup (void);
25 XMLPUBFUN void XMLCALL
31 XMLPUBFUN void * XMLCALL
38 XMLPUBFUN void * XMLCALL
46 XMLPUBFUN void * XMLCALL
49 XMLPUBFUN void * XMLCALL
54 xmlNanoHTTPReturnCode (void *ctx);
56 xmlNanoHTTPAuthHeader (void *ctx);
58 xmlNanoHTTPRedir (void *ctx);
60 xmlNanoHTTPContentLength( void * ctx );
62 xmlNanoHTTPEncoding (void *ctx);
64 xmlNanoHTTPMimeType (void *ctx);
66 xmlNanoHTTPRead (void *ctx,
67 void *dest,
71 xmlNanoHTTPSave (void *ctxt,
74 XMLPUBFUN void XMLCALL
75 xmlNanoHTTPClose (void *ctx);