Lines Matching refs:strptr
60 const unsigned char *strptr; in ares_parse_txt_reply() local
145 strptr = aptr; in ares_parse_txt_reply()
146 while (strptr < (aptr + rr_len)) in ares_parse_txt_reply()
148 substr_len = (unsigned char)*strptr; in ares_parse_txt_reply()
150 strptr += substr_len + 1; in ares_parse_txt_reply()
163 strptr = aptr; in ares_parse_txt_reply()
164 while (strptr < (aptr + rr_len)) in ares_parse_txt_reply()
166 substr_len = (unsigned char)*strptr; in ares_parse_txt_reply()
167 strptr++; in ares_parse_txt_reply()
168 memcpy ((char *) txt_curr->txt + str_len, strptr, substr_len); in ares_parse_txt_reply()
170 strptr += substr_len; in ares_parse_txt_reply()