Home | History | Annotate | Download | only in tools

Lines Matching refs:SEARCH

139 #define SEARCH          0x100 /* Search IDAT compression options */
172 /* Overall compression control. The order controls the search order for
173 * 'all'. Since the search is for the smallest the order used is low memory
191 /* This controls the order of search. */
283 png_byte search; /* Search on --search */
300 S(search, SEARCH)
314 # define VL(oname, name, type, search)\
315 { oname, type, search, VLSIZE(name), VLNAME(name) },
316 # define VLO(oname, name, search) VL(oname, name, OPTION, search)
319 # define VLCIDAT(name) VLO(#name, name, 1/*search*/)
321 # define VLCiCCP(name) VLO("ICC-profile-" #name, name, 0/*search*/)
331 # define VLCzTXt(name) VLO("text-" #name, name, 0/*search*/)
360 # define VLL(name, search) VL(#name, name, LIST, search)
826 push_opt(struct display *dp, unsigned int sp, png_byte opt, int search)
856 if (search && entry_name == range_lo) /* search this range */
878 /* This works for the search case too; if the range has only one entry 'end'
914 int search = 0;
933 * is indicated by hi < lo on the stack, otherwise the range being search
947 search = 1; /* end is determined here */
1037 * the search and set 'val' to lo+2.
1126 if (!search && opt_list_end(dp, opt, entry)) /* end of list */
1161 advance_opt(struct display *dp, png_byte opt, int search)
1188 push_opt(dp, sp, opt, search); /* This sets tsp to sp+1 */
1238 (void)advance_opt(dp, opt, 0/*do not search; iterate*/);
1259 /* As above except that if the option was not set try a search */
1263 int record = options[opt].search;
1267 * which will override the built in search:
1272 else if (!record) /* not a search option */
1279 if (opt == istrat) /* search all strategies */
1289 (void)advance_opt(dp, opt, 1/*search*/), record=0;
1294 /* Changing windowBits for strategies that do not search the window is
1295 * pointless. Huffman-only does not search, RLE only searches backwards
1306 (void)advance_opt(dp, opt, 1/*search*/), record=0;
1920 /* Like set_compression below but use a more restricted search than 'all' */
2035 if (dp->options & SEARCH)
2102 /* If wb == 8 then any search has been restricted to just one windowBits
2115 * search operation on a range the range values are tested out of order. In
2157 /* Log, and reset, the search so far: */