| 1988 | return rc; |
| 1989 | } |
| 1990 | static int my_xpath_parse_PathExpr(MY_XPATH *xpath) |
| 1991 | { |
| 1992 | return my_xpath_parse_LocationPath(xpath) || |
| 1993 | my_xpath_parse_FilterExpr_opt_slashes_RelativeLocationPath(xpath); |
| 1994 | } |
| 1995 | |
| 1996 | |
| 1997 |
no test coverage detected