Searched refs:xmlRegExecGetValues (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c4182 * xmlRegExecGetValues:
4196 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, function
4361 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4394 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));
/external/libxml2/
H A Dxmlregexp.c4192 * xmlRegExecGetValues:
4206 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, function
4371 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4404 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));

Completed in 46 milliseconds