Lines Matching refs:pass

1543        sible to pass very long subject strings to  the  matching  function  in
2531 calling program wants to pass any of the other fields to pcre_exec() or
2675 It is possible to pass a table pointer or NULL (indicating the use of
3103 return NULL), but you can also create one for yourself, and pass addi-
3224 with a name to pass back, a pointer to the name string (zero termi-
3228 If there is no name to pass back, the variable pointed to by the mark
3522 The first two-thirds of the vector is used to pass back captured sub-
7412 cannot pass to the left of the verb. However, when one of these verbs
8166 and pcre_dfa_exec() also pass back this information, as well as a more
8180 If you want to disable the check for a subject string you must pass
8183 If you pass an invalid UTF-8 string when PCRE_NO_UTF8_CHECK is set, the
8197 pcre16_exec() and pcre16_dfa_exec() also pass back this information, as
8220 pcre32_exec() and pcre32_dfa_exec() also pass back this information, as
8373 each compiled pattern, and pass the resulting pcre_extra block to
8545 if you do not specify a JIT stack, or if you assign or pass back NULL
8547 machine stack. However, if you assign or pass back a non-NULL JIT
8983 sion, this time setting the PCRE_DFA_RESTART option. You must pass the
9014 This facility can be used to pass very long subject strings to the DFA
9055 to pass the PCRE_NOTBOL option when the subject string for any call
9288 necessary, you pass its pointer to pcre[16|32]_exec() or
9293 you must now pass a similar pointer to pcre[16|32]_exec() or
9296 is used to pass this data, as described in the section on matching a
9312 data is present. Then pass the pcre[16|32]_extra block to the matching
9645 use the contents of the preg structure. If, for example, you pass it to
9812 You can pass in a "const char*" or a "string" for "text". The examples
9858 string captured as the "i"th sub-pattern. If you pass in
9860 of the correct type, or pass fewer arguments than the
9940 RE_Options, as a vehicle to pass such modifiers to a RE class. Cur-
9984 Normally, to pass one or more modifiers to a RE class, you declare a
9985 RE_Options object, set the appropriate options, and pass this object to
10006 If you are going to pass one of the most used modifiers, there are some
10016 pass PCRE_CASELESS, PCRE_EXTENDED, and PCRE_MULTILINE to a RE with one
10057 By default, if you pass a pointer to a numeric value, the corresponding