Lines Matching refs:PCRE
5 Based on PCRE library interface unit for Virtual Pascal.
8 The current PCRE version is: 3.7
37 The PCRE library is written by: Philip Hazel <ph10@cam.ac.uk>
42 AH: 9-11-04 - pcre_free: removed var, pcre already gives the ptr, now
44 -> removed CheckRegExp because pcre handles errors perfectly
49 19-02-06 - added SearchOfs(): let PCRE use the complete string and offset
187 PCRE_ERROR_CALLOUT = -9; { Never used by PCRE itself }
294 { local replacement of external pcre memory management functions }
310 MAGIC_NUMBER = $50435245; { 'PCRE' }
335 { imported original pcre functions }
339 const tables : PChar ) : pointer {pcre}; external;
344 const tables : PChar ) : pointer {pcre}; external;
348 function pcre_copy_named_substring( const code : pointer {pcre};
359 function pcre_exec( const argument_re : pointer {pcre};
370 function pcre_dfa_exec( const argument_re : pointer {pcre};
382 function pcre_fullinfo( const argument_re : pointer {pcre};
386 function pcre_get_named_substring( const code : pointer {pcre};
392 function pcre_get_stringnumber( const code : pointer {pcre};
394 function pcre_get_stringtable_entries( const code : pointer {pcre};
404 function pcre_info( const argument_re : pointer {pcre};
410 function pcre_refcount( const argument_re : pointer {pcre};
413 function pcre_study( const external_re : pointer {pcre};
433 (* Called from PCRE as a result of the (?C) item. We print out where we are in