Home | History | Annotate | Download | only in libxml2

Lines Matching defs:use

194          * use the number of parsed entities in the replacement
522 errmsg = "Name too long use XML_PARSE_HUGE option";
1393 * / 4ALPHA ; or reserved for future use
1410 * ; "x" reserved for private use
1547 /* extensions and private use subtags not checked */
1772 "Excessive depth in document: %d use XML_PARSE_HUGE option\n",
1975 * use them
2126 * It's Okay to use CUR/NEXT here since all the blanks are on
3204 * Use the new checks of production [4] [4a] amd [5] of the
3235 * Use the new checks of production [4] [4a] amd [5] of the
3292 * Use the new checks of production [4] [4a] amd [5] of the
6297 "xmlParseElementChildrenContentDecl : depth %d too deep, use XML_PARSE_HUGE\n",
10046 "Excessive depth in document: %d use XML_PARSE_HUGE option\n",
11014 * parser, do not use liberally.
12000 size_t use;
12007 use = xmlBufUse(ctxt->input->buf->buffer);
12008 for (;(unsigned int) base < use; base++) {
12017 if (((unsigned int) base + 4 < use) &&
12021 for (;(unsigned int) base + 3 < use; base++) {
12052 if ((unsigned int) base +1 >= use)
12059 for (i = 1; (unsigned int) base + i < use; i++) {
13170 * @depth: Used for loop detection, use 0
13376 * @depth: Used for loop detection, use 0
13403 * @depth: Used for loop detection, use 0
13706 * Use input doc's dict if present, else assure XML_PARSE_NODICT is set.
13853 * @depth: Used for loop detection, use 0
13856 * @recover: return nodes even if the data is broken (use 0)
14018 * It use the given SAX function block to handle the parsing callback.
14239 * It use the given SAX function block to handle the parsing callback.
14307 * It use the given SAX function block to handle the parsing callback.
14515 * parse an XML in-memory block and use the given SAX function block
14570 * parse an XML in-memory block and use the given SAX function block
14690 * It use the given SAX function block to handle the parsing callback.
14802 * use in multithreaded programs.
14857 * guess if libxml2 is in use in the application, some libraries
14858 * or plugins may use it without notice. In case of doubt abstain
15113 * @encoding: the user provided encoding to use
15270 * @URL: the base URL to use for the document
15316 * @URL: the base URL to use for the document
15365 * @URL: the base URL to use for the document
15388 * @URL: the base URL to use for the document
15433 * @URL: the base URL to use for the document
15479 * @URL: the base URL to use for the document
15549 * @URL: the base URL to use for the document
15592 * @URL: the base URL to use for the document
15638 * @URL: the base URL to use for the document