Searched refs:xml_id (Results 1 – 1 of 1) sorted by relevance
678 xmlChar *container = NULL, *member = NULL, *xml_id; in process_createModify_request_from_doc() local857 xml_id = xmlNodeGetContent(attr->children); in process_createModify_request_from_doc()858 if (xml_id != NULL) { in process_createModify_request_from_doc()860 atoi((const char *)xml_id); in process_createModify_request_from_doc()861 xmlFree(xml_id); in process_createModify_request_from_doc()