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

/bind-9.6-ESV-R11/contrib/query-loc-0.4.0/
H A Dloc.c313 u_char *tmp_cp = cp; /* temporary version of cp */ local
316 tmp_cp += skipName (tmp_cp, endOfMsg);
322 GETSHORT (*type, tmp_cp);
323 GETSHORT (*class, tmp_cp);
324 GETLONG (*ttl, tmp_cp);
325 GETSHORT (*dlen, tmp_cp);
327 return (tmp_cp - cp);

Completed in 14 milliseconds