Searched refs:new (Results 276 - 300 of 2011) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/udhcpd/
H A Doptions.c218 struct option_set *existing, *new, **curr; local
230 } /* else, ignore the new data */
234 /* make a new option */
235 new = malloc(sizeof(struct option_set));
236 new->data = malloc(length + 2);
237 new->data[OPT_CODE] = option->code;
238 new->data[OPT_LEN] = length;
239 memcpy(new->data + 2, buffer, length);
245 new->next = *curr;
246 *curr = new;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest--no-content-disposition-trivial.px48 my $the_test = HTTPTest->new (name => "Test--no-content-disposition-trivial",
H A DTest--no-content-disposition.px49 my $the_test = HTTPTest->new (name => "Test--no-content-disposition",
H A DTest--spider-fail.px45 my $the_test = HTTPTest->new (name => "Test--spider-fail",
H A DTest--spider.px45 my $the_test = HTTPTest->new (name => "Test--spider",
H A DTest-HTTP-Content-Disposition.px49 my $the_test = HTTPTest->new (name => "Test-HTTP-Content-Disposition",
H A DTest-N-current.px57 my $the_test = HTTPTest->new (name => "Test-N-current",
H A DTest-N-no-info.px55 my $the_test = HTTPTest->new (name => "Test-N-current",
H A DTest-N-old.px55 my $the_test = HTTPTest->new (name => "Test-N-old",
H A DTest-N-smaller.px58 my $the_test = HTTPTest->new (name => "Test-N-current",
H A DTest-Restrict-Lowercase.px48 my $the_test = HTTPTest->new (name => "Test-Restrict-Lowercase",
H A DTest-Restrict-Uppercase.px48 my $the_test = HTTPTest->new (name => "Test-Restrict-Uppercase",
H A DTest-c-partial.px59 my $the_test = HTTPTest->new (name => "Test-c-partial",
H A DTest-c-shorter.px56 my $the_test = HTTPTest->new (name => "Test-c-partial",
H A DTest-cookies.px51 my $the_test = HTTPTest->new (name => "Test-cookies",
H A DTest-ftp-bad-list.px59 my $the_test = FTPTest->new (name => "Test-ftp-bad-list",
H A DTest-ftp-iri-disabled.px44 my $the_test = FTPTest->new (name => "Test-ftp-iri",
H A DTest-ftp-iri-fallback.px40 my $the_test = FTPTest->new (name => "Test-ftp-iri",
H A DTest-ftp-iri-recursive.px40 my $the_test = FTPTest->new (name => "Test-ftp-iri-recursive",
H A DTest-ftp-iri.px41 my $the_test = FTPTest->new (name => "Test-ftp-iri",
H A DTest-ftp-recursive.px47 my $the_test = FTPTest->new (name => "Test-ftp-recursive",
H A DTest-idn-cmd.px44 my $the_test = HTTPTest->new (name => "Test-idn-cmd",
H A DTest-idn-headers.px59 my $the_test = HTTPTest->new (name => "Test-idn-headers",
H A DTest-idn-meta.px60 my $the_test = HTTPTest->new (name => "Test-idn-meta",
H A DTest-noop.px49 my $the_test = HTTPTest->new (name => "Test-noop",

Completed in 102 milliseconds

<<11121314151617181920>>