Lines Matching refs:name
48 h->name = hs->name;
62 const char *name,
75 if(!name || !hout || !data ||
89 if(strcasecompare(hs->name, name) &&
108 if(strcasecompare(hs->name, name) &&
119 /* this is the name we want */
170 /* count number of occurrences of this name within the mask and figure out
174 if(strcasecompare(hs->name, check->name) &&
188 char **name, char **value)
192 *name = header;
200 /* Find the end of the header name */
228 size_t oalloc; /* length of the old name + value + separator */
251 /* new size = struct + new value length + old name+value length */
255 /* ->name' and ->value point into ->buffer (to keep the header allocation
258 newhs->name = newhs->buffer;
281 char *name = NULL;
322 result = namevalue(hs->buffer, hlen, type, &name, &value);
324 hs->name = name;
368 const char *name,
375 (void)name;