Searched refs:sz (Results 1 – 1 of 1) sorted by relevance
229 int sz = 512; in do_get() local230 unsigned char *response = xmalloc (sz); in do_get()231 int ret = res_search (name, C_IN, qtype, response, sz); in do_get()233 if (ret > sz) in do_get()236 sz = 65535; in do_get()237 unsigned char *newptr = xrealloc (response, sz); in do_get()240 ret = res_search (name, C_IN, qtype, response, sz); in do_get()242 TEST_VERIFY_EXIT (ret < sz); in do_get()
Completed in 4 milliseconds