Searched refs:add_value (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dconfig_file.c99 svn_config__add_value_fn add_value;
112 ctor->add_value = add_value_callback;
172 add_value(parse_context_t *ctx, svn_boolean_t *stop)
174 if (ctx->constructor->add_value)
176 svn_error_t *err = ctx->constructor->add_value(
433 SVN_ERR(add_value(ctx, &stop));
97 svn_config__add_value_fn add_value; member in struct:svn_config__constructor_t
170 add_value(parse_context_t *ctx, svn_boolean_t *stop) function
/freebsd-13-stable/usr.bin/dtc/
H A Dfdt.cc1300 p->add_value(v);
1306 p->add_value(v);
1880 prop->add_value(v);
2053 prop->add_value(v);
2078 prop->add_value(v);
2158 prop->add_value(pv);
2167 prop->add_value(pv);
H A Dfdt.hh376 inline void add_value(property_value v) function in class:dtc::fdt::property
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlstrlib.c715 static void add_value (MatchState *ms, luaL_Buffer *b, const char *s, function
775 add_value(&ms, &b, src, e, tr);
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar.c353 static int add_value(struct archive_read *, struct huffman_code *, int, int,
2479 if (add_value(a, code, j, codebits, i) != ARCHIVE_OK)
2493 add_value(struct archive_read *a, struct huffman_code *code, int value, function
/freebsd-13-stable/contrib/lua/src/
H A Dlstrlib.c903 static int add_value (MatchState *ms, luaL_Buffer *b, const char *s, function
964 changed = add_value(&ms, &b, src, e, tr) | changed;

Completed in 327 milliseconds