Home
last modified time | relevance | path

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

/NextBSD/contrib/jansson/src/
HDvalue.c426 static void array_copy(json_t **dest, size_t dpos, in array_copy() function
454 array_copy(array->table, 0, old_table, 0, array->entries); in json_array_grow()
513 array_copy(array->table, 0, old_table, 0, index); in json_array_insert_new()
514 array_copy(array->table, index + 1, old_table, index, in json_array_insert_new()
581 array_copy(array->table, array->entries, other->table, 0, other->entries); in json_array_extend()