Home | History | Annotate | Download | only in libxml2

Lines Matching refs:inputString

336     const xmlChar *inputString; /* when operating on characters */
3071 printf(": %s", &(exec->inputString[exec->index]));
3179 exec->inputString = content;
3203 ((exec->inputString[exec->index] != 0) ||
3217 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL)) {
3266 } else if (exec->inputString[exec->index] != 0) {
3267 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
3312 if (exec->inputString[exec->index] == 0) {
3329 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),
3502 exec->inputString = NULL;
4422 ((exec->inputString[exec->index] != 0) ||
4430 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL))
4459 } else if (exec->inputString[exec->index] != 0) {
4460 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4483 if (exec->inputString[exec->index] == 0) {
4500 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),