Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmlRegExecCtxtPtr

3023 xmlFARegDebugExec(xmlRegExecCtxtPtr exec) {
3039 xmlFARegExecSave(xmlRegExecCtxtPtr exec) {
3100 xmlFARegExecRollBack(xmlRegExecCtxtPtr exec) {
3137 xmlRegExecCtxtPtr exec = &execval;
3435 static void testerr(xmlRegExecCtxtPtr exec);
3449 xmlRegExecCtxtPtr
3451 xmlRegExecCtxtPtr exec;
3457 exec = (xmlRegExecCtxtPtr) xmlMalloc(sizeof(xmlRegExecCtxt));
3511 xmlRegFreeExecCtxt(xmlRegExecCtxtPtr exec) {
3542 xmlFARegExecSaveInputString(xmlRegExecCtxtPtr exec, const xmlChar *value,
3639 xmlRegCompactPushString(xmlRegExecCtxtPtr exec,
3722 xmlRegExecPushStringInternal(xmlRegExecCtxtPtr exec, const xmlChar *value,
4081 xmlRegExecPushString(xmlRegExecCtxtPtr exec, const xmlChar *value,
4099 xmlRegExecPushString2(xmlRegExecCtxtPtr exec, const xmlChar *value,
4157 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err,
4320 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg,
4345 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string,
4359 static void testerr(xmlRegExecCtxtPtr exec) {
4371 xmlRegExecPushChar(xmlRegExecCtxtPtr exec, int UCS) {