Lines Matching refs:name
52 unsigned char name[]; /* Without terminating NUL. */ member
75 = xmalloc (offsetof (struct compressed_name, name) + length); in allocate_compressed_name()
78 memcpy (result->name, encoded, length); in allocate_compressed_name()
105 const unsigned char *nameleft = crleft->name; in compare_compressed_name()
106 const unsigned char *nameright = crright->name; in compare_compressed_name()
250 const char *name, uint16_t class, uint16_t type) in resolv_response_add_question() argument
259 resolv_response_add_name (b, name); in resolv_response_add_question()
276 for (const unsigned char *name = encoded_name; ;) in resolv_response_add_name() local
278 if (*name == '\0') in resolv_response_add_name()
297 = allocate_compressed_name (name, b->offset); in resolv_response_add_name()
347 unsigned int len = 1 + *name; in resolv_response_add_name()
348 resolv_response_add_data (b, name, len); in resolv_response_add_name()
349 name += len; in resolv_response_add_name()
356 const char *name, in resolv_response_open_record() argument
364 resolv_response_add_name (b, name); in resolv_response_open_record()