Home
last modified time | relevance | path

Searched refs:study (Results 1 – 18 of 18) sorted by relevance

/PHP-7.2/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c83 const pcre_study_data *study = NULL; in pcre_fullinfo() local
88 study = (const pcre_study_data *)extra_data->study_data; in pcre_fullinfo()
114 *((size_t *)where) = (study == NULL)? 0 : study->size; in pcre_fullinfo()
159 (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0)? in pcre_fullinfo()
165 (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0)? in pcre_fullinfo()
166 (int)(study->minlength) : -1; in pcre_fullinfo()
H A Dpcre_study.c1466 pcre_study_data *study; in pcre_study() local
1580 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study()
1582 extra->study_data = study; in pcre_study()
1584 study->size = sizeof(pcre_study_data); in pcre_study()
1585 study->flags = 0; in pcre_study()
1593 study->flags |= PCRE_STUDY_MAPPED; in pcre_study()
1594 memcpy(study->start_bits, start_bits, sizeof(start_bits)); in pcre_study()
1596 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
1617 study->flags |= PCRE_STUDY_MINLEN; in pcre_study()
1618 study->minlength = min; in pcre_study()
[all …]
H A Dpcre_exec.c6385 const pcre_study_data *study; in pcre_exec() local
6503 study = NULL; in pcre_exec()
6518 study = (const pcre_study_data *)extra_data->study_data; in pcre_exec()
6714 if (!startline && study != NULL && in pcre_exec()
6715 (study->flags & PCRE_STUDY_MAPPED) != 0) in pcre_exec()
6716 start_bits = study->start_bits; in pcre_exec()
6857 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_exec()
6858 (pcre_uint32)(end_subject - start_match) < study->minlength) in pcre_exec()
H A Dpcre_jit_compile.c10810 pcre_study_data *study; in PRIV() local
10830 study = extra->study_data; in PRIV()
10844 common->might_be_empty = study->minlength == 0; in PRIV()
11076 else if (study != NULL && (study->flags & PCRE_STUDY_MAPPED) != 0) in PRIV()
11077 fast_forward_start_bits(common, study->start_bits); in PRIV()
11083 if (mode == JIT_COMPILE && study->minlength > 0 && (re->options & PCRE_NO_START_OPTIMIZE) == 0) in PRIV()
11086 OP2(SLJIT_ADD, TMP2, 0, STR_PTR, 0, SLJIT_IMM, IN_UCHARS(study->minlength)); in PRIV()
H A DChangeLog414 segfault at study time (while trying to find the minimum matching length).
1586 19. If the /S+ option was used in pcretest to study a pattern using JIT,
1606 26. If study data was being save in a file and studying had not found a set of
1809 synonym of -m (show memory usage). I have changed it to mean "force study
1815 "never study" - see 20 below).
2579 study optimizations had never been tested with that matching function.
4596 the character tables forced to be NULL. The study data, if any, is
4755 pcretest, it used to include the size of the study block as part of its
5241 the actual study data pointed to by the study_data field, and the
5724 2. Put dummy code into study.c in order to trick the optimizer of the IBM C
[all …]
H A DNEWS305 full match is available. The "study" process has been enhanced by finding a
H A DREADME688 tests that are marked "never study" (see the pcretest program for how this is
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dtestoutput21-167 No study data
H A Dtestoutput21-327 No study data
H A Dtestoutput14375 No study data
381 No study data
H A Dtestoutput1212 JIT study was successful
21 JIT study was not successful
31 JIT study was not successful
40 JIT study was not successful
49 JIT study was successful
178 JIT study was successful
H A Dtestinput14714 /--- Force no study, otherwise mark is not seen. The studied version is in
4749 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
H A Dtestoutput86217 No study data
6229 No study data
H A Dtestoutput25648 No study data
5683 No study data
5720 No study data
5759 No study data
H A Dtestoutput17871 /--- Force no study, otherwise mark is not seen. The studied version is in
7917 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
/PHP-7.2/ext/pcre/pcrelib/doc/
H A Dpcre.txt328 tions from just one library. For example, if you want to study a pat-
330 pcre16_study(), not pcre_study(), and you must free the study data with
660 want to study a pattern that was compiled with pcre32_compile(), you
662 study data with pcre32_free_study().
2521 the results of the study.
2553 study time. Not all patterns can be optimized by the JIT compiler. For
3090 NULL, /* we didn't study the pattern */
4117 NULL, /* we didn't study the pattern */
8397 like this to free the study data:
8593 result of a successful study with PCRE_STUDY_JIT_COMPILE etc.
[all …]
/PHP-7.2/win32/
H A Dinstall.txt276 In addition to reading these, study the ini settings and set every
/PHP-7.2/ext/standard/tests/misc/
H A Dbrowscap.ini163 [Mozilla/4.0 (compatible; Yahoo Japan; for robot study; kasugiya)]
365 [Mozilla/4.0 (compatible; Y!J; for robot study*)]

Completed in 258 milliseconds