[pcre-dev] Access to MARK from callout

Pàgina inicial
Delete this message
Autor: ND
Data:  
A: Pcre-dev
Assumpte: [pcre-dev] Access to MARK from callout
Hi ALL!

Is there possibility to access from within callout to information about
last triggered MARK name?
Is pcre_extra block have this information in callout stage?

For example in pattern:
(*:abc)(?C1)
is there access in callout 1 handler to information that last passed mark
was 'abc'?

Thanx.