Lines Matching refs:value
195 attribute and value encodings. */
206 /* In most cases the value comes right after the encoding bytes. */
207 const char *value = &data[2];
236 value += strlen (&data[1]) + 1;
250 size_t bytes = namesz - (value - name);
253 val = *(unsigned char *) value;
255 val = read_2ubyte_unaligned (&dbg, value);
257 val = read_4ubyte_unaligned (&dbg, value);
259 val = read_8ubyte_unaligned (&dbg, value);
266 printf ("\"%s\"", value);