Lines Matching defs:from

74 * benefit from this optimization.
118 static double xmlXPathNZERO = 0; /* not exported from headers */
175 * Modified from trio code
2441 * Pops the top XPath object from the value stack
2503 * Pops a boolean from the stack, handling conversion if needed.
2530 * Pops a number from the stack, handling conversion if needed.
2557 * Pops a string from the stack, handling conversion if needed.
2584 * Pops a node-set from the stack, handling conversion if needed.
2619 * Pops an external object from the stack, handling conversion if needed.
2834 * to be able to differentiate from line numbers.
3697 * Merges two nodesets, all nodes from @val2 are added to @val1
3698 * if @val1 is NULL, a new set is created and copied from @val2
3810 * Merges two nodesets, all nodes from @val2 are added to @val1
3811 * if @val1 is NULL, a new set is created and copied from @val2
3871 * Merges two nodesets, all nodes from @set2 are added to @set1
3872 * if @set1 is NULL, a new set is created and copied from @set2.
3978 * Merges two nodesets, all nodes from @set2 are added to @set1
3979 * if @set1 is NULL, a new set is created and copied from @set2.
4051 * Removes an xmlNodePtr from an existing NodeSet
4088 * Removes an entry from an existing NodeSet list.
4129 * Clears the list from all temporary XPath objects (e.g. namespace nodes
4155 * @pos: the start position to clear from
4157 * Clears the list from temporary XPath objects (e.g. namespace nodes
4185 * from xmlXPathFreeNodeSet()
7250 * are not freed from within this routine; they will be freed from the
8799 * point apart possibly from the one required digit immediately
8803 * number from all other IEEE 754 numeric values.
9280 xmlXPathObjectPtr from;
9293 from = valuePop(ctxt);
9301 offset = xmlUTF8Strloc(from->stringval, cptr);
9338 xmlXPathReleaseObject(ctxt->context, from);
10231 * The variable bindings consist of a mapping from variable names
10781 * A <= B > C is allowed ? Answer from James, yes with
10823 * A != B != C is allowed ? Answer from James, yes with
11635 * Remove the entry from the initial node set.
11822 * Remove the entry from the initial node set.
12455 * All what I learned now from the evaluation semantics
14134 printf("stream eval: depth %d from root %d\n", max_depth, from_root);
14643 * Returns the xmlXPathCompExprPtr resulting from the compilation or NULL.
14708 * Returns the xmlXPathCompExprPtr resulting from the compilation or NULL.
14726 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
14774 * Pop all remaining objects from the stack.
14816 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
14898 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.
14960 * Returns the xmlXPathObjectPtr resulting from the evaluation or NULL.