Lines Matching defs:exec
32950 xmlRegExecCtxtPtr exec; /* a regexp execution context generating an error */
32970 exec = gen_xmlRegExecCtxtPtr(n_exec, 0);
32977 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
32980 des_xmlRegExecCtxtPtr(n_exec, exec, 0);
33019 xmlRegExecCtxtPtr exec; /* a regexp execution context */
33036 exec = gen_xmlRegExecCtxtPtr(n_exec, 0);
33042 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33045 des_xmlRegExecCtxtPtr(n_exec, exec, 0);
33081 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33092 exec = gen_xmlRegExecCtxtPtr(n_exec, 0);
33096 ret_val = xmlRegExecPushString(exec, (const xmlChar *)value, data);
33099 des_xmlRegExecCtxtPtr(n_exec, exec, 0);
33129 xmlRegExecCtxtPtr exec; /* a regexp execution context or NULL to indicate the end */
33143 exec = gen_xmlRegExecCtxtPtr(n_exec, 0);
33148 ret_val = xmlRegExecPushString2(exec, (const xmlChar *)value, (const xmlChar *)value2, data);
33151 des_xmlRegExecCtxtPtr(n_exec, exec, 0);