Lines Matching refs:PARSE_FAIL
165 PARSE_FAIL(p, in start_notification_elem()
191 PARSE_FAIL(p, "parse failed - non conforming " in start_notification_elem()
195 PARSE_FAIL(p, "parse failed - incomplete " in start_notification_elem()
211 PARSE_FAIL(p, "parse failed - exited notification " in end_notification_elem()
216 PARSE_FAIL(p, "parse failed - delta list has holes"); in end_notification_elem()
226 PARSE_FAIL(p, in start_snapshot_elem()
242 PARSE_FAIL(p, "parse failed - non conforming " in start_snapshot_elem()
246 PARSE_FAIL(p, "parse failed - incomplete snapshot attributes"); in start_snapshot_elem()
257 PARSE_FAIL(p, "parse failed - exited snapshot " in end_snapshot_elem()
272 PARSE_FAIL(p, "parse failed - entered delta " in start_delta_elem()
296 PARSE_FAIL(p, "parse failed - non conforming " in start_delta_elem()
301 PARSE_FAIL(p, "parse failed - incomplete delta attributes"); in start_delta_elem()
305 PARSE_FAIL(p, "parse failed - bad delta serial"); in start_delta_elem()
310 PARSE_FAIL(p, "parse failed - adding delta failed"); in start_delta_elem()
322 PARSE_FAIL(p, "parse failed - exited delta elem unexpectedely"); in end_delta_elem()
348 PARSE_FAIL(p, "parse failed - unexpected elem exit found"); in notification_xml_elem_start()
364 PARSE_FAIL(p, "parse failed - unexpected elem exit found"); in notification_xml_elem_end()
374 PARSE_FAIL(p, "parse failed - DOCTYPE not allowed"); in notification_doctype_handler()