Lines Matching refs:inputString
340 const xmlChar *inputString; /* when operating on characters */ member
3084 printf(": %s", &(exec->inputString[exec->index])); in xmlFARegDebugExec()
3194 exec->inputString = content; in xmlFARegExec()
3218 ((exec->inputString[exec->index] != 0) || in xmlFARegExec()
3232 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL)) { in xmlFARegExec()
3281 } else if (exec->inputString[exec->index] != 0) { in xmlFARegExec()
3282 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len); in xmlFARegExec()
3327 if (exec->inputString[exec->index] == 0) { in xmlFARegExec()
3344 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), in xmlFARegExec()
3519 exec->inputString = NULL; in xmlRegNewExecCtxt()
4439 ((exec->inputString[exec->index] != 0) ||
4447 if ((exec->inputString[exec->index] == 0) && (exec->counts == NULL))
4476 } else if (exec->inputString[exec->index] != 0) {
4477 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]), len);
4500 if (exec->inputString[exec->index] == 0) {
4517 codepoint = CUR_SCHAR(&(exec->inputString[exec->index]),