Home | History | Annotate | Download | only in base

Lines Matching full:recursive

2205                                       bool recursive) {
2223 // Recursive copy.
2224 if (recursive && info->ai_next)
2225 copy->ai_next = CreateCopyOfAddrinfo(info->ai_next, recursive);
2244 // Recursive free.