new_buf 198 source3/libaddns/dnsmarshall.c struct dns_buffer new_buf; new_buf 204 source3/libaddns/dnsmarshall.c new_buf = *buf; new_buf 205 source3/libaddns/dnsmarshall.c new_buf.offset = len & 0x3f; new_buf 206 source3/libaddns/dnsmarshall.c new_buf.offset <<= 8; new_buf 207 source3/libaddns/dnsmarshall.c new_buf.offset |= low; new_buf 209 source3/libaddns/dnsmarshall.c dns_unmarshall_label(mem_ctx, level+1, &new_buf, plabel); new_buf 210 source3/libaddns/dnsmarshall.c buf->error = new_buf.error;