Home
last modified time | relevance | path

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

/PHP-5.3/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.c1343 pcre_study_data *study; in pcre_study() local
1456 study = (pcre_study_data *)((char *)extra + sizeof(PUBL(extra))); in pcre_study()
1458 extra->study_data = study; in pcre_study()
1460 study->size = sizeof(pcre_study_data); in pcre_study()
1461 study->flags = 0; in pcre_study()
1469 study->flags |= PCRE_STUDY_MAPPED; in pcre_study()
1470 memcpy(study->start_bits, start_bits, sizeof(start_bits)); in pcre_study()
1472 else memset(study->start_bits, 0, 32 * sizeof(pcre_uint8)); in pcre_study()
1493 study->flags |= PCRE_STUDY_MINLEN; in pcre_study()
1494 study->minlength = min; in pcre_study()
[all …]
H A Dpcre_exec.c6269 const pcre_study_data *study; in pcre_exec() local
6387 study = NULL; in pcre_exec()
6400 study = (const pcre_study_data *)extra_data->study_data; in pcre_exec()
6588 if (!startline && study != NULL && in pcre_exec()
6589 (study->flags & PCRE_STUDY_MAPPED) != 0) in pcre_exec()
6590 start_bits = study->start_bits; in pcre_exec()
6741 if (study != NULL && (study->flags & PCRE_STUDY_MINLEN) != 0 && in pcre_exec()
6742 (pcre_uint32)(end_subject - start_match) < study->minlength) in pcre_exec()
H A DChangeLog464 19. If the /S+ option was used in pcretest to study a pattern using JIT,
484 26. If study data was being save in a file and studying had not found a set of
687 synonym of -m (show memory usage). I have changed it to mean "force study
691 study enabled, and thereby test pcre_study() more easily. All the standard
693 "never study" - see 20 below).
1457 study optimizations had never been tested with that matching function.
3473 the character tables forced to be NULL. The study data, if any, is
3632 pcretest, it used to include the size of the study block as part of its
4118 the actual study data pointed to by the study_data field, and the
4601 2. Put dummy code into study.c in order to trick the optimizer of the IBM C
[all …]
H A DNEWS179 full match is available. The "study" process has been enhanced by finding a
H A DREADME633 tests that are marked "never study" (see the pcretest program for how this is
/PHP-5.3/ext/pcre/pcrelib/doc/
H A Dpcre.txt311 tions from just one library. For example, if you want to study a pat-
313 pcre16_study(), not pcre_study(), and you must free the study data with
641 want to study a pattern that was compiled with pcre32_compile(), you
643 study data with pcre32_free_study().
2415 the results of the study.
2447 study time. Not all patterns can be optimized by the JIT compiler. For
2956 NULL, /* we didn't study the pattern */
3952 NULL, /* we didn't study the pattern */
7879 like this to free the study data:
8069 result of a successful study with PCRE_STUDY_JIT_COMPILE etc.
[all …]
/PHP-5.3/ext/pcre/pcrelib/testdata/
H A Dtestinput14726 /--- Force no study, otherwise mark is not seen. The studied version is in
4761 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
H A Dtestoutput25608 No study data
5643 No study data
5680 No study data
5719 No study data
H A Dtestoutput17882 /--- Force no study, otherwise mark is not seen. The studied version is in
7928 /--- Don't loop! Force no study, otherwise mark is not seen. ---/
H A Dtestoutput86447 No study data
6459 No study data
/PHP-5.3/win32/
H A Dphp5dll.dsp819 SOURCE=..\ext\pcre\pcrelib\study.c
H A Dinstall.txt413 In addition to reading these, study the ini settings and set every
/PHP-5.3/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 262 milliseconds