Home
last modified time | relevance | path

Searched refs:study_data (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/ext/pcre/pcrelib/
H A Dpcre_fullinfo.c86 study = (const pcre_study_data *)extra_data->study_data; in pcre_fullinfo()
158 ((const pcre_study_data *)extra_data->study_data)->start_bits : NULL; in pcre_fullinfo()
H A Dpcre.h378 void *study_data; /* Opaque data from pcre_study() */ member
391 void *study_data; /* Opaque data from pcre_study() */ member
404 void *study_data; /* Opaque data from pcre_study() */ member
H A Dpcre_study.c1580 extra->study_data = study; in pcre_study()
H A Dpcre_exec.c6516 study = (const pcre_study_data *)extra_data->study_data; in pcre_exec()
H A DChangeLog5043 study_data opaque data from pcre_study()
5055 the actual study data pointed to by the study_data field, and the
5072 returns the size of the data block pointed to by the study_data field in a
H A Dpcre_jit_compile.c9819 study = extra->study_data; in PRIV()
/PHP-7.1/ext/pcre/pcrelib/doc/
H A Dpcre.txt2521 pointer to a pcre_extra block, in which the study_data field points to
3009 pointed to by the study_data field in a pcre_extra block. If pcre_extra
3011 ment should point to a size_t variable. The study_data field is set by
3014 study_data block is private, but its length is made available via this
3108 void *study_data;
3133 Other flag bits should be set to zero. The study_data field and some-
9276 the pcreapi documentation. The study_data field points to the binary
9309 your own pcre[16|32]_extra data block and set the study_data field to

Completed in 105 milliseconds