Lines Matching defs:exec
264 xmlRegExecCtxtPtr exec; /* regexp runtime */
299 ctxt->vstateTab[ctxt->vstateNr].exec =
302 ctxt->vstateTab[ctxt->vstateNr].exec = NULL;
322 xmlRegFreeExecCtxt(ctxt->vstateTab[ctxt->vstateNr].exec);
324 ctxt->vstateTab[ctxt->vstateNr].exec = NULL;
5178 xmlRegExecCtxtPtr exec;
5186 exec = xmlRegNewExecCtxt(elemDecl->contModel, NULL, NULL);
5187 if (exec != NULL) {
5223 ret = xmlRegExecPushString(exec, fullname, NULL);
5227 ret = xmlRegExecPushString(exec, cur->name, NULL);
5244 ret = xmlRegExecPushString(exec, NULL, NULL);
5246 xmlRegFreeExecCtxt(exec);
5700 if (state->exec != NULL) {
5701 ret = xmlRegExecPushString(state->exec, qname, NULL);
5825 if (state->exec != NULL) {
5826 ret = xmlRegExecPushString(state->exec, NULL, NULL);