Lines Matching refs:pat

328        tions  from  just one library. For example, if you want to study a pat-
1505 3. Because no substrings are captured, back references within the pat-
1972 matches only CR, LF, or CRLF. The default can be overridden when a pat-
2518 matching. The function pcre_study() takes a pointer to a compiled pat-
2552 for patterns to be analyzed, and for one-off matches and simple pat-
2671 and also by pcre_exec() and pcre_dfa_exec(). Thus, for any single pat-
2691 The pcre_fullinfo() function returns information about a compiled pat-
3357 This means that a special item such as (*COMMIT) at the start of a pat-
3360 these "start-up" optimizations can cause them to be skipped if the pat-
3382 first match attempt from there. The (*COMMIT) item means that the pat-
3555 with ovector passed as NULL and ovecsize as zero. However, if the pat-
4050 What you have to do is to insert a callout right at the end of the pat-
4226 This return is given if pcre_dfa_exec() encounters an item in the pat-
4343 automatic callouts; when it is used, the output indicates how the pat-
4607 "callout" feature allows an external function to be called during pat-
4771 writers who are not able to change the program that processes the pat-
4835 It is also possible to specify a newline convention by starting a pat-
5731 a lookahead to check the length of the next character, as in this pat-
6193 first one that is set is used for the reference. For example, this pat-
6496 there are not that many capturing left parentheses in the entire pat-
6620 the purposes of numbering the capturing subpatterns in the whole pat-
6935 a compiling function or by a special sequence at the start of the pat-
7026 matching strings of non-parentheses is important when applying the pat-
7346 nearest equivalent is the callout feature, as for example in this pat-
7586 that is backtracked onto first acts. For example, consider this pat-
8482 other data of a compiled pattern. Saving and restoring compiled pat-
8890 ously. If the end of the subject is reached before the end of the pat-
8939 longer apply, and partial matching with can be requested for any pat-
9259 devise a way of separating them. For binary data, preceding each pat-
9294 pcre[16|32]_dfa_exec(), because the value saved with the compiled pat-
9383 larger compiled patterns, but it is better to try to rewrite your pat-
9606 passed for compilation to the native function. In addition, when a pat-
10078 insert text matching corresponding parenthesized group from the pat-