Searched +refs:term +refs:input +refs:chunk +refs:size (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/
H A Dparser.c17 * parserInternals.c to reduce this file size.
108 * replacement over the size in byte of the input indicates that you have
110 * replacement per byte of input.
124 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, size_t size, argument
142 if (ctxt->input != NULL) {
143 consumed = ctxt->input->consumed +
144 (ctxt->input->cur - ctxt->input->base);
150 } else if (size !
2180 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) argument
2411 xmlParserInputPtr input; local
2483 xmlParserInputPtr input; local
3768 int size = XML_PARSER_BUFFER_SIZE; local
3773 xmlParserInputPtr input; local
4197 int size = XML_PARSER_BUFFER_SIZE; local
4286 int size = XML_PARSER_BUFFER_SIZE; local
4745 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, size_t len, size_t size) argument
4880 size_t size = XML_PARSER_BUFFER_SIZE; local
5160 size_t size = XML_PARSER_BUFFER_SIZE; local
5167 xmlParserInputPtr input = ctxt->input; local
5325 xmlParserInputPtr input = ctxt->input; local
5409 xmlParserInputPtr input = ctxt->input; local
5977 xmlParserInputPtr input = ctxt->input; local
6601 xmlParserInputPtr input = ctxt->input; local
7922 xmlParserInputPtr input; local
8035 xmlParserInputPtr input; local
9741 int size = XML_PARSER_BUFFER_SIZE; local
10113 int size = 10; local
10218 int size = 10; local
11477 int term; local
12115 xmlParseCheckTransition(xmlParserCtxtPtr ctxt, const char *chunk, int size) argument
12164 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, int terminate) argument
12368 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument
12578 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, xmlCharEncoding enc) argument
12710 xmlParserInputPtr input = NULL; local
13342 int size; local
13766 int size; local
14268 xmlParserInputPtr input; local
14354 xmlCreateMemoryParserCtxt(const char *buffer, int size) argument
14356 xmlParserInputPtr input; local
14411 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data) argument
14462 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery) argument
14477 xmlParseMemory(const char *buffer, int size) argument
14493 xmlRecoverMemory(const char *buffer, int size) argument
14509 xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, const char *buffer, int size) argument
14800 xmlParserInputPtr input; local
14903 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding) argument
15257 xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
15284 xmlParserInputBufferPtr input; local
15327 xmlParserInputBufferPtr input; local
15437 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
15440 xmlParserInputBufferPtr input; local
15484 xmlParserInputBufferPtr input; local
15529 xmlParserInputBufferPtr input; local
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c17 * parserInternals.c to reduce this file size.
101 * replacement over the size in byte of the input indicates that you have
103 * replacement per byte of input.
117 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size, argument
126 if (size != 0) {
128 * Do the check based on the replacement size of the entity
130 if (size < XML_PARSER_BIG_ENTITY)
136 if (ctxt->input != NULL) {
137 consumed = ctxt->input
1997 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) argument
2222 xmlParserInputPtr input; local
2294 xmlParserInputPtr input; local
3490 int size = XML_PARSER_BUFFER_SIZE; local
3495 xmlParserInputPtr input; local
3879 int size = XML_PARSER_BUFFER_SIZE; local
3957 int size = XML_PARSER_BUFFER_SIZE; local
4402 xmlParseCommentComplex(xmlParserCtxtPtr ctxt, xmlChar *buf, int len, int size) argument
4522 int size = XML_PARSER_BUFFER_SIZE; local
4788 int size = XML_PARSER_BUFFER_SIZE; local
4795 xmlParserInputPtr input = ctxt->input; local
4931 xmlParserInputPtr input = ctxt->input; local
5015 xmlParserInputPtr input = ctxt->input; local
5581 xmlParserInputPtr input = ctxt->input; local
6203 xmlParserInputPtr input = ctxt->input; local
7490 xmlParserInputPtr input; local
7602 xmlParserInputPtr input; local
9242 int size = XML_PARSER_BUFFER_SIZE; local
9599 int size = 10; local
9704 int size = 10; local
10933 int term; local
11517 xmlParseChunk(xmlParserCtxtPtr ctxt, const char *chunk, int size, int terminate) argument
11682 xmlCreatePushParserCtxt(xmlSAXHandlerPtr sax, void *user_data, const char *chunk, int size, const char *filename) argument
11894 xmlIOParseDTD(xmlSAXHandlerPtr sax, xmlParserInputBufferPtr input, xmlCharEncoding enc) argument
12026 xmlParserInputPtr input = NULL; local
12648 int size; local
13072 int size; local
13574 xmlParserInputPtr input; local
13660 xmlCreateMemoryParserCtxt(const char *buffer, int size) argument
13662 xmlParserInputPtr input; local
13719 xmlSAXParseMemoryWithData(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery, void *data) argument
13770 xmlSAXParseMemory(xmlSAXHandlerPtr sax, const char *buffer, int size, int recovery) argument
13785 xmlParseMemory(const char *buffer, int size) argument
13801 xmlRecoverMemory(const char *buffer, int size) argument
13817 xmlSAXUserParseMemory(xmlSAXHandlerPtr sax, void *user_data, const char *buffer, int size) argument
14107 xmlParserInputPtr input; local
14209 xmlCtxtResetPush(xmlParserCtxtPtr ctxt, const char *chunk, int size, const char *filename, const char *encoding) argument
14560 xmlReadMemory(const char *buffer, int size, const char *URL, const char *encoding, int options) argument
14587 xmlParserInputBufferPtr input; local
14630 xmlParserInputBufferPtr input; local
14737 xmlCtxtReadMemory(xmlParserCtxtPtr ctxt, const char *buffer, int size, const char *URL, const char *encoding, int options) argument
14740 xmlParserInputBufferPtr input; local
14784 xmlParserInputBufferPtr input; local
14829 xmlParserInputBufferPtr input; local
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el128 ;; :sqli-input-sender nil
235 (setq max-specpdl-size 2000))
417 "Treat some input as electric.
419 input in the SQLi buffer to the process.
421 send current input in the SQLi buffer to the process.
422 If set to nil, then you must use \\[comint-send-input] in order to send
423 current input in the SQLi buffer to the process."
462 (defcustom sql-input-ring-file-name nil
463 "*If non-nil, name of the file to read/write input history.
467 exiting the SQL interpreter in an SQLi buffer will write the input
[all...]

Completed in 102 milliseconds