Home
last modified time | relevance | path

Searched refs:cast_string_realloc (Results 1 – 1 of 1) sorted by relevance

/dports/net/libyang/libyang-1.0.240/src/
H A Dxpath.c338 cast_string_realloc(struct ly_ctx *ctx, uint16_t needed, char **str, uint16_t *used, uint16_t *size) in cast_string_realloc() function
380 if (cast_string_realloc(local_mod->ctx, 1, str, used, size)) { in cast_string_recursive()
394 if (cast_string_realloc(local_mod->ctx, 1, str, used, size)) { in cast_string_recursive()
416 … if (cast_string_realloc(local_mod->ctx, indent * 2 + strlen(value_str) + 1, str, used, size)) { in cast_string_recursive()
473 … if (cast_string_realloc(local_mod->ctx, indent * 2 + strlen(line) + 1, str, used, size)) { in cast_string_recursive()
496 if (cast_string_realloc(local_mod->ctx, 1, str, used, size)) { in cast_string_recursive()