Lines Matching full:value_pair
25 const struct value_pair *vp1 = p1;
26 const struct value_pair *vp2 = p2;
31 static void posval_sort(struct fio_option *o, struct value_pair *vpmap)
33 const struct value_pair *vp;
36 memset(vpmap, 0, PARSE_MAX_VP * sizeof(struct value_pair));
46 qsort(vpmap, entries, sizeof(struct value_pair), vp_cmp);
76 const struct value_pair *vp = &o->posval[i];
394 static int str_match_len(const struct value_pair *vp, const char *str)
418 const struct value_pair *vp;
419 struct value_pair posval[PARSE_MAX_VP];