Lines Matching refs:version

984        in the same version of  the  library.  Consequently,  --enable-utf  and
1117 If you want to build a version of PCRE that works this way, add
1258 an unmodified distribution version of readline is in use), some extra
1288 If your C compiler is gcc, you can build a version of PCRE that can
1290 must install lcov version 1.6 or above. Then specify
1796 string containing the version of PCRE and its date of release.
1894 lar expression with one version of PCRE for use with a different ver-
1918 to the 8-bit version of this function, pcre_config(). If it is given to
1919 the 16-bit or 32-bit version of this function, the result is
1926 to the 16-bit version of this function, pcre16_config(). If it is given
1927 to the 8-bit or 32-bit version of this function, the result is
1934 to the 32-bit version of this function, pcre32_config(). If it is given
1935 to the 8-bit or 16-bit version of this function, the result is
2448 32 this version of PCRE is compiled without UTF support
2486 67 this version of PCRE is not compiled with Unicode property
2693 library at version 8.30, after more than 10 years of obsolescence.
2834 available in this version of PCRE, or that the pattern was not studied
3116 In the 16-bit version of this structure, the mark field has type
3119 In the 32-bit version of this structure, the mark field has type
4415 int version;
4418 const char *subject; (8-bit version)
4419 PCRE_SPTR16 subject; (16-bit version)
4420 PCRE_SPTR32 subject; (32-bit version)
4429 const unsigned char *mark; (8-bit version)
4430 const PCRE_UCHAR16 *mark; (16-bit version)
4431 const PCRE_UCHAR32 *mark; (32-bit version)
4433 The version field is an integer containing the version number of the
4434 block format. The initial version was 0; the current version is 2. The
4435 version number will change again in future if additional fields are
4482 The pattern_position field is present from version 1 of the callout
4486 The next_item_length field is present from version 1 of the callout
4497 The mark field is present from version 2 of the callout structure. In
5781 match "A", whereas a caseful version would. In a UTF mode, PCRE always
6036 is a generic version that can be used with any of the libraries. How-
7275 and subject to change or removal in a future version of Perl". It goes
9225 Compiling regular expressions with one version of PCRE for use with a
9226 different version is not guaranteed to work and may cause crashes, and