Lines Matching refs:inputString
348 const xmlChar *inputString; /* when operating on characters */ member
3154 printf(": %s", &(exec->inputString[exec->index])); in xmlFARegDebugExec()
3264 exec->inputString = content; in xmlFARegExec()
3288 ((exec->inputString[exec->index] != 0) || in xmlFARegExec()
3302 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL)) { in xmlFARegExec()
3351 } else if (exec->inputString[exec->index] != 0) { in xmlFARegExec()
3352 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); in xmlFARegExec()
3397 if (exec->inputString[exec->index] == 0) { in xmlFARegExec()
3414 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), in xmlFARegExec()
3589 exec->inputString = NULL; in xmlRegNewExecCtxt()
4510 ((exec->inputString[exec->index] != 0) ||
4518 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL))
4547 } else if (exec->inputString[exec->index] != 0) {
4548 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4571 if (exec->inputString[exec->index] == 0) {
4588 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),