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

/freebsd-11-stable/contrib/ldns/
H A Dradix.c1002 uint8_t* str_to_add = key + pos; local
1005 if (ldns_radix_str_is_prefix(str_to_add, strlen_to_add,
1034 memcpy(dup_str, str_to_add, strlen_to_add);
1059 str_to_add, strlen_to_add)) {
1075 str_to_add, strlen_to_add, &split_str,
1082 str_to_add[array->len])) {
1090 add->parent_index = str_to_add[array->len] -
1112 str_to_add, strlen_to_add);
1128 str_to_add, strlen_to_add, &s2, &l2)) {
1141 memcpy(common_str, str_to_add, common_le
[all...]

Completed in 53 milliseconds