Lines Matching refs:type

351        vectors  of  bytes  with  the  C  type "char *". In the 16-bit library,
353 PCRE_UCHAR16 specifies an appropriate data type, and PCRE_SPTR16 is
355 int" is a 16-bit data type. When PCRE is built, it defines PCRE_UCHAR16
357 type. If it is not, the build fails with an error message telling the
365 The type of the user-accessible structure that is returned by
366 pcre16_study() is pcre16_extra, and the type of the structure that is
445 only one case, and no "type" (such as letter or digit).
682 vectors of bytes with the C type "char *". In the 32-bit library,
684 PCRE_UCHAR32 specifies an appropriate data type, and PCRE_SPTR32 is
686 int" is a 32-bit data type. When PCRE is built, it defines PCRE_UCHAR32
687 as "unsigned int", but checks that it really is a 32-bit data type. If
696 The type of the user-accessible structure that is returned by
697 pcre32_study() is pcre32_extra, and the type of the structure that is
776 have only one case, and no "type" (such as letter or digit).
2047 and related data. The pcre type is defined for the returned block; this
2202 tions" in the pcrepattern documentation. Note that the end of this type
3115 In the 16-bit version of this structure, the mark field has type
3118 In the 32-bit version of this structure, the mark field has type
5196 the appropriate type. If the current matching point is at the end of
5847 lower case type. For example, the class [^\W_] matches any letter or
6412 An alternative description is that a subpattern of this type matches
6495 reference" of this type can make sense when a repetition is involved
6595 Back references of this type cause the group that they reference to be
6941 Note that the end of this type of comment is a literal newline sequence
8523 opaque structure of type pcre_jit_stack, or NULL if there is an error.
8777 Consider, for example, an application where a human is required to type
9775 an array of nmatch structures of type regmatch_t, containing the mem-
9889 type, or one of:
9904 c. The "i"th argument has a suitable type for holding the
9907 of the correct type, or pass fewer arguments than the
10077 match. This requires use of the "StringPiece" type, which represents a