161 |
The \fImark\fP field is present from version 2 of the \fIpcre_callout\fP |
The \fImark\fP field is present from version 2 of the \fIpcre_callout\fP |
162 |
structure. In callouts from \fBpcre_exec()\fP it contains a pointer to the |
structure. In callouts from \fBpcre_exec()\fP it contains a pointer to the |
163 |
zero-terminated name of the most recently passed (*MARK), (*PRUNE), or (*THEN) |
zero-terminated name of the most recently passed (*MARK), (*PRUNE), or (*THEN) |
164 |
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 |
165 |
(*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 |
166 |
callouts from \fBpcre_dfa_exec()\fP this field always contains NULL. |
callouts from \fBpcre_dfa_exec()\fP this field always contains NULL. |
167 |
. |
. |