Searched defs:terminal (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlregexp.c3149 * If end of input on non-terminal state, rollback, however we may
3746 * End of input on non-terminal state, rollback, however we may
4127 * @terminal: return value if this was a terminal state
4137 xmlChar **values, int *terminal) {
4160 if (terminal != NULL) {
4163 *terminal = 1;
4165 *terminal = 0;
4191 if (terminal != NULL) {
4193 *terminal
4135 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4298 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4323 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4342 int terminal; local
[all...]
H A Dxmlschemas.c25943 int terminal, nbval = 10, nbneg; local
25968 &nbval, &nbneg, &values[0], &terminal);
26458 int terminal, nbval = 10, nbneg; local
26526 &values[0], &terminal);
H A Dtestapi.c32960 int * terminal; /* return value if this was a terminal state */ local
32975 terminal = gen_int_ptr(n_terminal, 5);
32977 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
32985 des_int_ptr(n_terminal, terminal, 5);
33027 int * terminal; /* return value if this was a terminal state */ local
33040 terminal = gen_int_ptr(n_terminal, 4);
33042 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33049 des_int_ptr(n_terminal, terminal,
[all...]
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djaxws-rt.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ com/ com/sun/ com/sun/xml/ ...

Completed in 246 milliseconds