Searched refs:ignore_length (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dhash-table.h31 - if !ignore_length - if their _allchars_length are the same. */
38 ignore_length determines a detail in the comparison function. */
39 Hash_Table (unsigned int size, bool ignore_length);
H A Dhash-table.cc41 Hash_Table::Hash_Table (unsigned int size, bool ignore_length) argument
42 : _ignore_length (ignore_length),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/src/
H A Doptions.h39 bool ignore_length; /* Do we heed content-length at all? */ member in struct:options
H A Dhttp.c1445 !opt.http_keep_alive || opt.ignore_length || proxy != NULL;
1854 if (!opt.ignore_length
2275 opt.ignore_length ? _("ignored") : _("unspecified"));
H A Dinit.c176 { "ignorelength", &opt.ignore_length, cmd_boolean },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwavdec.c55 int ignore_length; member in struct:WAVDemuxContext
523 if (wav->ignore_length)
590 { "ignore_length", "Ignore length", OFFSET(ignore_length), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, DEC },

Completed in 78 milliseconds