Home | History | Annotate | Download | only in tools

Lines Matching refs:kvp

29 typedef struct kvp kvp;
90 * Key value pair struct, this represents the raw kvp values coming
93 struct kvp {
99 * Rules are made up of meta data and an associated set of kvp stored in a
459 static void free_kvp(kvp *k) {
465 * Checks a rule_map for any variation of KVP's that shouldn't be allowed.
516 static rule_map *rule_map_new(kvp keys[], size_t num_of_keys, int lineno) {
521 kvp *k = NULL;
922 kvp keys[KVP_NUM_OF_RULES];
943 memset(keys, 0, sizeof(kvp) * KVP_NUM_OF_RULES);