• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/libxml2-26/libxml2/

Lines Matching +refs:scheme +refs:buffer

598 static const xmlChar *static_buf_content = (xmlChar *)"a static buffer";
1473 char * buffer; /* a pointer to a char array */
1481 buffer = gen_const_char_ptr(n_buffer, 0);
1484 ret_val = htmlCreateMemoryParserCtxt((const char *)buffer, size);
1487 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
1700 char * buffer; /* a pointer to a char array */
1719 buffer = gen_const_char_ptr(n_buffer, 1);
1725 ret_val = htmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
1729 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
2602 char * buffer; /* a pointer to a char array */
2619 buffer = gen_const_char_ptr(n_buffer, 0);
2625 ret_val = htmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
2628 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
2826 xmlOutputBufferPtr buf; /* the HTML buffer output */
2879 xmlOutputBufferPtr buf; /* the HTML buffer output */
3223 xmlBufferPtr buf; /* the HTML buffer output */
3378 xmlOutputBufferPtr buf; /* the HTML buffer output */
3438 xmlOutputBufferPtr buf; /* the HTML buffer output */
5502 xmlOutputBufferPtr buf; /* the output buffer to store canonical XML; this buffer MUST have encoder==NULL because C14N requires UTF-8 output */
7877 char * buffer; /* the output buffer */
7890 buffer = gen_char_ptr(n_buffer, 1);
7894 ret_val = xmlShellPwd(ctxt, buffer, node, node2);
7898 des_char_ptr(n_buffer, buffer, 1);
8907 int len; /* pointer to the length of the buffer */
9339 xmlBufferPtr buf; /* An XML buffer. */
9385 xmlBufferPtr buf; /* An XML buffer. */
11929 void * dest; /* a buffer */
11931 int len; /* the buffer length */
12399 void * dest; /* a buffer */
12401 int len; /* the buffer length */
12877 char * buffer; /* a pointer to a char array */
12896 buffer = gen_const_char_ptr(n_buffer, 1);
12902 ret_val = xmlCtxtReadMemory(ctxt, (const char *)buffer, size, URL, (const char *)encoding, options);
12906 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
14152 char * buffer; /* an pointer to a char array */
14160 buffer = gen_const_char_ptr(n_buffer, 0);
14163 ret_val = xmlParseMemory((const char *)buffer, size);
14166 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
14552 char * buffer; /* a pointer to a char array */
14569 buffer = gen_const_char_ptr(n_buffer, 0);
14575 ret_val = xmlReadMemory((const char *)buffer, size, URL, (const char *)encoding, options);
14578 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
14686 char * buffer; /* an pointer to a char array */
14694 buffer = gen_const_char_ptr(n_buffer, 0);
14697 ret_val = xmlRecoverMemory((const char *)buffer, size);
14700 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
14981 char * buffer; /* an pointer to a char array */
14994 buffer = gen_const_char_ptr(n_buffer, 1);
14998 ret_val = xmlSAXParseMemory(sax, (const char *)buffer, size, recovery);
15002 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
15038 char * buffer; /* an pointer to a char array */
15054 buffer = gen_const_char_ptr(n_buffer, 1);
15059 ret_val = xmlSAXParseMemoryWithData(sax, (const char *)buffer, size, recovery, data);
15063 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
15159 char * buffer; /* an in-memory XML document input */
15171 buffer = gen_const_char_ptr(n_buffer, 2);
15179 ret_val = xmlSAXUserParseMemory(sax, user_data, (const char *)buffer, size);
15184 des_const_char_ptr(n_buffer, (const char *)buffer, 2);
15278 xmlChar * buffer; /* a xmlChar * buffer */
15288 buffer = gen_const_xmlChar_ptr(n_buffer, 1);
15291 xmlSetupParserForBuffer(ctxt, (const xmlChar *)buffer, filename);
15294 des_const_xmlChar_ptr(n_buffer, (const xmlChar *)buffer, 1);
15934 char * buffer; /* a pointer to a char array */
15942 buffer = gen_const_char_ptr(n_buffer, 0);
15945 ret_val = xmlCreateMemoryParserCtxt((const char *)buffer, size);
15948 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
16232 xmlChar * buffer; /* an memory buffer */
16239 buffer = gen_const_xmlChar_ptr(n_buffer, 1);
16241 ret_val = xmlNewStringInputStream(ctxt, (const xmlChar *)buffer);
16245 des_const_xmlChar_ptr(n_buffer, (const xmlChar *)buffer, 1);
17559 char * buffer; /* a pointer to a char array containing the schemas */
17567 buffer = gen_const_char_ptr(n_buffer, 0);
17570 ret_val = xmlRelaxNGNewMemParserCtxt((const char *)buffer, size);
17573 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
18358 xmlBufferPtr buf; /* the XML buffer output */
18419 xmlBufPtr buf; /* the buffer */
18451 xmlBufPtr buf; /* the buffer */
18490 xmlBufPtr buf; /* a buffer xmlBufPtr */
18559 xmlBufferPtr buf; /* the buffer to dump */
18605 xmlBufferPtr buf; /* the buffer */
18651 xmlBufferPtr buf; /* the buffer to dump */
18690 xmlBufferPtr buf; /* the buffer to add to */
18736 xmlBufferPtr buf; /* the buffer */
18813 xmlBufferPtr buf; /* the buffer */
18844 xmlBufferPtr buf; /* the buffer */
18875 xmlBufferPtr buf; /* the buffer */
18914 xmlBufferPtr buf; /* the buffer */
18946 xmlBufferPtr buf; /* the buffer to resize */
18984 xmlBufferPtr buf; /* the buffer to tune */
18986 xmlBufferAllocationScheme scheme; /* allocation scheme to use */
18993 scheme = gen_xmlBufferAllocationScheme(n_scheme, 1);
18995 xmlBufferSetAllocationScheme(buf, scheme);
18996 if ((buf != NULL) && (scheme == XML_BUFFER_ALLOC_IMMUTABLE) && (buf->content != NULL) && (buf->content != static_buf_content)) { xmlFree(buf->content); buf->content = NULL;}
18999 des_xmlBufferAllocationScheme(n_scheme, scheme, 1);
19023 xmlBufferPtr buf; /* the buffer to dump */
19061 xmlBufferPtr buf; /* the XML buffer */
19098 xmlBufferPtr buf; /* the XML buffer output */
19135 xmlBufferPtr buf; /* the XML buffer output */
22222 xmlBufferPtr buffer; /* a buffer */
22230 buffer = gen_xmlBufferPtr(n_buffer, 0);
22233 ret_val = xmlNodeBufGetContent(buffer, cur);
22236 des_xmlBufferPtr(n_buffer, buffer, 0);
22262 xmlBufferPtr buf; /* the XML buffer output */
22323 xmlOutputBufferPtr buf; /* the XML buffer output */
23138 xmlOutputBufferPtr buf; /* an output I/O buffer */
23290 xmlOutputBufferPtr buf; /* an output I/O buffer */
23436 xmlBufferAllocationScheme scheme; /* allocation method to use */
23441 scheme = gen_xmlBufferAllocationScheme(n_scheme, 0);
23443 xmlSetBufferAllocationScheme(scheme);
23445 des_xmlBufferAllocationScheme(n_scheme, scheme, 0);
25096 xmlBufferPtr buf; /* the XML buffer output */
25135 xmlBufferPtr buf; /* the XML buffer output */
25181 xmlBufferPtr buf; /* the XML buffer output */
25220 xmlBufferPtr buf; /* the XML buffer output */
25266 xmlBufferPtr buf; /* the XML buffer output */
25305 xmlBufferPtr buf; /* the XML buffer output */
25891 char * buf; /* an output buffer */
25893 int size; /* the buffer size */
25944 char * buf; /* an output buffer */
27957 char * buffer; /* where to drop data */
27967 buffer = gen_char_ptr(n_buffer, 1);
27970 ret_val = xmlFileRead(context, buffer, len);
27974 des_char_ptr(n_buffer, buffer, 1);
28106 char * buffer; /* where to drop data */
28116 buffer = gen_char_ptr(n_buffer, 1);
28119 ret_val = xmlIOFTPRead(context, buffer, len);
28123 des_char_ptr(n_buffer, buffer, 1);
28256 char * buffer; /* where to drop data */
28266 buffer = gen_char_ptr(n_buffer, 1);
28269 ret_val = xmlIOHTTPRead(context, buffer, len);
28273 des_char_ptr(n_buffer, buffer, 1);
28380 xmlBufferPtr buffer; /* a xmlBufferPtr */
28388 buffer = gen_xmlBufferPtr(n_buffer, 0);
28391 ret_val = xmlOutputBufferCreateBuffer(buffer, encoder);
28394 des_xmlBufferPtr(n_buffer, buffer, 0);
30160 char * buffer; /* a pointer to a char array */
30177 buffer = gen_const_char_ptr(n_buffer, 0);
30183 ret_val = xmlReaderForMemory((const char *)buffer, size, URL, (const char *)encoding, options);
30186 des_const_char_ptr(n_buffer, (const char *)buffer, 0);
30341 char * buffer; /* a pointer to a char array */
30360 buffer = gen_const_char_ptr(n_buffer, 1);
30366 ret_val = xmlReaderNewMemory(reader, (const char *)buffer, size, URL, (const char *)encoding, options);
30370 des_const_char_ptr(n_buffer, (const char *)buffer, 1);
33114 xmlBufferPtr buf; /* a buffer to receive the output */
34392 char * buffer; /* a pointer to a char array containing the schemas */
34400 buffer = gen_const_char_ptr(n_buffer, 0);
34403 ret_val = xmlSchemaNewMemParserCtxt((const char *)buffer, size);
34406 des_const_char_ptr(n_buffer, (const char *)buffer, 0);