Lines Matching defs:nxml

71 add_delta(struct notification_xml *nxml, const char *uri,  in add_delta()
107 check_delta(struct notification_xml *nxml) in check_delta()
158 start_notification_elem(struct notification_xml *nxml, const char **attr) in start_notification_elem()
206 end_notification_elem(struct notification_xml *nxml) in end_notification_elem()
220 start_snapshot_elem(struct notification_xml *nxml, const char **attr) in start_snapshot_elem()
252 end_snapshot_elem(struct notification_xml *nxml) in end_snapshot_elem()
263 start_delta_elem(struct notification_xml *nxml, const char **attr) in start_delta_elem()
317 end_delta_elem(struct notification_xml *nxml) in end_delta_elem()
329 struct notification_xml *nxml = data; in notification_xml_elem_start() local
354 struct notification_xml *nxml = data; in notification_xml_elem_end() local
371 struct notification_xml *nxml = data; in notification_doctype_handler() local
381 struct notification_xml *nxml; in new_notification_xml() local
402 free_delta_queue(struct notification_xml *nxml) in free_delta_queue()
412 free_notification_xml(struct notification_xml *nxml) in free_notification_xml()
427 notification_collect_deltas(struct notification_xml *nxml) in notification_collect_deltas()
459 notification_check_deltas(struct notification_xml *nxml) in notification_check_deltas()
509 notification_done(struct notification_xml *nxml, char *last_mod) in notification_done()
564 notification_get_next(struct notification_xml *nxml, char *hash, size_t hlen, in notification_get_next()
597 notification_delta_done(struct notification_xml *nxml) in notification_delta_done()
613 log_notification_xml(struct notification_xml *nxml) in log_notification_xml()