Home | History | Annotate | Download | only in libxml2

Lines Matching refs:PUSH

19  *   currently push(NULL, NULL) means a reset of the streaming context
479 fprintf(stderr, "Push: %d, %s\n", step, node->name);
725 #define PUSH(op, val, val2) \
926 PUSH(XML_OP_ATTR, NULL, NULL);
976 PUSH(XML_OP_ATTR, NULL, URL);
984 PUSH(XML_OP_ATTR, token, URL);
987 PUSH(XML_OP_ATTR, name, NULL);
1021 PUSH(XML_OP_ELEM, NULL, NULL);
1044 PUSH(XML_OP_ALL, NULL, NULL);
1098 PUSH(XML_OP_NS, URL, NULL);
1106 PUSH(XML_OP_ELEM, token, URL);
1116 PUSH(XML_OP_ALL, NULL, NULL);
1165 PUSH(XML_OP_NS, URL, NULL);
1173 PUSH(XML_OP_CHILD, token, URL);
1176 PUSH(XML_OP_CHILD, name, NULL);
1204 PUSH(XML_OP_ALL, token, NULL);
1206 PUSH(XML_OP_ELEM, name, NULL);
1237 PUSH(XML_OP_ANCESTOR, NULL, NULL);
1241 PUSH(XML_OP_ANCESTOR, NULL, NULL);
1266 PUSH(XML_OP_ROOT, NULL, NULL);
1283 PUSH(XML_OP_ANCESTOR, NULL, NULL);
1291 PUSH(XML_OP_PARENT, NULL, NULL);
1343 PUSH(XML_OP_ELEM, NULL, NULL);
1365 PUSH(XML_OP_ANCESTOR, NULL, NULL);
1382 PUSH(XML_OP_PARENT, NULL, NULL);
1843 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2201 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2224 * Push new data onto the stream. NOTE: if the call xmlPatterncompile()
2251 * Push new attribute data onto the stream. NOTE: if the call xmlPatterncompile()
2271 * push one level from the stream.