Home | History | Annotate | Download | only in dist

Lines Matching refs:study

1113 /* JIT study options for -s+n and /S+n where '1' <= n <= '7'. */
2405 study study data
2413 new_info(pcre *re, pcre_extra *study, int option, void *ptr)
2419 rc = pcre32_fullinfo((pcre32 *)re, (pcre32_extra *)study, option, ptr);
2425 rc = pcre16_fullinfo((pcre16 *)re, (pcre16_extra *)study, option, ptr);
2431 rc = pcre_fullinfo(re, study, option, ptr);
2487 regex data block and the study block. In 16-bit mode this also flips relevant
2507 /* Always flip the bytes in the main data block and study blocks. */
2688 /* Always flip the bytes in the main data block and study blocks. */
3587 /* Now see if there is any following study data. */
3611 fprintf(outfile, "Study data loaded from %s\n", p);
3614 else fprintf(outfile, "No study data\n");
4092 /* If -s or /S was present, study the regex to generate additional info to
4113 fprintf(outfile, " Study time %.4f milliseconds\n",
4119 fprintf(outfile, "Failed to study: %s\n", error);
4326 /* Don't output study size; at present it is in any case a fixed
4329 flipped.) If study was forced by an external -s, don't show this
4337 fprintf(outfile, "Study returned NULL\n");
4390 fprintf(outfile, "JIT study was successful\n");
4393 fprintf(outfile, "JIT study was not successful\n");
4404 the study length, in big-endian order. */
4436 /* If there is study data, write it. */
4446 else fprintf(outfile, "Study data written to %s\n", to_file);
5704 fprintf(outfile, "Total study time %.4f milliseconds\n",