Searched refs:value_copy (Results 1 - 9 of 9) sorted by path

/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-lang.c796 value_copy (val));
1123 return value_cast (arrType, value_copy (desc_data (arr)));
1622 val = value_copy (toval);
1679 value_copy (arr));
6761 value_as_double (value_cast (builtin_type_double, value_copy (arg)));
H A Dbreakpoint.c1911 tmp->old_val = value_copy (bs->old_val);
H A Dc-valprint.c527 temparg=value_copy(val);
H A Dcp-valprint.c783 struct value *vf = value_copy (v);
H A Dvalops.c558 val = value_copy (VALUE_INTERNALVAR (toval)->value);
762 val = value_copy (toval);
890 arg2 = value_copy (arg1);
H A Dvalue.h554 extern struct value *value_copy (struct value *);
H A Dvalues.c217 value_copy (struct value *arg)
324 return value_copy (chunk->values[absnum % VALUE_HISTORY_CHUNK]);
431 val = value_copy (var->value);
457 newval = value_copy (val);
216 value_copy (struct value *arg) function
/freebsd-11-stable/contrib/serf/buckets/
H A Dheaders_buckets.c80 const char *value, apr_size_t value_size, int value_copy)
107 if (value_copy) {
77 serf_bucket_headers_setx( serf_bucket_t *bkt, const char *header, apr_size_t header_size, int header_copy, const char *value, apr_size_t value_size, int value_copy) argument
/freebsd-11-stable/contrib/serf/
H A Dserf_bucket_types.h398 * @a value_copy is set. If the values are not copied, then they should
405 * behave as if @a value_copy were true and @a header_copy false.
414 int value_copy);

Completed in 181 milliseconds