Lines Matching refs:number
76 * @code: the error number
100 msg = "unexpected error number\n";
360 * Returns 0 if this validates, a positive error code number otherwise
434 * Returns 0 if this validates, a positive error code number otherwise
532 * Returns 0 if this validates, a positive error code number otherwise
601 * Returns 0 if this validates, a positive error code number otherwise
3404 * Finds the current number of child nodes of that element which are
4503 * Get line number of @node. This requires activation of this option
4506 * Returns the line number if successful, -1 otherwise
6140 * Returns the number of namespace declarations created or -1 in case of error.
7028 * @len: the number of xmlChar to remove
7032 * Returns the number of #xmlChar removed, or -1 in case of failure.
7132 * Returns the number of #xmlChar written
7292 * @len: the number of #xmlChar to add
7297 * Returns 0 successful, a positive error code number otherwise
7341 * @len: the number of #xmlChar to add
7346 * Returns 0 successful, a positive error code number otherwise
7413 * Returns 0 successful, a positive error code number otherwise
7432 * Returns 0 successful, a positive error code number otherwise
7973 xmlDOMWrapNSNormAddNsMapItem2(xmlNsPtr **list, int *size, int *number,
7983 *number = 0;
7984 } else if ((*number) >= (*size)) {
7993 (*list)[2 * (*number)] = oldNs;
7994 (*list)[2 * (*number) +1] = newNs;
7995 (*number)++;