best 284 include/crm/common/xml.h int update_validation(xmlNode **xml_blob, int *best, int max, best 103 lib/common/schemas.c static int best = 0; best 104 lib/common/schemas.c if (best == 0) { best 107 lib/common/schemas.c best = xml_latest_schema_index(); best 108 lib/common/schemas.c for (lpc = best; lpc > 0; lpc--) { best 110 lib/common/schemas.c < known_schemas[best].version.v[0]) { best 111 lib/common/schemas.c return best; best 113 lib/common/schemas.c best = lpc; best 116 lib/common/schemas.c best = xml_latest_schema_index(); best 118 lib/common/schemas.c return best; best 783 lib/common/schemas.c update_validation(xmlNode **xml_blob, int *best, int max, gboolean transform, best 792 lib/common/schemas.c CRM_CHECK(best != NULL, return -EINVAL); best 793 lib/common/schemas.c *best = 0; best 806 lib/common/schemas.c *best = lpc++; best 817 lib/common/schemas.c *best = match; best 835 lib/common/schemas.c if (*best) { best 851 lib/common/schemas.c *best = lpc; best 891 lib/common/schemas.c *best = next; best 913 lib/common/schemas.c if (*best > match && *best) { best 916 lib/common/schemas.c value ? value : "<none>", known_schemas[*best].name); best 917 lib/common/schemas.c crm_xml_add(xml, XML_ATTR_VALIDATION, known_schemas[*best].name); best 87 pengine/native.c node_t *best = NULL; best 108 pengine/native.c best = g_list_nth_data(nodes, 0); best 124 pengine/native.c } else if ((chosen->weight < 0) || (chosen->weight < best->weight)) { best 146 pengine/native.c chosen = best;