Lines Matching defs:value
142 fprintf(stderr, "The value of 'headers' key must be an array at %d\n", seq);
152 json_t *value;
155 fprintf(stderr, "bad formatted name/value pair object at %d\n", seq);
159 json_object_foreach(nv_pair, name, value) {
163 if (!json_is_string(value)) {
164 fprintf(stderr, "value is not string at %d\n", seq);
168 nva[i].value = (uint8_t *)json_string_value(value);
169 nva[i].valuelen = strlen(json_string_value(value));
281 nv.value = (uint8_t *)strdup(val);
296 free(nv.value);
318 compression context is used. The value of "cases" key contains the
321 is a JSON object and it must have at least "headers" key. Its value
322 is an array of a JSON object containing exactly one name/value pair.
365 specification, this value is denoted by
407 fprintf(stderr, "-s: Bad option value\n");
417 fprintf(stderr, "-S: Bad option value\n");