Home | History | Annotate | Download | only in libxml2

Lines Matching refs:number

132  * Returns the number of child for an element, -1 in case of error
175 * @no: the child number
915 * @index: the child number
1700 * Count the number of location children of @node or the length of the
1703 * Returns the number of location children
1740 * @nargs: the number of args
1758 * @nargs: the number of args
1776 * @nargs: the number of args
1868 * @nargs: the number of args
1882 * point is x and the index is the number of location children of x.
2025 * @nargs: the number of args
2164 * @nargs: the number of args
2177 * length of the string-value of x, and otherwise is the number of
2226 * @nargs: the number of args
2357 * @bytes: the number of bytes
2359 * Advance a point of the associated number of bytes (not UTF8 chars)
2736 * @nargs: the number of args
2754 * gives the number of characters in the range; the default is that the
2778 xmlXPathObjectPtr number = NULL;
2789 number = valuePop(ctxt);
2790 if (number != NULL)
2791 num = (int) number->floatval;
2858 if ((number != NULL) && (num > 0)) {
2869 } else if ((number != NULL) && (num <= 0)) {
2895 if (number) xmlXPathFreeObject(number);