Home | History | Annotate | Download | only in libxml2

Lines Matching defs:in

49     const char *in;   /* glob to path for input files */
68 size_t gl_offs; /* Slots to reserve in 'gl_pathv'. */
195 * Return a pointer to the huge: query handler, in this example simply
198 * Returns an Input context or NULL in case or error
215 * Returns 0 or -1 in case of error
233 * Returns the number of bytes read or -1 in case of error
363 /* calculate the error position in terms of the current position */
673 * Returns 0 in case of success, an error code otherwise
693 fprintf(stderr, "Failed to detect recursion in %s\n", filename);
712 * Returns 0 in case of success, an error code otherwise
752 * Returns 0 in case of success, an error code otherwise
822 if (tst->in != NULL) {
826 glob(tst->in, GLOB_DOOFFS, NULL, &globbuf);