Searched refs:ELEMENT_VOLUMEREQUEST (Results 1 – 3 of 3) sorted by relevance
265 doc, NULL, (xmlChar *)ELEMENT_VOLUMEREQUEST, NULL); in create_volume_request_XML()1064 *root = ELEMENT_VOLUMEREQUEST; in get_volume_request_or_config()1068 ELEMENT_VOLUMEREQUEST, in get_volume_request_or_config()1417 if (strcmp(root, ELEMENT_VOLUMEREQUEST) == 0) { in main()
61 #define ELEMENT_VOLUMEREQUEST "volume-request" macro
452 doc, ELEMENT_VOLUMEREQUEST, VOLUME_REQUEST_DTD_LOC)) == 0) { in xml_to_request()