/*
- * Copyright (C) 1998-2017 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1998-2018 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
return (ISC_R_NOSPACE);
*tp++ = '"';
tl--;
+ POST(tl);
}
isc_buffer_add(target, (unsigned int)(tp - (char *)region.base));
isc_region_consume(source, *source->base + 1);
return (ISC_R_NOSPACE);
*tp++ = '"';
tl--;
+ POST(tl);
isc_buffer_add(target, (unsigned int)(tp - (char *)region.base));
return (ISC_R_SUCCESS);
}
./lib/dns/rbtdb64.c C 1999,2000,2001,2004,2005,2007,2016
./lib/dns/rbtdb64.h C 1999,2000,2001,2004,2005,2007,2016
./lib/dns/rcode.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./lib/dns/rdata.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./lib/dns/rdata.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017,2018
./lib/dns/rdata/any_255/tsig_250.c C 1999,2000,2001,2002,2003,2004,2005,2007,2009,2011,2012,2015,2016,2017
./lib/dns/rdata/any_255/tsig_250.h C 1999,2000,2001,2004,2005,2007,2016
./lib/dns/rdata/ch_3/a_1.c C 2005,2007,2009,2014,2015,2016,2017