Lines Matching defs:value
287 char *value;
292 value = (char *)v->content;
296 value = NULL;
300 /* apply the list of functions on the value */
302 ParameterError err = varfunc(global, value, vlen, funcp, flen,
306 value = curlx_dyn_ptr(&buf);
310 if(value && vlen > 0) {
313 char *nb = memchr(value, '\0', vlen);
319 /* insert the value */
320 result = curlx_dyn_addn(out, value, vlen);
417 /* there is a value to use */