Lines Matching defs:TODO

62 #define TODO 								\
93 * TODO:
187 * TODO: when compatibility allows remove all "fake node libxslt" strings
412 * TODO: Since such a list-handling is used in xmlschemas.c and libxslt
1351 /* REVISIT TODO: Make this static when committing */
1666 /* REVISIT TODO: Make this static when committing */
2304 TODO;
2573 /* TODO: needs refactoring somewhere else */
3055 if ((0 > (long) node1->content) && /* TODO: Would a != 0 suffice here? */
3093 * URGENT TODO: Are there any cases, where the
3117 * TODO: why do we return 1 for namespace nodes?
3187 * TODO: This assumes attributes are sorted before content.
3712 * TODO: The optimization won't work in every case, since
5398 obj->type = XPATH_XSLT_TREE; /* TODO: Just for debugging. */
5452 * TODO: Check if this assumption is correct.
5519 * TODO: Due to those nasty ns-nodes, we need to traverse
5521 * URGENT TODO: Check if it's actually slowing things down.
5695 TODO
5740 TODO;
5860 TODO;
5972 TODO;
6611 TODO
6896 TODO
6953 TODO
7014 TODO
7025 TODO
7110 TODO
7195 TODO
7632 case XML_ENTITY_REF_NODE: /* URGENT TODO: entify-refs as well? */
7669 /* case XML_DTD_NODE: */ /* URGENT TODO: DTD-node as well? */
7724 /* TODO: OK to have XInclude here? */
8318 * TODO: support DTD inherited default attributes
10187 * TODO: xmlXPathCompLiteral memory allocation could be improved.
10939 * TODO: Sorting is still activated for filters, since I'm not
11540 * TODO: raise an internal error.
11559 * URGENT TODO: Check the following:
11651 * TODO: The object was lost in the evaluation machinery.
11691 * TODO: raise an internal error.
11710 * TODO: Can this ever happen?
11724 * URGENT TODO: Check the following:
11910 * TODO: Unfortunately this simplistic test here is not
12014 * MAYBE FUTURE TODO: merging optimizations:
12225 * QUESTION TODO: What does the "first" and "last" stuff do?
12267 * TODO: Don't we need to use
12334 TODO;
12451 * QUESTION TODO: The old predicate evaluation took into
12462 * TODO: Problem: we cannot execute the inner predicates first
12535 * QUESTION TODO: What does this do and why?
12536 * TODO: Do we have to do this also for the "error"
12618 * OPTIMIZE TODO: This implicitely sorts
12621 * OPTIMIZE TODO: How do we know if the node-list wasn't
12765 && (ctxt->value->nodesetval->nodeNr >= 1)) { /* TODO: NOP ? */
12980 * REVISIT TODO: Don't create a temporary nodeset
13027 /* QUESTION TODO: Why was this code commented out?
13488 * FILTER TODO: Can we assume that the inner processing
13786 * OPTIMIZE TODO: Can we use
13954 * OPTIMIZE TODO: Avoid recreation for every iteration.
14206 * QUESTION TODO: Is this an error?
14386 * QUESTION TODO: This falls back to normal XPath evaluation