Lines Matching refs:pat

317        tions  from  just one library. For example, if you want to study a pat-
1494 3. Because no substrings are captured, back references within the pat-
1961 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2507 matching. The function pcre_study() takes a pointer to a compiled pat-
2541 for patterns to be analyzed, and for one-off matches and simple pat-
2660 and also by pcre_exec() and pcre_dfa_exec(). Thus, for any single pat-
2680 The pcre_fullinfo() function returns information about a compiled pat-
3346 This means that a special item such as (*COMMIT) at the start of a pat-
3349 these "start-up" optimizations can cause them to be skipped if the pat-
3371 first match attempt from there. The (*COMMIT) item means that the pat-
3544 with ovector passed as NULL and ovecsize as zero. However, if the pat-
4039 What you have to do is to insert a callout right at the end of the pat-
4215 This return is given if pcre_dfa_exec() encounters an item in the pat-
4332 automatic callouts; when it is used, the output indicates how the pat-
4596 "callout" feature allows an external function to be called during pat-
4760 writers who are not able to change the program that processes the pat-
4824 It is also possible to specify a newline convention by starting a pat-
5707 a lookahead to check the length of the next character, as in this pat-
6169 first one that is set is used for the reference. For example, this pat-
6472 there are not that many capturing left parentheses in the entire pat-
6596 the purposes of numbering the capturing subpatterns in the whole pat-
6911 a compiling function or by a special sequence at the start of the pat-
7002 matching strings of non-parentheses is important when applying the pat-
7322 nearest equivalent is the callout feature, as for example in this pat-
7562 that is backtracked onto first acts. For example, consider this pat-
8458 other data of a compiled pattern. Saving and restoring compiled pat-
8866 ously. If the end of the subject is reached before the end of the pat-
8915 longer apply, and partial matching with can be requested for any pat-
9235 devise a way of separating them. For binary data, preceding each pat-
9270 pcre[16|32]_dfa_exec(), because the value saved with the compiled pat-
9359 larger compiled patterns, but it is better to try to rewrite your pat-
9582 passed for compilation to the native function. In addition, when a pat-
10054 insert text matching corresponding parenthesized group from the pat-