190 |
The <i>mark</i> field is present from version 2 of the <i>pcre_callout</i> |
The <i>mark</i> field is present from version 2 of the <i>pcre_callout</i> |
191 |
structure. In callouts from <b>pcre_exec()</b> it contains a pointer to the |
structure. In callouts from <b>pcre_exec()</b> it contains a pointer to the |
192 |
zero-terminated name of the most recently passed (*MARK), (*PRUNE), or (*THEN) |
zero-terminated name of the most recently passed (*MARK), (*PRUNE), or (*THEN) |
193 |
item in the match, or NULL if no such items have been passed. Instances of |
item in the match, or NULL if no such items have been passed. Instances of |
194 |
(*PRUNE) or (*THEN) without a name do not obliterate a previous (*MARK). In |
(*PRUNE) or (*THEN) without a name do not obliterate a previous (*MARK). In |
195 |
callouts from <b>pcre_dfa_exec()</b> this field always contains NULL. |
callouts from <b>pcre_dfa_exec()</b> this field always contains NULL. |
196 |
</P> |
</P> |